index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
comedi
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-27
more file_inode() open-coded instances
Al Viro
1
-7
/
+7
2013-02-18
staging: comedi: vmk80xx: wait for URBs to complete
Ian Abbott
1
-232
/
+20
2013-02-18
staging: comedi: drivers: addi-data: hwdrv_apci3200.c: Add a missing semicolon
Kumar Amit Mehta
1
-1
/
+1
2013-02-15
staging/comedi: Remove if(); statement without effect
Peter Huewe
1
-1
/
+0
2013-02-15
staging/comedi: Use && instead of & for logical comparision
Peter Huewe
1
-1
/
+1
2013-02-15
staging: comedi: vmk80xx: initialize K8055 outputs to known state
Ian Abbott
1
-1
/
+6
2013-02-15
staging: comedi: vmk80xx: simplify vmk80xx_reset_device()
Ian Abbott
1
-35
/
+9
2013-02-15
staging: comedi: vmk80xx: zero buffers on allocation
Ian Abbott
1
-2
/
+2
2013-02-13
staging/comedi: Fix undefined array subscript
Peter Huewe
1
-10
/
+7
2013-02-11
staging: Remove unnecessary OOM messages
Joe Perches
10
-88
/
+27
2013-02-07
staging: comedi: correct error message in comedi_alloc_subdevice_minor()
Ian Abbott
1
-1
/
+1
2013-02-07
staging: comedi: don't return minor from comedi_alloc_subdevice_minor()
Ian Abbott
1
-1
/
+1
2013-02-07
staging: comedi: ni_daq_dio24: add back missing 'if (ret)'
H Hartley Sweeten
1
-0
/
+1
2013-02-06
staging: comedi: quatech_daqp_cs: fix build error
H Hartley Sweeten
1
-1
/
+1
2013-02-05
staging: comedi: ni_mio_cs: use pcmcia_request_irq()
H Hartley Sweeten
1
-10
/
+3
2013-02-05
staging: comedi: ni_mio_cs: use comedi_pcmcia_{enable, disable}
H Hartley Sweeten
1
-12
/
+4
2013-02-05
staging: comedi: comedi_pcmcia: allow drivers to use a custom conf_check()
H Hartley Sweeten
7
-8
/
+14
2013-02-05
staging: comedi: ni_labpc_cs: use comedi_pcmcia_{enable,disable}
H Hartley Sweeten
1
-22
/
+5
2013-02-05
staging: comedi: ni_daq_dio24: use comedi_pcmcia_{enable,disable}
H Hartley Sweeten
1
-22
/
+3
2013-02-05
staging: comedi: vmk80xx: rename vmk80xx_attach_common()
H Hartley Sweeten
1
-2
/
+2
2013-02-05
staging: comedi: vmk80xx: remove the 'Changelog' comments
H Hartley Sweeten
1
-13
/
+0
2013-02-05
staging: comedi: vmk80xx: cleanup the comedi_lrange tables
H Hartley Sweeten
1
-6
/
+5
2013-02-05
staging: comedi: vmk80xx: remove CONFIG_COMEDI_DEBUG code
H Hartley Sweeten
1
-38
/
+8
2013-02-05
staging: comedi: vmk80xx: remove unused #define
H Hartley Sweeten
1
-2
/
+0
2013-02-05
staging: comedi: vmk80xx: remove digital input (*insn_read)
H Hartley Sweeten
1
-47
/
+0
2013-02-05
staging: comedi: vmk80xx: remove digital output (*insn_write)
H Hartley Sweeten
1
-50
/
+0
2013-02-05
staging: comedi: vmk80xx: remove digital output (*insn_read)
H Hartley Sweeten
1
-37
/
+0
2013-02-05
staging: comedi: vmk80xx: cleanup pwm subdevice init
H Hartley Sweeten
1
-18
/
+18
2013-02-05
staging: comedi: vmk80xx: cleanup counter subdevice init
H Hartley Sweeten
1
-20
/
+23
2013-02-05
staging: comedi: vmk80xx: cleanup digital input subdevice init
H Hartley Sweeten
1
-17
/
+21
2013-02-05
staging: comedi: vmk80xx: cleanup digital input subdevice init
H Hartley Sweeten
1
-15
/
+18
2013-02-05
staging: comedi: vmk80xx: cleanup analog output subdevice init
H Hartley Sweeten
1
-17
/
+19
2013-02-05
staging: comedi: vmk80xx: cleanup analog input subdevice init
H Hartley Sweeten
1
-15
/
+16
2013-02-05
staging: comedi: vmk80xx: remove need for boardinfo in private_data
H Hartley Sweeten
1
-35
/
+25
2013-02-05
staging: comedi: vmk80xx: push usb (*probe) into comedi (*auto_attach)
H Hartley Sweeten
1
-108
/
+55
2013-02-05
staging: comedi: comedi_usb: allow comedi usb drivers to pass a 'context'
H Hartley Sweeten
6
-7
/
+10
2013-02-05
staging: comedi: vmk80xx: remove private data 'attached'
H Hartley Sweeten
1
-7
/
+0
2013-02-05
staging: comedi: vmk80xx: remove private data 'probed'
H Hartley Sweeten
1
-7
/
+2
2013-02-05
staging: comedi: vmk80xx: make sure private data is clean when detached
H Hartley Sweeten
1
-14
/
+25
2013-02-05
staging: comedi: vmk80xx: remove private data 'count'
H Hartley Sweeten
1
-7
/
+0
2013-02-05
staging: comedi: vmk80xx: factor out usb buffer allocation
H Hartley Sweeten
1
-13
/
+22
2013-02-05
staging: comedi: vmk80xx: factor out usb endpoint detection
H Hartley Sweeten
1
-35
/
+39
2013-02-05
staging: comedi: vmk80xx: consistently use the same local var names
H Hartley Sweeten
1
-276
/
+290
2013-02-05
staging: comedi: vmk80xx: rename struct vmk80xx_usb
H Hartley Sweeten
1
-29
/
+29
2013-02-05
staging: comedi: vmk80xx: remove VMK80XX_SUBD_* enum
H Hartley Sweeten
1
-15
/
+6
2013-02-05
staging: comedi: vmk80xx: remove common and unused boardinfo
H Hartley Sweeten
1
-18
/
+3
2013-02-05
staging: comedi: vmk80xx: save the boardinfo in the comedi_device
H Hartley Sweeten
1
-39
/
+65
2013-02-05
staging: comedi: vmk80xx: move boardinfo into a const array
H Hartley Sweeten
1
-75
/
+77
2013-02-05
staging: comedi: vmk80xx: use comedi_auto_unconfig() for (*disconnect)
H Hartley Sweeten
1
-9
/
+2
2013-02-05
staging: comedi: vmk80xx: move usb_driver (*disconnect) code
H Hartley Sweeten
1
-29
/
+20
[next]