summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2015-03-27spi/rockchip: Round up clock rate divisor to err on the safe sideJulius Werner
2015-03-25spi: of: do explicitly request modules for of-registered devicesDmitry Torokhov
2015-03-25spi: dw: fix crash on setup stageAndy Shevchenko
2015-03-25spi: pxa2xx: replace ugly table by approximationAndy Shevchenko
2015-03-24Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/queue' and 'spi/fix/qup...Mark Brown
2015-03-24spi: pxa2xx: shift clk_div in one placeAndy Shevchenko
2015-03-23spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott
2015-03-23spi: bcm2835: enable support of 3-wire modeMartin Sperl
2015-03-23spi: bcm2835: clock divider can be a multiple of 2Martin Sperl
2015-03-23spi: bcm2835: fill/drain SPI-fifo as much as possible during interruptMartin Sperl
2015-03-23spi: omap-uwire: Remove needless include asm/irq.hJarkko Nikula
2015-03-23spi: pxa2xx: Remove needless includesJarkko Nikula
2015-03-22spi: atmel: use endian agnostic IOBen Dooks
2015-03-20spi: bcm2835: fix all checkpath --strict messagesMartin Sperl
2015-03-18spi: trigger trace event for message-done before mesg->completeUwe Kleine-König
2015-03-17spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer
2015-03-17spi/omap100k: Convert to runtime PMMark Brown
2015-03-17spi: constify of_device_id arrayFabian Frederick
2015-03-16spi: Ensure that CS line is in non-active state after spi_setup()Ivan T. Ivanov
2015-03-09spi: dw-spi: Single Register read to clear IRQsThor Thayer
2015-03-09spi: dw-mid: convert to use dw_dmac instead of intel_mid_dmaAndy Shevchenko
2015-03-09spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko
2015-03-09spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko
2015-03-09spi: dw-mid: take care of FIFO overrun/underrun when do DMAAndy Shevchenko
2015-03-09spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko
2015-03-09spi: dw-mid: convert value of dma_width to enum dma_slave_buswidthAndy Shevchenko
2015-03-09Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown
2015-03-09spi: cadence: Remove Kconfig dependencyMichal Simek
2015-03-08spi: Remove support for legacy PMLars-Peter Clausen
2015-03-07spi: dw-mid: clear BUSY flag fist and test other oneAndy Shevchenko
2015-03-07spi: qup: Add DMA capabilitiesAndy Gross
2015-03-07spi: qup: Fix cs-num DT property parsingIvan T. Ivanov
2015-03-06Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/doc', 'spi/fix/dw', ...Mark Brown
2015-03-06spi: dw: move to SPI core message handlingAndy Shevchenko
2015-03-06Merge branch 'topic/err' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2015-03-06spi: dw: program registers as soon as possibleAndy Shevchenko
2015-03-06spi: dw: make sure SPI controller is enabledAndy Shevchenko
2015-03-06spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin
2015-03-06spi: pl022: Remove dead codeAlexander Sverdlin
2015-03-06spi: pl022: Don't touch unspecified bits in interrupt maskAlexander Sverdlin
2015-03-06spi: pl022: Remove incorrect TxFIFO full reportingAlexander Sverdlin
2015-03-06spi/rockchip: do an error handling in proper timeAndy Shevchenko
2015-03-06spi: introduce master->handle_err() callbackAndy Shevchenko
2015-03-06spi: dw-mid: avoid potential NULL dereferenceAndy Shevchenko
2015-03-03spi: img-spfi: Remove udelay in soft resetSifan Naeem
2015-03-03spi: img-spfi: Verify max spfi transfer lengthSifan Naeem
2015-03-03spi: spi-imx: use correct enumeration typeStefan Agner
2015-02-26spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer
2015-02-26spi: dw: revisit FIFO size detection againAndy Shevchenko
2015-02-24spi: dw: always reprogram CTRL0Andy Shevchenko