summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2015-03-22spi: atmel: use endian agnostic IOBen Dooks1-1/+7
2015-03-20spi: bcm2835: fix all checkpath --strict messagesMartin Sperl1-7/+11
2015-03-18spi: trigger trace event for message-done before mesg->completeUwe Kleine-König1-2/+3
2015-03-17spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer3-27/+17
2015-03-17spi/omap100k: Convert to runtime PMMark Brown1-24/+77
2015-03-17spi: constify of_device_id arrayFabian Frederick3-3/+3
2015-03-16spi: Ensure that CS line is in non-active state after spi_setup()Ivan T. Ivanov1-0/+2
2015-03-09spi: dw-spi: Single Register read to clear IRQsThor Thayer1-3/+1
2015-03-09spi: dw-mid: convert to use dw_dmac instead of intel_mid_dmaAndy Shevchenko3-29/+22
2015-03-09spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko3-66/+43
2015-03-09spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko3-0/+17
2015-03-09spi: dw-mid: take care of FIFO overrun/underrun when do DMAAndy Shevchenko1-0/+21
2015-03-09spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko3-23/+21
2015-03-09spi: dw-mid: convert value of dma_width to enum dma_slave_buswidthAndy Shevchenko2-6/+19
2015-03-09Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown3-6/+14
2015-03-09spi: cadence: Remove Kconfig dependencyMichal Simek1-2/+1
2015-03-08spi: Remove support for legacy PMLars-Peter Clausen1-114/+0
2015-03-07spi: dw-mid: clear BUSY flag fist and test other oneAndy Shevchenko1-2/+4
2015-03-07spi: qup: Add DMA capabilitiesAndy Gross1-32/+304
2015-03-07spi: qup: Fix cs-num DT property parsingIvan T. Ivanov1-4/+5
2015-03-07Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/doc', 'spi/fix/dw', ...Mark Brown7-11/+46
2015-03-06spi: dw: move to SPI core message handlingAndy Shevchenko3-164/+49
2015-03-06Merge branch 'topic/err' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-0/+3
2015-03-06spi: dw: program registers as soon as possibleAndy Shevchenko1-23/+15
2015-03-06spi: dw: make sure SPI controller is enabledAndy Shevchenko2-5/+14
2015-03-06spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin1-1/+1
2015-03-06spi: pl022: Remove dead codeAlexander Sverdlin1-3/+1
2015-03-06spi: pl022: Don't touch unspecified bits in interrupt maskAlexander Sverdlin1-1/+6
2015-03-06spi: pl022: Remove incorrect TxFIFO full reportingAlexander Sverdlin1-3/+0
2015-03-06spi/rockchip: do an error handling in proper timeAndy Shevchenko1-4/+11
2015-03-06spi: introduce master->handle_err() callbackAndy Shevchenko1-0/+3
2015-03-06spi: dw-mid: avoid potential NULL dereferenceAndy Shevchenko1-0/+6
2015-03-03spi: img-spfi: Remove udelay in soft resetSifan Naeem1-1/+0
2015-03-03spi: img-spfi: Verify max spfi transfer lengthSifan Naeem1-0/+7
2015-03-03spi: spi-imx: use correct enumeration typeStefan Agner1-2/+2
2015-02-26spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer1-6/+6
2015-02-26spi: dw: revisit FIFO size detection againAndy Shevchenko1-2/+2
2015-02-24spi: dw: always reprogram CTRL0Andy Shevchenko1-2/+1
2015-02-24spi: dw: refactor code that handles clk_divAndy Shevchenko1-4/+3
2015-02-24spi: dw: get TX level without an additional variableAndy Shevchenko1-7/+4
2015-02-24spi: dw: move piece of code out of conditionAndy Shevchenko1-2/+3
2015-02-24spi: dw-pci: correct number of chip selectsAndy Shevchenko1-2/+2
2015-02-24spi: spidev: only use up TX/RX bounce buffer space when neededIan Abbott1-5/+23
2015-02-24spi: s3c64xx: fix compiler warning in spi-s3c64xxAndre Przywara1-2/+2
2015-02-23spi: sh-msiof: remove slave_id settings for DMAEngineArnd Bergmann1-1/+0
2015-02-23spi: rspi: remove slave_id settings for DMAEngineArnd Bergmann1-1/+0
2015-02-21drivers: spi: ti-qspi: wait for busy bit clear before data write/readMugunthan V N1-0/+22
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-3/+3
2015-02-12treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches1-1/+1
2015-02-11spi: sc18is602: Support multiple devices on a single I2C bus if DT is configuredGuenter Roeck1-1/+1