summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-04-29dma-buf/sync_file: de-stage sync_fileGustavo Padovan6-1/+16
2016-04-29dma-buf/sync_file: de-stage sync_file headersGustavo Padovan5-162/+5
2016-04-29staging/android: style fix: alignment to match the open parenthesisGustavo Padovan1-4/+4
2016-04-29staging/android: improve documentation for sync_fileGustavo Padovan2-3/+4
2016-04-29staging/android: prepare sync_file for de-stagingGustavo Padovan7-411/+455
2016-04-29staging/android: remove name arg from sync_file_create()Gustavo Padovan3-10/+11
2016-04-29staging/android: make sync_file_fdget() staticGustavo Padovan2-3/+1
2016-04-29staging/android: make sync_file_merge() staticGustavo Padovan2-5/+2
2016-04-29staging/android: move sync_file functions comments to sync.cGustavo Padovan2-32/+25
2016-04-29staging/android: drop sync_file_install() and sync_file_put()Gustavo Padovan3-37/+6
2016-04-29staging/android: remove redundant comments on sync_merge_dataGustavo Padovan1-5/+5
2016-04-29staging/android: refactor SYNC IOCTLsGustavo Padovan2-45/+67
2016-04-29kernel.h: add u64_to_user_ptr()Gustavo Padovan5-35/+20
2016-04-29staging: android: Fix grammar error in Kconfig fileLeo Sperling1-1/+1
2016-04-29staging: rtl8723au: Add warning about this driver being deprecatedJes Sorensen2-2/+10
2016-04-28staging: comedi: mite: don't expose CHSR_* bit definesH Hartley Sweeten2-37/+36
2016-04-28staging: comedi: mite: return void from mite_ack_linkc()H Hartley Sweeten2-7/+5
2016-04-28staging: comedi: mite: make mite_ack_linkc() handle mite_sync_dma()H Hartley Sweeten5-32/+20
2016-04-28staging: comedi: ni_mio_common: handle_a_interrupt() does not need ai_mite_st...H Hartley Sweeten1-16/+10
2016-04-28staging: comedi: ni_mio_common: simplify AI LINKC handlingH Hartley Sweeten1-6/+4
2016-04-28staging: comedi: ni_mio_common: fix interrupt handler for dev->read_subdevH Hartley Sweeten1-13/+9
2016-04-28staging: comedi: ni_mio_common: handle_b_interrupt() does not need ao_mite_st...H Hartley Sweeten1-11/+10
2016-04-28staging: comedi: ni_mio_common: fix interrupt handler for dev->write_subdevH Hartley Sweeten1-8/+8
2016-04-28staging: comedi: ni_mio_common: absorb mite_handle_b_linkc()H Hartley Sweeten1-24/+7
2016-04-28staging: comedi: mite: check for transfer errors in mite_ack_linkc()H Hartley Sweeten5-33/+17
2016-04-28staging: comedi: mite: cleanup remaining mite register/bitsH Hartley Sweeten1-44/+44
2016-04-28staging: comedi: mite: remove BUG_ON() in MITE_IODWBSR_1_WSIZE_bits()H Hartley Sweeten1-6/+1
2016-04-28staging: comedi: mite: document the mite_struct spinlock_tH Hartley Sweeten1-0/+1
2016-04-28staging: comedi: mite: rename CamelCase CHSR bit enumsH Hartley Sweeten1-3/+3
2016-04-28staging: comedi: mite: introduce mite_sync_dma()H Hartley Sweeten6-32/+30
2016-04-28staging: comedi: mite: don't expose unnecessary register/bit infoH Hartley Sweeten2-195/+151
2016-04-28staging: comedi: mite: introduce mite_ack_linkc()H Hartley Sweeten5-44/+26
2016-04-28staging: comedi: mite: don't expose mite_dma_reset()H Hartley Sweeten2-10/+8
2016-04-28staging: comedi: ni_pcidio: remove redundant mite disarm/resetH Hartley Sweeten1-2/+0
2016-04-28staging: comedi: mite: remove mite_struct member 'daq_phys_addr'H Hartley Sweeten3-5/+9
2016-04-28staging: comedi: mite: remove mite_struct member 'mite_phys_addr'H Hartley Sweeten2-2/+0
2016-04-28staging: comedi: mite: don't export internal functionsH Hartley Sweeten2-12/+4
2016-04-28staging: comedi: mite: remove mite_dma_tcr()H Hartley Sweeten2-10/+0
2016-04-28staging: comedi: mite: remove TOP_OF_PAGE() macroH Hartley Sweeten1-2/+0
2016-04-28staging: comedi: mite: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten2-22/+24
2016-04-28staging: comedi: ni_mio_common: introduce NI_STC_DMA_CHAN_SEL()H Hartley Sweeten1-18/+11
2016-04-28staging: comedi: mite.h: rename CHSR_LxERR_maskH Hartley Sweeten2-3/+3
2016-04-28staging: comedi: ni_mio_common: fix CamelCase in ni_serial_hw_readwrite8()H Hartley Sweeten1-3/+3
2016-04-28staging: comedi: ni_mio_common: remove 'fudge_factor_80_to_20Mhz'H Hartley Sweeten1-3/+2
2016-04-28staging: comedi: ni_mio_common: usleep_range is preferred over udelayH Hartley Sweeten1-2/+2
2016-04-28staging: comedi: ni_mio_common: tidy up ni_gpct_write_register()H Hartley Sweeten1-11/+4
2016-04-28staging: comedi: ni_mio_common: tidy up AO scan beginH Hartley Sweeten1-24/+15
2016-04-28staging: comedi: ni_mio_common: tidy up AO trigger selectionH Hartley Sweeten2-34/+14
2016-04-28staging: comedi: ni_mio_common: convert NI_GPCT_SUBDEV to a macroH Hartley Sweeten1-13/+1
2016-04-28staging: comedi: ni_mio_common: fix logical continuationsH Hartley Sweeten1-9/+8