summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: comedi: Align the * in block commentsRamiro Oliveira2016-10-021-1/+1
* staging: comedi: drivers: fix possible bug in comedi_handle_events()H Hartley Sweeten2016-03-301-1/+4
* staging: comedi: drivers: tidy up insn_rw_emulate_bits()H Hartley Sweeten2016-03-301-19/+16
* staging: comedi: fix extreme case of comedi_nsamples_left()Ian Abbott2015-10-271-17/+21
* staging: comedi: drivers.c: document exported functionsIan Abbott2015-09-291-69/+258
* staging: comedi: drivers.c: replace #include <linux/dma-mapping.h>Ian Abbott2015-09-291-1/+1
* staging: comedi: drivers.c: remove irrelevant #includesIan Abbott2015-09-291-8/+0
* staging: comedi: drivers: coding style: fixed block comment styleMarcos CanĂ¡n2015-09-161-16/+16
* staging: comedi: do not return -ENOSYS.Ted Chen2015-08-051-1/+1
* staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott2015-04-301-1/+1
* staging: comedi: drivers: (!foo) preferred over (foo == NULL)H Hartley Sweeten2015-03-061-4/+4
* staging: comedi: add 'pacer' member to struct comedi_deviceH Hartley Sweeten2015-03-011-0/+2
* staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten2015-01-251-1/+1
* staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten2014-11-261-0/+4
* staging: comedi: fix scan_end_arg == chanlist_len assumptionIan Abbott2014-11-261-3/+5
* staging: comedi: drivers: introduce comedi_nsamples_left()H Hartley Sweeten2014-11-071-0/+32
* staging: comedi: drivers: introduce comedi_nscans_left()H Hartley Sweeten2014-11-071-0/+39
* staging: comedi: comedidev.h: add 'scans_done' member to comedi_asyncH Hartley Sweeten2014-11-051-0/+7
* staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten2014-11-031-2/+2
* staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten2014-11-031-0/+7
* staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten2014-10-291-1/+1
* staging: comedi: use DIV_ROUND_UPTapasweni Pathak2014-10-201-2/+1
* staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott2014-09-191-0/+1
* staging: comedi: add comedi_handle_events()Ian Abbott2014-09-191-0/+33
* staging: comedi: add comedi_inc_scan_progress()Ian Abbott2014-09-191-0/+24
* staging: comedi: add comedi_bytes_per_scan()Ian Abbott2014-09-191-0/+37
* staging: comedi: add a 'readback' member to comedi_subdeviceH Hartley Sweeten2014-08-301-0/+42
* staging: comedi: add an 'mmio' member to comedi_deviceH Hartley Sweeten2014-07-301-0/+1
* staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...H Hartley Sweeten2014-07-221-1/+1
* staging: comedi: drivers.c: checkpatch.pl --strict cleanupH Hartley Sweeten2014-07-181-1/+3
* staging: comedi: remove comedi_error()H Hartley Sweeten2014-07-171-2/+0
* staging: comedi: remove subdevice member of struct comedi_asyncIan Abbott2014-05-231-1/+0
* staging: comedi: drivers.c: Fix missing a blank line, after declarations warningYves Deweerdt2014-04-141-0/+1
* staging: comedi: introduce comedi_timeout()H Hartley Sweeten2014-02-141-0/+30
* staging: comedi: fix too early cleanup in comedi_auto_config()Ian Abbott2014-02-071-2/+0
* staging: comedi: report success/failure of autoconfigBernd Porr2014-01-091-2/+18
* Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-241-1/+1
|\
| * staging: comedi: drivers: fix return value of comedi_load_firmware()H Hartley Sweeten2013-12-171-1/+1
* | staging: comedi: use refcount in comedi_driver_unregister()Ian Abbott2013-11-111-1/+2
* | staging: comedi: add detachment counter for validity checksIan Abbott2013-11-111-0/+1
* | staging: comedi: cancel commands before detaching deviceIan Abbott2013-11-111-0/+1
* | staging: comedi: cleanup_device() -> comedi_device_detach_cleanup()Ian Abbott2013-11-111-2/+2
* | staging: comedi: use attach_lock semaphore during attach and detachIan Abbott2013-11-111-1/+4
|/
* staging: comedi: drivers: introduce comedi_dio_update_state()H Hartley Sweeten2013-09-171-0/+22
* staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten2013-09-171-0/+7
* Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-031-17/+77
|\
| * staging: comedi: drivers: introduce comedi_dio_insn_config()H Hartley Sweeten2013-08-121-0/+40
| * Revert "staging: comedi: core: introduce comedi_dio_insn_config()"Greg Kroah-Hartman2013-08-121-40/+0
| * staging: comedi: core: introduce comedi_dio_insn_config()H Hartley Sweeten2013-08-121-0/+40
| * staging: comedi: use a mutex when accessing driver listIan Abbott2013-07-231-14/+24