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
2015-09-29
staging: comedi: comedidev.h: document struct comedi_device
Ian Abbott
1
-3
/
+81
2015-09-29
staging: comedi: comedidev.h: document struct comedi_driver
Ian Abbott
1
-5
/
+33
2015-09-29
staging: comedi: comedidev.h: tweak kernel-doc for struct comedi_async
Ian Abbott
1
-7
/
+12
2015-09-29
staging: comedi: comedidev.h: use enum for COMEDI_CB_... constants
Ian Abbott
1
-11
/
+12
2015-09-29
staging: comedi: comedidev.h: reformat copyright comment
Ian Abbott
1
-16
/
+16
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-18
staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflags
Ian Abbott
1
-6
/
+6
2015-09-16
staging: comedi: drivers: coding style: fixed block comment style
Marcos CanĂ¡n
1
-16
/
+16
2015-09-12
Staging: comedi: Prefer using the BIT macro
Shraddha Barke
1
-15
/
+15
2015-09-12
Staging: comedi: addi_apci_3120: Remove unnecessary if
Shraddha Barke
1
-5
/
+0
2015-09-12
staging: comedi: kcomedilib: Fixed coding style issue
Nayeemahmed Badebade
1
-16
/
+16
2015-09-12
staging: comedi: usbduxfast: remove unnecessary clearing of private data
H Hartley Sweeten
1
-6
/
+0
2015-09-12
staging: comedi: usbduxfast: absorb usbduxfast_attach_common()
H Hartley Sweeten
1
-27
/
+20
2015-09-12
staging: comedi: usbduxfast: remove unnecessary semaphore down/up
H Hartley Sweeten
1
-8
/
+1
2015-09-12
staging: comedi: usbduxfast: document strange ai maxdata
H Hartley Sweeten
1
-1
/
+1
2015-09-12
staging: comedi: usbduxfast: use a common exit path in ai (*do_cmd)
H Hartley Sweeten
1
-12
/
+9
2015-09-12
staging: comedi: usbduxfast: tidy up the conversion timing validation
H Hartley Sweeten
1
-30
/
+16
2015-09-12
staging: comedi: usbduxfast: TRIG_EXT is only valid for cmd->start_src
H Hartley Sweeten
1
-36
/
+13
2015-09-12
staging: comedi: usbduxfast: TRIG_EXT only works for 1 or 16 channels
H Hartley Sweeten
1
-7
/
+5
2015-09-12
staging: comedi: usbduxfast: fix multi-line comment
H Hartley Sweeten
1
-2
/
+1
2015-09-12
staging: comedi: usbduxfast: use preferred kernel types
H Hartley Sweeten
1
-9
/
+8
2015-09-12
staging: comedi: usbduxfast: remove impossible 'if (!devpriv)' checks
H Hartley Sweeten
1
-12
/
+0
2015-09-12
staging: comedi: usbduxfast: only chanlist of 1, 2, 3, or 16 are supported
H Hartley Sweeten
1
-5
/
+5
2015-09-12
staging: comedi: usbduxfast: chanlist check is Step 5 of (*do_cmdtest)
H Hartley Sweeten
1
-24
/
+34
2015-09-12
staging: comedi: s526: fix the block comments
H Hartley Sweeten
1
-26
/
+31
2015-09-12
staging: comedi: s526: remove #if 0'ed out code block
H Hartley Sweeten
1
-29
/
+0
2015-09-12
staging: comedi: s526: remove unnecessary defines
H Hartley Sweeten
1
-7
/
+3
2015-09-12
staging: comedi: s526: remove s526_ai_insn_config()
H Hartley Sweeten
1
-38
/
+11
2015-09-12
staging: comedi: s526: tidy up s526_ai_rinsn()
H Hartley Sweeten
1
-13
/
+11
2015-09-12
staging: comedi: s526: wait for analog output conversions to complete
H Hartley Sweeten
1
-8
/
+15
2015-09-12
staging: comedi: s526: tidy up subdevice init
H Hartley Sweeten
1
-35
/
+38
2015-09-12
staging: comedi: s526: define the eeprom data and control registers
H Hartley Sweeten
1
-3
/
+6
2015-09-12
staging: comedi: s526: define the miscellaneous register and bits
H Hartley Sweeten
1
-2
/
+2
2015-09-12
staging: comedi: s526: define the digtial I/O control register and bits
H Hartley Sweeten
1
-9
/
+19
2015-09-12
staging: comedi: s526: define the interrupt enable/status registers
H Hartley Sweeten
1
-7
/
+12
2015-09-12
staging: comedi: s526: add defines for the ao/ai data register
H Hartley Sweeten
1
-4
/
+4
2015-09-12
staging: comedi: s526: define the ADC (analog input) control register and bits
H Hartley Sweeten
1
-8
/
+15
2015-09-12
staging: comedi: s526: define the DAC (analog output) control register and bits
H Hartley Sweeten
1
-4
/
+8
2015-09-12
staging: comedi: s526: define the watchdog timer control register and bits
H Hartley Sweeten
1
-1
/
+4
2015-09-12
staging: comedi: s526: define the timer control register and bits
H Hartley Sweeten
1
-1
/
+6
2015-09-12
staging: comedi: s526: refactor gpct registers
H Hartley Sweeten
1
-88
/
+61
2015-09-12
staging: comedi: s526: tidy up multi-line comments
H Hartley Sweeten
1
-35
/
+34
2015-09-12
staging: comedi: serial2002: use proper errno
H Hartley Sweeten
1
-1
/
+1
2015-09-12
staging: comedi: serial2002: usleep_range is preferred over udelay
H Hartley Sweeten
1
-1
/
+1
2015-09-12
staging: comedi: serial2002: tidy up multi-line comments
H Hartley Sweeten
1
-24
/
+23
2015-09-12
staging: comedi: unioxx5: remove this flawed driver
H Hartley Sweeten
3
-515
/
+0
2015-09-12
staging: comedi: ssv_dnp: tidy up multi-line comments
H Hartley Sweeten
1
-27
/
+30
2015-09-12
staging: comedi: usbdux: use comedi_offset_munge()
H Hartley Sweeten
1
-2
/
+2
[prev]
[next]