summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix6-22/+46
2019-05-31spi: Fix zero length xfer bugChris Lesiak1-0/+2
2019-05-31spi: imx: stop buffer overflow in RX FIFO flushTrent Piepho1-1/+1
2019-05-31spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven1-3/+6
2019-05-31spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki1-2/+13
2019-05-31spi: tegra114: reset controller on probeSowjanya Komatineni1-14/+18
2019-05-31spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi1-2/+6
2019-05-14spi: Make GPIO CSs honour the SPI_NO_CS flagPhil Elwell1-1/+3
2019-05-14spi-bcm2835: Remove unused codePhil Elwell1-61/+0
2019-05-14spi-bcm2835: Disable forced software CSPhil Elwell1-0/+2
2019-05-14spi-bcm2835: Support pin groups other than 7-11Phil Elwell1-8/+37
2019-05-14spidev: Add "spidev" compatible string to silence warningPhil Elwell1-0/+1
2019-03-23spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko1-0/+1
2019-03-23spi: ti-qspi: Fix mmap read when more than one CS in useVignesh R1-3/+3
2019-01-09spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner1-1/+1
2019-01-09spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner1-2/+1
2019-01-09spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner1-0/+1
2019-01-09spi: bcm2835: Fix race on DMA terminationLukas Wunner1-6/+4
2018-12-17spi: omap2-mcspi: Add missing suspend and resume callsTony Lindgren1-12/+25
2018-11-13spi: gpio: No MISO does not imply no RXLinus Walleij1-4/+6
2018-11-13spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}Nathan Chancellor1-11/+25
2018-11-13spi: bcm-qspi: fix calculation of address lengthRafał Miłecki1-1/+1
2018-11-13spi: bcm-qspi: switch back to reading flash using smaller chunksRafał Miłecki1-1/+1
2018-11-13spi: spi-mem: Adjust op len based on message/transfer size limitationsChuanhua Han1-0/+15
2018-09-28Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman4-15/+82
2018-09-17Merge tag 'spi-fix-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-2/+17
2018-09-05spi: rspi: Fix interrupted DMA transfersGeert Uytterhoeven1-4/+6
2018-09-05spi: rspi: Fix invalid SPI use during system suspendGeert Uytterhoeven1-0/+24
2018-09-05spi: sh-msiof: Fix handling of write value for SISTR registerHiromitsu Yamasaki1-1/+2
2018-09-05spi: sh-msiof: Fix invalid SPI use during system suspendGaku Inami1-0/+25
2018-09-04spi: gpio: Fix copy-and-paste errorLinus Walleij1-2/+2
2018-09-03spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler1-8/+23
2018-08-28spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODEAngelo Dureghello1-0/+6
2018-08-28spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven1-11/+11
2018-08-18Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteprocLinus Torvalds1-7/+4
2018-08-15spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersKirill Kapranov1-0/+9
2018-08-10Merge branch 'spi-4.19' into spi-nextMark Brown20-350/+1121
2018-08-10Merge branch 'spi-4.18' into spi-linusMark Brown6-65/+86
2018-08-10spi: davinci: fix a NULL pointer dereferenceBartosz Golaszewski1-1/+1
2018-08-02spi: spi-mem: Extend the SPI mem interface to set a custom memory nameFrieder Schrempf1-0/+28
2018-08-02spi: uniphier: remove unnecessary include headersKeiji Hayashibara1-2/+0
2018-08-01spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi2-1/+32
2018-08-01spi: add flags parameter to txrx_word function pointersLorenzo Bianconi7-43/+56
2018-08-01spi: add SPI controller driver for UniPhier SoCKeiji Hayashibara3-0/+539
2018-07-30spi: img-spfi: Set device select bits for SPFI port stateIonela Voinescu1-0/+3
2018-07-30spi: omap2-mcspi: remove several redundant variablesColin Ian King1-9/+0
2018-07-30spi: dw-mmio: add MSCC Ocelot supportAlexandre Belloni1-0/+90
2018-07-30spi: dw: export dw_spi_set_csAlexandre Belloni2-1/+3
2018-07-26spi: spi-fsl-espi: Log fifo counters on errorTiago Brusamarello1-1/+4
2018-07-24spi: imx: Use the longuest possible burst size when in dynamic_burstMaxime Chevallier1-37/+85