index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
comedi
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-16
staging: comedi: usbduxfast: Declare MODULE_FIRMWARE usage
Tim Gardner
1
-1
/
+3
2012-08-16
staging: comedi: usbdux: Declare MODULE_FIRMWARE usage
Tim Gardner
1
-1
/
+3
2012-08-16
staging: comedi: usbduxsigma: Declare MODULE_FIRMWARE usage
Tim Gardner
1
-1
/
+3
2012-08-14
staging: comedi: Fix reversed test in comedi_device_attach()
Ian Abbott
1
-1
/
+1
2012-08-07
staging: comedi: rtd520: ioremap'ed addresses are resource_size_t
H Hartley Sweeten
1
-16
/
+10
2012-08-07
staging: comedi: dt3000: ioremap'ed addresses are resource_size_t
H Hartley Sweeten
1
-2
/
+4
2012-08-07
staging: comedi: daqboard2000: ioremap'ed addresses are resource_size_t
H Hartley Sweeten
1
-7
/
+7
2012-08-07
staging: comedi: daqboard2000: add back subsystem_device check
H Hartley Sweeten
1
-1
/
+2
2012-08-07
staging: comedi: remove pci_is_enabled() tests
H Hartley Sweeten
3
-7
/
+0
2012-07-26
Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
128
-12482
/
+9122
2012-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-07-19
staging: comedi: s526: remove unused variables in the private data
H Hartley Sweeten
1
-8
/
+0
2012-07-19
staging: comedi: aio_iiro_16: remove the private data
H Hartley Sweeten
1
-11
/
+0
2012-07-19
staging: comedi: rtd520: store the pci_dev in the comedi_device
H Hartley Sweeten
1
-24
/
+24
2012-07-19
staging: comedi: rtd520: remove the '#if 0' code in the attach
H Hartley Sweeten
1
-46
/
+0
2012-07-19
staging: comedi: rtd520: remove 'got_regions' from private data
H Hartley Sweeten
1
-6
/
+3
2012-07-19
staging: comedi: rtd520: remove the debug print of the pci addresses
H Hartley Sweeten
1
-4
/
+0
2012-07-19
staging: comedi: me_daq: store the pci_dev in the comedi_device
H Hartley Sweeten
1
-7
/
+8
2012-07-19
staging: comedi: me_daq: cleanup "find pci device" code
H Hartley Sweeten
1
-40
/
+23
2012-07-19
staging: comedi: me_daq: factor out the "find pci device" code
H Hartley Sweeten
1
-19
/
+30
2012-07-19
staging: comedi: ke_counter: remove the cnt_board_nbr macro
H Hartley Sweeten
1
-3
/
+1
2012-07-19
staging: comedi: ke_counter: store the pci_dev in the comedi_device
H Hartley Sweeten
1
-18
/
+6
2012-07-19
staging: comedi: ke_counter: minor cleanup of cnt_attach()
H Hartley Sweeten
1
-8
/
+8
2012-07-19
staging: comedi: ke_counter: cleanup "find pci device" code
H Hartley Sweeten
1
-37
/
+23
2012-07-19
staging: comedi: ke_counter: factor out the "find pci device" code
H Hartley Sweeten
1
-11
/
+26
2012-07-19
staging: comedi: dyna_pci10xx: fix detach
H Hartley Sweeten
1
-1
/
+3
2012-07-19
staging: comedi: dyna_pci10xx: store the pci_dev in the comedi_device
H Hartley Sweeten
1
-6
/
+6
2012-07-19
staging: comedi: dyna_pci10xx: use dev->iobase
H Hartley Sweeten
1
-5
/
+5
2012-07-19
staging: comedi: dyna_pci10xx: remove unused bars from the private data
H Hartley Sweeten
1
-6
/
+1
2012-07-19
staging: comedi: dyna_pci10xx: remove 'valid' from the private data
H Hartley Sweeten
1
-3
/
+0
2012-07-19
staging: comedi: dyna_pci10xx: remove the 'start_stop_sem' mutex
H Hartley Sweeten
1
-13
/
+2
2012-07-19
staging: comedi: dyna_pci10xx: cleanup "find pci device" code
H Hartley Sweeten
1
-41
/
+17
2012-07-19
staging: comedi: dyna_pci10xx: factor out the "find pci device" code
H Hartley Sweeten
1
-33
/
+38
2012-07-19
staging: comedi: dt3000: store the pci_dev in the comedi_device
H Hartley Sweeten
1
-8
/
+8
2012-07-19
staging: comedi: dt3000: remove 'phys_addr' from the private data
H Hartley Sweeten
1
-4
/
+3
2012-07-19
staging: comedi: dt3000: move the setup_pci() code into the attach
H Hartley Sweeten
1
-23
/
+6
2012-07-19
staging: comedi: dt3000: cleanup "find pci device" code
H Hartley Sweeten
1
-54
/
+31
2012-07-19
staging: comedi: daqboard2000: void *plx should be a void __iomem *
H Hartley Sweeten
1
-1
/
+1
2012-07-19
staging: comedi: daqboard2000: store the pci_dev in the comedi_device
H Hartley Sweeten
1
-7
/
+8
2012-07-19
staging: comedi: daqboard2000: remove 'got_regions' from private data
H Hartley Sweeten
1
-5
/
+4
2012-07-19
staging: comedi: daqboard2000: cleanup "find pci device" code
H Hartley Sweeten
1
-36
/
+20
2012-07-19
staging: comedi: daqboard2000: factor out the "find pci device" code
H Hartley Sweeten
1
-29
/
+39
2012-07-19
staging: comedi: contec_pci_dio: remove the private data
H Hartley Sweeten
1
-9
/
+0
2012-07-19
staging: comedi: contec_pci_dio: store the pci_dev in the comedi_device
H Hartley Sweeten
1
-7
/
+6
2012-07-19
staging: comedi: contec_pci_dio: cleanup "find pci device" code
H Hartley Sweeten
1
-12
/
+15
2012-07-19
staging: comedi: contec_pci_dio: factor out the "find pci device" code
H Hartley Sweeten
1
-42
/
+50
2012-07-19
staging: comedi: cb_pcimdas: store the pci_dev in the comedi_device
H Hartley Sweeten
1
-16
/
+13
2012-07-19
staging: comedi: cb_pcimdas: remove BADR0 from the private data
H Hartley Sweeten
1
-4
/
+1
2012-07-19
staging: comedi: cb_pcimdas: remove BADR2 from the private data
H Hartley Sweeten
1
-7
/
+5
2012-07-19
staging: comedi: cb_pcimdas: remove BADR4 from the private data
H Hartley Sweeten
1
-4
/
+3
[next]