summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2019-09-16dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko
2019-08-17spi: Fix zero length xfer bugChris Lesiak
2019-08-17spi: imx: stop buffer overflow in RX FIFO flushTrent Piepho
2019-08-17spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven
2019-08-17spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki
2019-08-17spi: tegra114: reset controller on probeSowjanya Komatineni
2019-08-02spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi
2019-03-26spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko
2019-03-26spi: ti-qspi: Fix mmap read when more than one CS in useVignesh R
2019-01-12spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner
2019-01-12spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner
2019-01-12spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner
2019-01-12spi: bcm2835: Fix race on DMA terminationLukas Wunner
2018-12-30spi: 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-10-20spi: gpio: Fix copy-and-paste errorLinus Walleij
2018-10-03spi: rspi: Fix interrupted DMA transfersGeert Uytterhoeven
2018-10-03spi: rspi: Fix invalid SPI use during system suspendGeert Uytterhoeven
2018-10-03spi: sh-msiof: Fix handling of write value for SISTR registerHiromitsu Yamasaki
2018-10-03spi: sh-msiof: Fix invalid SPI use during system suspendGaku Inami
2018-10-03spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler
2018-10-03spi: orion: fix CS GPIO handling againJan Kundrát
2018-09-29spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven
2018-09-29spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersKirill Kapranov
2018-09-26spi: dw: fix possible race conditionAlexandre Belloni
2018-09-09spi: cadence: Change usleep_range() to udelay(), for atomic contextJanek Kotas
2018-09-09spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probeKrzysztof Kozlowski
2018-09-09spi: pxa2xx: Add support for Intel Ice LakeMika Westerberg
2018-09-09spi: davinci: fix a NULL pointer dereferenceBartosz Golaszewski
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-06-04Merge branch 'spi-4.17' into spi-4.18 for the merge windowMark Brown
2018-06-04Merge branch 'pm-domains'Rafael J. Wysocki
2018-05-31spi: Fix typo on SPI_MEM help textFabio Estevam
2018-05-24spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCACGeert Uytterhoeven
2018-05-21spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()Tony Lindgren
2018-05-21spi: Add missing pm_runtime_put_noidle() after failed getTony Lindgren
2018-05-17spi: ti-qspi: Make sure res_mmap != NULL before dereferencing itBoris Brezillon
2018-05-17spi: spi-s3c64xx: Fix system resume supportMarek Szyprowski
2018-05-14spi: Respect all error codes from dev_pm_domain_attach()Ulf Hansson
2018-05-13spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removalBoris Brezillon
2018-05-11spi: Get rid of the spi_flash_read() APIBoris Brezillon
2018-05-11spi: ti-qspi: Implement the spi_mem interfaceBoris Brezillon
2018-05-11spi: bcm-qspi: Implement the spi_mem interfaceBoris Brezillon
2018-05-11spi: Make support for regular transfers optional when ->mem_ops != NULLBoris Brezillon
2018-05-11spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon