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-10-16
staging: comedi: cb_pcidas: absorb caldac/trimpot write functions
H Hartley Sweeten
1
-26
/
+12
2015-10-16
staging: comedi: cb_pcidas: refactor write_calibration_bitstream()
H Hartley Sweeten
1
-54
/
+36
2015-10-16
staging: comedi: cb_pcidas: tidy up caldac_8800_write()
H Hartley Sweeten
1
-11
/
+12
2015-10-16
staging: comedi: cb_pcidas: tidy up trimpot_8402_write()
H Hartley Sweeten
1
-15
/
+13
2015-10-16
staging: comedi: cb_pcidas: tidy up trimpot_7376_write()
H Hartley Sweeten
1
-14
/
+12
2015-10-16
staging: comedi: cb_pcidas: tidy up calibration trimpot subdevice
H Hartley Sweeten
1
-12
/
+14
2015-10-16
staging: comedi: cb_pcidas: use preferred kernel types
H Hartley Sweeten
1
-5
/
+5
2015-10-16
staging: comedi: cb_pcidas: tidy up DAC control/status register
H Hartley Sweeten
1
-36
/
+35
2015-10-16
staging: comedi: cb_pcidas: tidy up calibration register
H Hartley Sweeten
1
-28
/
+28
2015-10-16
staging: comedi: cb_pcidas: tidy up trigger control/status register
H Hartley Sweeten
1
-18
/
+20
2015-10-16
staging: comedi: cb_pcidas: tidy up ADC mux/control register
H Hartley Sweeten
1
-27
/
+29
2015-10-16
staging: comedi: cb_pcidas: tidy up interrupt/ADC FIFO register
H Hartley Sweeten
1
-55
/
+58
2015-10-16
staging: comedi: cb_pcidas: convert inline DAC bit helpers to macros
H Hartley Sweeten
1
-18
/
+8
2015-10-16
staging: comedi: cb_pcidas: tidy up PCI BAR2 register defines
H Hartley Sweeten
1
-9
/
+9
2015-10-16
staging: comedi: cb_pcidas: tidy up PCI BAR3 register defines
H Hartley Sweeten
1
-7
/
+9
2015-10-16
staging: comedi: cb_pcidas: use comedi_range_is_unipolar()
H Hartley Sweeten
1
-5
/
+4
2015-10-16
staging: comedi: cb_pcidas: tidy up PCI BAR4 register defines
H Hartley Sweeten
1
-15
/
+9
2015-10-16
staging: comedi: cb_pcidas: rename private data 'ao_registers'
H Hartley Sweeten
1
-8
/
+12
2015-10-16
staging: comedi: cb_pcidas: rename private data 'adc_fifo'
H Hartley Sweeten
1
-9
/
+11
2015-10-16
staging: comedi: cb_pcidas: rename private data 'control_status'
H Hartley Sweeten
1
-40
/
+42
2015-10-16
staging: comedi: cb_pcidas: refactor 'ranges' boardinfo
H Hartley Sweeten
1
-13
/
+7
2015-10-16
staging: comedi: cb_pcidas: all boards have 16 analog input channels
H Hartley Sweeten
1
-11
/
+2
2015-10-16
staging: comedi: cb_pcidas: refactor analog output boardinfo
H Hartley Sweeten
1
-12
/
+12
2015-10-16
staging: comedi: cb_pcidas: refactor 'ai_bits' boardinfo
H Hartley Sweeten
1
-17
/
+7
2015-10-16
staging: comedi: cb_pcidas: remove NUM_CHANNELS_* defines
H Hartley Sweeten
1
-8
/
+4
2015-10-16
staging: comedi: cb_pcidas: tidy up multi-line comments
H Hartley Sweeten
1
-58
/
+57
2015-10-16
Staging: comedi: Remove unnecessary cast on void pointer
Shraddha Barke
2
-2
/
+2
2015-10-13
staging: comedi: comedidev.h: spaces preferred around that '*'
Ian Abbott
1
-6
/
+6
2015-10-13
staging: comedi: comedidev.h: add comments to spin-lock and mutex
Ian Abbott
1
-3
/
+3
2015-10-13
staging: comedi: check for more errors for zero-length read
Ian Abbott
1
-5
/
+5
2015-10-13
staging: comedi: simplify returned errors for comedi_read()
Ian Abbott
1
-18
/
+3
2015-10-13
staging: comedi: return error on "read" if no command set up
Ian Abbott
1
-1
/
+6
2015-10-13
staging: comedi: remove superfluous retval = 0 in comedi_read()
Ian Abbott
1
-3
/
+0
2015-10-13
staging: comedi: allow buffer wraparound in comedi_read()
Ian Abbott
1
-4
/
+10
2015-10-13
staging: comedi: avoid bad truncation of a size_t in comedi_read()
Ian Abbott
1
-4
/
+1
2015-10-13
staging: comedi: make some variables unsigned in comedi_read()
Ian Abbott
1
-1
/
+3
2015-10-13
staging: comedi: do extra checks for becoming non-busy for "read"
Ian Abbott
1
-5
/
+8
2015-10-13
staging: comedi: don't consider "unmunged" data when becoming non-busy
Ian Abbott
1
-2
/
+3
2015-10-13
staging: comedi: remain busy until read end-of-file
Ian Abbott
1
-1
/
+1
2015-10-13
staging: comedi: don't use mutex when polling file
Ian Abbott
1
-2
/
+2
2015-10-13
staging: comedi: check command started by file being polled
Ian Abbott
1
-2
/
+2
2015-10-13
staging: comedi: don't allocate buffer space when polling for write
Ian Abbott
1
-2
/
+1
2015-10-13
staging: comedi: add new comedi_buf_write_n_available()
Ian Abbott
2
-0
/
+9
2015-10-13
staging: comedi: rename comedi_buf_write_n_available
Ian Abbott
1
-6
/
+5
2015-10-13
staging: comedi: don't poll_wait on same subdevice twice
Ian Abbott
1
-2
/
+4
2015-10-13
staging: comedi: cb_das16_cs: rename private data member 'status[12]'
H Hartley Sweeten
1
-32
/
+32
2015-10-13
staging: comedi: cb_das16_cs: mode analog output comment
H Hartley Sweeten
1
-1
/
+1
2015-10-13
staging: comedi: cb_das16_cs: the DAC16/16-AO only has 4 digital I/O
H Hartley Sweeten
1
-2
/
+4
2015-10-13
staging: comedi: cb_das16_cs: hookup 8254 counter subdevice
H Hartley Sweeten
1
-1
/
+48
2015-10-13
staging: comedi: cb_das16_cs: tidy up analog input subdevice init
H Hartley Sweeten
1
-7
/
+7
[prev]
[next]