summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2019-03-23spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko
2019-03-23spi: ti-qspi: Fix mmap read when more than one CS in useVignesh R
2019-01-09spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner
2019-01-09spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner
2019-01-09spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner
2019-01-09spi: bcm2835: Fix race on DMA terminationLukas Wunner
2018-12-17spi: omap2-mcspi: Add missing suspend and resume callsTony Lindgren
2018-11-13spi: gpio: No MISO does not imply no RXLinus Walleij
2018-11-13spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}Nathan Chancellor
2018-11-13spi: bcm-qspi: fix calculation of address lengthRafał Miłecki
2018-11-13spi: bcm-qspi: switch back to reading flash using smaller chunksRafał Miłecki
2018-11-13spi: spi-mem: Adjust op len based on message/transfer size limitationsChuanhua Han
2018-09-28Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2018-09-17Merge tag 'spi-fix-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2018-09-05spi: rspi: Fix interrupted DMA transfersGeert Uytterhoeven
2018-09-05spi: rspi: Fix invalid SPI use during system suspendGeert Uytterhoeven
2018-09-05spi: sh-msiof: Fix handling of write value for SISTR registerHiromitsu Yamasaki
2018-09-05spi: sh-msiof: Fix invalid SPI use during system suspendGaku Inami
2018-09-04spi: gpio: Fix copy-and-paste errorLinus Walleij
2018-09-03spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler
2018-08-28spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODEAngelo Dureghello
2018-08-28spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven
2018-08-18Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteprocLinus Torvalds
2018-08-15spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersKirill Kapranov
2018-08-10Merge branch 'spi-4.19' into spi-nextMark Brown
2018-08-10Merge branch 'spi-4.18' into spi-linusMark Brown
2018-08-10spi: davinci: fix a NULL pointer dereferenceBartosz Golaszewski
2018-08-02spi: spi-mem: Extend the SPI mem interface to set a custom memory nameFrieder Schrempf
2018-08-02spi: uniphier: remove unnecessary include headersKeiji Hayashibara
2018-08-01spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi
2018-08-01spi: add flags parameter to txrx_word function pointersLorenzo Bianconi
2018-08-01spi: add SPI controller driver for UniPhier SoCKeiji Hayashibara
2018-07-30spi: img-spfi: Set device select bits for SPFI port stateIonela Voinescu
2018-07-30spi: omap2-mcspi: remove several redundant variablesColin Ian King
2018-07-30spi: dw-mmio: add MSCC Ocelot supportAlexandre Belloni
2018-07-30spi: dw: export dw_spi_set_csAlexandre Belloni
2018-07-26spi: spi-fsl-espi: Log fifo counters on errorTiago Brusamarello
2018-07-24spi: imx: Use the longuest possible burst size when in dynamic_burstMaxime Chevallier
2018-07-24spi: imx: remove unnecessary check in spi_imx_can_dmaMaxime Chevallier
2018-07-24spi: imx: Use correct number of bytes per wordsMaxime Chevallier
2018-07-24spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32Maxime Chevallier
2018-07-24spi: imx: Remove duplicate variable assignmentsMaxime Chevallier
2018-07-24spi: spi-fsl-dspi: Switch to SPDX identifierFabio Estevam
2018-07-18Merge tag 'spi-dw-set-cs' of https://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
2018-07-18spi: dw: allow providing own set_cs callbackAlexandre Belloni
2018-07-18spi: dw: fix possible race conditionAlexandre Belloni
2018-07-17spi: spi-fsl-dspi: Fill actual_length when doing DMA transferAndrey Smirnov
2018-07-11spi: cadence: Fix missing clk_disable_unprepare() on error in cnds_runtime_re...Wei Yongjun
2018-07-02spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probeKrzysztof Kozlowski
2018-06-28spi: pxa2xx: Add support for Intel Ice LakeMika Westerberg