summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers.c
AgeCommit message (Expand)Author
2019-04-03staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott
2018-03-18staging: comedi: fix comedi_nsamples_left.Frank Mori Hess
2016-10-02Staging: comedi: Align the * in block commentsRamiro Oliveira
2016-03-30staging: comedi: drivers: fix possible bug in comedi_handle_events()H Hartley Sweeten
2016-03-30staging: comedi: drivers: tidy up insn_rw_emulate_bits()H Hartley Sweeten
2015-10-27staging: comedi: fix extreme case of comedi_nsamples_left()Ian Abbott
2015-09-29staging: comedi: drivers.c: document exported functionsIan Abbott
2015-09-29staging: comedi: drivers.c: replace #include <linux/dma-mapping.h>Ian Abbott
2015-09-29staging: comedi: drivers.c: remove irrelevant #includesIan Abbott
2015-09-16staging: comedi: drivers: coding style: fixed block comment styleMarcos CanĂ¡n
2015-08-05staging: comedi: do not return -ENOSYS.Ted Chen
2015-04-30staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott
2015-03-06staging: comedi: drivers: (!foo) preferred over (foo == NULL)H Hartley Sweeten
2015-03-01staging: comedi: add 'pacer' member to struct comedi_deviceH Hartley Sweeten
2015-01-25staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-11-26staging: comedi: fix scan_end_arg == chanlist_len assumptionIan Abbott
2014-11-07staging: comedi: drivers: introduce comedi_nsamples_left()H Hartley Sweeten
2014-11-07staging: comedi: drivers: introduce comedi_nscans_left()H Hartley Sweeten
2014-11-05staging: comedi: comedidev.h: add 'scans_done' member to comedi_asyncH Hartley Sweeten
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten
2014-10-29staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten
2014-10-20staging: comedi: use DIV_ROUND_UPTapasweni Pathak
2014-09-19staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott
2014-09-19staging: comedi: add comedi_handle_events()Ian Abbott
2014-09-19staging: comedi: add comedi_inc_scan_progress()Ian Abbott
2014-09-19staging: comedi: add comedi_bytes_per_scan()Ian Abbott
2014-08-30staging: comedi: add a 'readback' member to comedi_subdeviceH Hartley Sweeten
2014-07-30staging: comedi: add an 'mmio' member to comedi_deviceH Hartley Sweeten
2014-07-22staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...H Hartley Sweeten
2014-07-18staging: comedi: drivers.c: checkpatch.pl --strict cleanupH Hartley Sweeten
2014-07-17staging: comedi: remove comedi_error()H Hartley Sweeten
2014-05-23staging: comedi: remove subdevice member of struct comedi_asyncIan Abbott
2014-04-14staging: comedi: drivers.c: Fix missing a blank line, after declarations warningYves Deweerdt
2014-02-14staging: comedi: introduce comedi_timeout()H Hartley Sweeten
2014-02-07staging: comedi: fix too early cleanup in comedi_auto_config()Ian Abbott
2014-01-09staging: comedi: report success/failure of autoconfigBernd Porr
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman
2013-12-17staging: comedi: drivers: fix return value of comedi_load_firmware()H Hartley Sweeten
2013-11-11staging: comedi: use refcount in comedi_driver_unregister()Ian Abbott
2013-11-11staging: comedi: add detachment counter for validity checksIan Abbott
2013-11-11staging: comedi: cancel commands before detaching deviceIan Abbott
2013-11-11staging: comedi: cleanup_device() -> comedi_device_detach_cleanup()Ian Abbott
2013-11-11staging: comedi: use attach_lock semaphore during attach and detachIan Abbott
2013-09-17staging: comedi: drivers: introduce comedi_dio_update_state()H Hartley Sweeten
2013-09-17staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-23staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott
2013-08-12staging: comedi: drivers: introduce comedi_dio_insn_config()H Hartley Sweeten