index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
comedi
/
drivers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-15
staging: comedi: move out of staging directory
Greg Kroah-Hartman
1
-1184
/
+0
2019-04-19
staging: comedi: Add lockdep_assert_held() calls for dev->attach_lock
Ian Abbott
1
-0
/
+1
2019-04-19
staging: comedi: Add lockdep_assert_held() calls for dev->mutex
Ian Abbott
1
-0
/
+7
2019-04-19
staging: comedi: don't release mutex too early in comedi_auto_config()
Ian Abbott
1
-1
/
+2
2019-03-18
staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest
Ian Abbott
1
-4
/
+29
2018-10-09
staging: comedi: add new device-global config interface
Spencer E. Olson
1
-0
/
+19
2018-06-17
staging: comedi: Improved readability of function comedi_nsamples_left.
Chris Opperman
1
-13
/
+13
2018-03-06
staging: comedi: fix comedi_nsamples_left.
Frank Mori Hess
1
-2
/
+1
2017-11-28
staging: comedi: Remove redundant license text
Greg Kroah-Hartman
1
-10
/
+0
2017-11-28
staging: comedi: add SPDX identifiers to all greybus driver files
Greg Kroah-Hartman
1
-0
/
+1
2017-08-29
staging: comedi: coding style fixes found by checkpatch.pl
Simo Koskinen
1
-2
/
+2
2016-10-02
Staging: comedi: Align the * in block comments
Ramiro Oliveira
1
-1
/
+1
2016-03-30
staging: comedi: drivers: fix possible bug in comedi_handle_events()
H Hartley Sweeten
1
-1
/
+4
2016-03-30
staging: comedi: drivers: tidy up insn_rw_emulate_bits()
H Hartley Sweeten
1
-19
/
+16
2015-10-27
staging: comedi: fix extreme case of comedi_nsamples_left()
Ian Abbott
1
-17
/
+21
2015-09-29
staging: comedi: drivers.c: document exported functions
Ian Abbott
1
-69
/
+258
2015-09-29
staging: comedi: drivers.c: replace #include <linux/dma-mapping.h>
Ian Abbott
1
-1
/
+1
2015-09-29
staging: comedi: drivers.c: remove irrelevant #includes
Ian Abbott
1
-8
/
+0
2015-09-16
staging: comedi: drivers: coding style: fixed block comment style
Marcos CanĂ¡n
1
-16
/
+16
2015-08-05
staging: comedi: do not return -ENOSYS.
Ted Chen
1
-1
/
+1
2015-04-30
staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usage
Ian Abbott
1
-1
/
+1
2015-03-06
staging: comedi: drivers: (!foo) preferred over (foo == NULL)
H Hartley Sweeten
1
-4
/
+4
2015-03-01
staging: comedi: add 'pacer' member to struct comedi_device
H Hartley Sweeten
1
-0
/
+2
2015-01-25
staging: comedi: comedidev.h: add namespace to the subdevice "runflags"
H Hartley Sweeten
1
-1
/
+1
2014-11-26
staging: comedi: drivers: have core hook up default (*insn_read) for readback
H Hartley Sweeten
1
-0
/
+4
2014-11-26
staging: comedi: fix scan_end_arg == chanlist_len assumption
Ian Abbott
1
-3
/
+5
2014-11-07
staging: comedi: drivers: introduce comedi_nsamples_left()
H Hartley Sweeten
1
-0
/
+32
2014-11-07
staging: comedi: drivers: introduce comedi_nscans_left()
H Hartley Sweeten
1
-0
/
+39
2014-11-05
staging: comedi: comedidev.h: add 'scans_done' member to comedi_async
H Hartley Sweeten
1
-0
/
+7
2014-11-03
staging: comedi: remove use of 'bytes_per_sample()'
H Hartley Sweeten
1
-2
/
+2
2014-11-03
staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the core
H Hartley Sweeten
1
-0
/
+7
2014-10-29
staging: comedi: comedidev.h: clarify async->event error/cancel detection
H Hartley Sweeten
1
-1
/
+1
2014-10-20
staging: comedi: use DIV_ROUND_UP
Tapasweni Pathak
1
-2
/
+1
2014-09-19
staging: comedi: migrate copyrights from "comedi_fc.c"
Ian Abbott
1
-0
/
+1
2014-09-19
staging: comedi: add comedi_handle_events()
Ian Abbott
1
-0
/
+33
2014-09-19
staging: comedi: add comedi_inc_scan_progress()
Ian Abbott
1
-0
/
+24
2014-09-19
staging: comedi: add comedi_bytes_per_scan()
Ian Abbott
1
-0
/
+37
2014-08-30
staging: comedi: add a 'readback' member to comedi_subdevice
H Hartley Sweeten
1
-0
/
+42
2014-07-30
staging: comedi: add an 'mmio' member to comedi_device
H Hartley Sweeten
1
-0
/
+1
2014-07-22
staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...
H Hartley Sweeten
1
-1
/
+1
2014-07-18
staging: comedi: drivers.c: checkpatch.pl --strict cleanup
H Hartley Sweeten
1
-1
/
+3
2014-07-17
staging: comedi: remove comedi_error()
H Hartley Sweeten
1
-2
/
+0
2014-05-23
staging: comedi: remove subdevice member of struct comedi_async
Ian Abbott
1
-1
/
+0
2014-04-14
staging: comedi: drivers.c: Fix missing a blank line, after declarations warning
Yves Deweerdt
1
-0
/
+1
2014-02-14
staging: comedi: introduce comedi_timeout()
H Hartley Sweeten
1
-0
/
+30
2014-02-07
staging: comedi: fix too early cleanup in comedi_auto_config()
Ian Abbott
1
-2
/
+0
2014-01-09
staging: comedi: report success/failure of autoconfig
Bernd Porr
1
-2
/
+18
2013-12-24
Merge 3.13-rc5 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2013-12-17
staging: comedi: drivers: fix return value of comedi_load_firmware()
H Hartley Sweeten
1
-1
/
+1
2013-11-11
staging: comedi: use refcount in comedi_driver_unregister()
Ian Abbott
1
-1
/
+2
[next]