index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
comedi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-20
34
-4040
/
+3616
|
\
|
*
staging: comedi: mite: tidy up module init/exit
H Hartley Sweeten
2016-05-03
1
-2
/
+1
|
*
staging: comedi: mite: document the remaining exported functions
H Hartley Sweeten
2016-05-03
2
-4
/
+28
|
*
staging: comedi: mite: move the mite dma arm/disarm/reset functions
H Hartley Sweeten
2016-05-03
2
-36
/
+45
|
*
staging: comedi: mite: move mite_prep_dma()
H Hartley Sweeten
2016-05-03
2
-86
/
+92
|
*
staging: comedi: mite: tidy up mite dma channel request/release
H Hartley Sweeten
2016-05-03
2
-67
/
+91
|
*
staging: comedi: mite: move the mite ring functions
H Hartley Sweeten
2016-05-03
2
-132
/
+150
|
*
staging: comedi: mite: tidy up kernel messages in mite_steup()
H Hartley Sweeten
2016-05-03
1
-29
/
+21
|
*
staging: comedi: mite: do mite_steup() as part of mite_attach()
H Hartley Sweeten
2016-05-03
5
-110
/
+101
|
*
staging: comedi: mite: document mite_alloc()/mite_detach()
H Hartley Sweeten
2016-05-03
5
-37
/
+53
|
*
staging: comedi: mite: use prefered form for passing a struct size
H Hartley Sweeten
2016-05-03
1
-5
/
+6
|
*
staging: comedi: mite: introduce mite_free_dma_descs()
H Hartley Sweeten
2016-05-03
1
-17
/
+16
|
*
staging: comedi: mite: remove mite member 'channel_allocated'
H Hartley Sweeten
2016-05-03
2
-10
/
+8
|
*
staging: comedi: mite: rename mite member 'mite_io_addr'
H Hartley Sweeten
2016-05-03
3
-53
/
+44
|
*
staging: comedi: mite: tidy up mite_init_ring_descriptors()
H Hartley Sweeten
2016-05-03
1
-12
/
+10
|
*
staging: comedi: mite: rename mite_ring member 'descriptors'
H Hartley Sweeten
2016-05-03
2
-15
/
+15
|
*
staging: comedi: mite: rename mite_ring member 'descriptors_dma_addr'
H Hartley Sweeten
2016-05-03
2
-9
/
+9
|
*
staging: comedi: mite: rename 'struct mite_dma_descriptor_ring'
H Hartley Sweeten
2016-05-03
6
-43
/
+37
|
*
staging: comedi: mite: rename 'struct mite_dma_descriptor'
H Hartley Sweeten
2016-05-03
2
-6
/
+6
|
*
staging: comedi: mite: rename 'struct mite_struct'
H Hartley Sweeten
2016-05-03
5
-29
/
+28
|
*
staging: comedi: mite: don't expose CHSR_* bit defines
H Hartley Sweeten
2016-04-28
2
-37
/
+36
|
*
staging: comedi: mite: return void from mite_ack_linkc()
H Hartley Sweeten
2016-04-28
2
-7
/
+5
|
*
staging: comedi: mite: make mite_ack_linkc() handle mite_sync_dma()
H Hartley Sweeten
2016-04-28
5
-32
/
+20
|
*
staging: comedi: ni_mio_common: handle_a_interrupt() does not need ai_mite_st...
H Hartley Sweeten
2016-04-28
1
-16
/
+10
|
*
staging: comedi: ni_mio_common: simplify AI LINKC handling
H Hartley Sweeten
2016-04-28
1
-6
/
+4
|
*
staging: comedi: ni_mio_common: fix interrupt handler for dev->read_subdev
H Hartley Sweeten
2016-04-28
1
-13
/
+9
|
*
staging: comedi: ni_mio_common: handle_b_interrupt() does not need ao_mite_st...
H Hartley Sweeten
2016-04-28
1
-11
/
+10
|
*
staging: comedi: ni_mio_common: fix interrupt handler for dev->write_subdev
H Hartley Sweeten
2016-04-28
1
-8
/
+8
|
*
staging: comedi: ni_mio_common: absorb mite_handle_b_linkc()
H Hartley Sweeten
2016-04-28
1
-24
/
+7
|
*
staging: comedi: mite: check for transfer errors in mite_ack_linkc()
H Hartley Sweeten
2016-04-28
5
-33
/
+17
|
*
staging: comedi: mite: cleanup remaining mite register/bits
H Hartley Sweeten
2016-04-28
1
-44
/
+44
|
*
staging: comedi: mite: remove BUG_ON() in MITE_IODWBSR_1_WSIZE_bits()
H Hartley Sweeten
2016-04-28
1
-6
/
+1
|
*
staging: comedi: mite: document the mite_struct spinlock_t
H Hartley Sweeten
2016-04-28
1
-0
/
+1
|
*
staging: comedi: mite: rename CamelCase CHSR bit enums
H Hartley Sweeten
2016-04-28
1
-3
/
+3
|
*
staging: comedi: mite: introduce mite_sync_dma()
H Hartley Sweeten
2016-04-28
6
-32
/
+30
|
*
staging: comedi: mite: don't expose unnecessary register/bit info
H Hartley Sweeten
2016-04-28
2
-195
/
+151
|
*
staging: comedi: mite: introduce mite_ack_linkc()
H Hartley Sweeten
2016-04-28
5
-44
/
+26
|
*
staging: comedi: mite: don't expose mite_dma_reset()
H Hartley Sweeten
2016-04-28
2
-10
/
+8
|
*
staging: comedi: ni_pcidio: remove redundant mite disarm/reset
H Hartley Sweeten
2016-04-28
1
-2
/
+0
|
*
staging: comedi: mite: remove mite_struct member 'daq_phys_addr'
H Hartley Sweeten
2016-04-28
3
-5
/
+9
|
*
staging: comedi: mite: remove mite_struct member 'mite_phys_addr'
H Hartley Sweeten
2016-04-28
2
-2
/
+0
|
*
staging: comedi: mite: don't export internal functions
H Hartley Sweeten
2016-04-28
2
-12
/
+4
|
*
staging: comedi: mite: remove mite_dma_tcr()
H Hartley Sweeten
2016-04-28
2
-10
/
+0
|
*
staging: comedi: mite: remove TOP_OF_PAGE() macro
H Hartley Sweeten
2016-04-28
1
-2
/
+0
|
*
staging: comedi: mite: Prefer 'unsigned int' to bare use of 'unsigned'
H Hartley Sweeten
2016-04-28
2
-22
/
+24
|
*
staging: comedi: ni_mio_common: introduce NI_STC_DMA_CHAN_SEL()
H Hartley Sweeten
2016-04-28
1
-18
/
+11
|
*
staging: comedi: mite.h: rename CHSR_LxERR_mask
H Hartley Sweeten
2016-04-28
2
-3
/
+3
|
*
staging: comedi: ni_mio_common: fix CamelCase in ni_serial_hw_readwrite8()
H Hartley Sweeten
2016-04-28
1
-3
/
+3
|
*
staging: comedi: ni_mio_common: remove 'fudge_factor_80_to_20Mhz'
H Hartley Sweeten
2016-04-28
1
-3
/
+2
|
*
staging: comedi: ni_mio_common: usleep_range is preferred over udelay
H Hartley Sweeten
2016-04-28
1
-2
/
+2
[next]