summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: Add lockdep_assert_held() calls for dev->attach_lockIan Abbott2019-04-191-0/+1
* staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott2019-04-191-0/+7
* staging: comedi: don't release mutex too early in comedi_auto_config()Ian Abbott2019-04-191-1/+2
* staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott2019-03-181-4/+29
* staging: comedi: add new device-global config interfaceSpencer E. Olson2018-10-091-0/+19
* staging: comedi: Improved readability of function comedi_nsamples_left.Chris Opperman2018-06-171-13/+13
* staging: comedi: fix comedi_nsamples_left.Frank Mori Hess2018-03-061-2/+1Star
* staging: comedi: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: comedi: coding style fixes found by checkpatch.plSimo Koskinen2017-08-291-2/+2
* 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-311-1/+4
* staging: comedi: drivers: tidy up insn_rw_emulate_bits()H Hartley Sweeten2016-03-311-19/+16Star
* 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/+0Star
* staging: comedi: drivers: coding style: fixed block comment styleMarcos CanĂ¡n2015-09-171-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-071-4/+4
* staging: comedi: add 'pacer' member to struct comedi_deviceH Hartley Sweeten2015-03-021-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-271-0/+4
* staging: comedi: fix scan_end_arg == chanlist_len assumptionIan Abbott2014-11-271-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-041-2/+2
* staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten2014-11-041-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/+1Star
* staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott2014-09-201-0/+1
* staging: comedi: add comedi_handle_events()Ian Abbott2014-09-201-0/+33
* staging: comedi: add comedi_inc_scan_progress()Ian Abbott2014-09-201-0/+24
* staging: comedi: add comedi_bytes_per_scan()Ian Abbott2014-09-201-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-311-0/+1
* staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...H Hartley Sweeten2014-07-231-1/+1
* staging: comedi: drivers.c: checkpatch.pl --strict cleanupH Hartley Sweeten2014-07-191-1/+3
* staging: comedi: remove comedi_error()H Hartley Sweeten2014-07-181-2/+0Star
* staging: comedi: remove subdevice member of struct comedi_asyncIan Abbott2014-05-231-1/+0Star
* 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/+0Star
* 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-121-1/+2
* | staging: comedi: add detachment counter for validity checksIan Abbott2013-11-121-0/+1