summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2019-12-31spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan1-0/+3
2019-12-31spi: tegra20-slink: add missed clk_unprepareChuhong Yuan1-1/+4
2019-12-31spi: pxa2xx: Add missed security checksChuhong Yuan1-0/+6
2019-12-31spi: img-spfi: fix potential double releasePan Bian1-0/+2
2019-12-31spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski1-0/+3
2019-12-17spi: atmel: Fix CS high supportGregory CLEMENT1-4/+2
2019-12-01spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R1-2/+2
2019-12-01spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R1-19/+7
2019-12-01spi: sh-msiof: fix deferred probingSergei Shtylyov1-2/+2
2019-11-24spi: rockchip: initialize dma_slave_config properlyHuibin Hong1-0/+3
2019-11-24spi: spidev: Fix OF tree warning logicTrent Piepho1-5/+3
2019-11-24spi: fsl-lpspi: Prevent FIFO under/overrun by defaultHieu Tran Dang1-1/+1
2019-11-24spi: mediatek: use correct mata->xfer_len when in fifo transferLeilk Liu1-2/+2
2019-11-20spi: pic32: Use proper enum in dmaengine_prep_slave_rgNathan Chancellor1-2/+2
2019-11-20spi: mediatek: Don't modify spi_transfer when transfer.Peter Shih1-16/+21
2019-09-10spi: bcm2835aux: fix corruptions for longer spi transfersMartin Sperl1-4/+4
2019-09-10spi: bcm2835aux: remove dangerous uncontrolled read of fifoMartin Sperl1-7/+0
2019-09-10spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl1-33/+18
2019-08-09spi: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner1-1/+2
2019-07-10spi: bitbang: Fix NULL pointer dereference in spi_unregister_masterYueHaibing1-1/+1
2019-06-15dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-6/+1
2019-05-31spi: Fix zero length xfer bugChris Lesiak1-0/+2
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-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-29spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.Uwe Kleine-König1-23/+36
2018-12-29spi: imx: add a device specific prepare_message callbackUwe Kleine-König1-1/+39
2018-11-13spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}Nathan Chancellor1-11/+25
2018-11-13spi: bcm-qspi: switch back to reading flash using smaller chunksRafał Miłecki1-1/+1
2018-10-04spi: rspi: Fix interrupted DMA transfersGeert Uytterhoeven1-4/+6
2018-10-04spi: rspi: Fix invalid SPI use during system suspendGeert Uytterhoeven1-0/+24
2018-10-04spi: sh-msiof: Fix handling of write value for SISTR registerHiromitsu Yamasaki1-1/+2
2018-10-04spi: sh-msiof: Fix invalid SPI use during system suspendGaku Inami1-0/+25
2018-10-04spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler1-8/+23
2018-09-29spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven1-11/+11
2018-09-29spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersKirill Kapranov1-0/+9
2018-09-09spi: cadence: Change usleep_range() to udelay(), for atomic contextJanek Kotas1-1/+1
2018-09-09spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probeKrzysztof Kozlowski1-12/+12
2018-09-09spi: pxa2xx: Add support for Intel Ice LakeMika Westerberg1-0/+4
2018-09-09spi: davinci: fix a NULL pointer dereferenceBartosz Golaszewski1-1/+1
2018-08-03spi: meson-spicc: Fix error handling in meson_spicc_probe()Alexey Khoroshilov1-3/+8
2018-08-03spi: Add missing pm_runtime_put_noidle() after failed getTony Lindgren1-0/+1
2018-08-03spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCACGeert Uytterhoeven1-2/+4