summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong2020-06-111-0/+3
* spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-05-202-3/+13
* spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson2020-04-021-3/+0
* spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki2020-04-021-4/+7
* spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy2020-01-291-1/+1
* spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl2020-01-291-1/+12
* spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni2020-01-291-7/+36
* spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni2020-01-291-0/+2
* spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard2020-01-231-7/+3
* spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan2020-01-121-0/+2
* spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan2020-01-041-0/+3
* spi: tegra20-slink: add missed clk_unprepareChuhong Yuan2020-01-041-1/+4
* spi: pxa2xx: Add missed security checksChuhong Yuan2020-01-041-0/+6
* spi: img-spfi: fix potential double releasePan Bian2020-01-041-0/+2
* spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski2020-01-041-0/+3
* spi: atmel: Fix CS high supportGregory CLEMENT2019-12-211-4/+2
* spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R2019-11-281-2/+2
* spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R2019-11-281-19/+7
* spi: sh-msiof: fix deferred probingSergei Shtylyov2019-11-281-2/+2
* spi: rockchip: initialize dma_slave_config properlyHuibin Hong2019-11-251-0/+3
* spi: spidev: Fix OF tree warning logicTrent Piepho2019-11-251-5/+3
* spi: pic32: Use proper enum in dmaengine_prep_slave_rgNathan Chancellor2019-11-251-2/+2
* spi: bcm2835aux: fix corruptions for longer spi transfersMartin Sperl2019-09-101-4/+4
* spi: bcm2835aux: remove dangerous uncontrolled read of fifoMartin Sperl2019-09-101-7/+0
* spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl2019-09-101-33/+18
* spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring2019-09-101-0/+5
* spi: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner2019-08-111-1/+2
* spi: bitbang: Fix NULL pointer dereference in spi_unregister_masterYueHaibing2019-07-101-1/+1
* dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-06-221-6/+1
* spi: Fix zero length xfer bugChris Lesiak2019-05-311-0/+2
* spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven2019-05-311-3/+6
* spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki2019-05-311-2/+13
* spi: tegra114: reset controller on probeSowjanya Komatineni2019-05-311-14/+18
* spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi2019-05-311-2/+6
* spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko2019-03-231-0/+1
* spi: ti-qspi: Fix mmap read when more than one CS in useVignesh R2019-03-231-3/+3
* spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner2019-01-091-1/+1
* spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner2019-01-091-2/+1
* spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner2019-01-091-0/+1
* spi: bcm2835: Fix race on DMA terminationLukas Wunner2019-01-091-6/+4
* spi: rspi: Fix interrupted DMA transfersGeert Uytterhoeven2018-10-031-4/+6
* spi: rspi: Fix invalid SPI use during system suspendGeert Uytterhoeven2018-10-031-0/+24
* spi: sh-msiof: Fix handling of write value for SISTR registerHiromitsu Yamasaki2018-10-031-1/+2
* spi: sh-msiof: Fix invalid SPI use during system suspendGaku Inami2018-10-031-0/+25
* spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler2018-10-031-8/+23
* spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probeKrzysztof Kozlowski2018-09-091-12/+12
* spi: davinci: fix a NULL pointer dereferenceBartosz Golaszewski2018-09-091-1/+1
* spi: bcm-qspi: fIX some error handling pathsChristophe Jaillet2018-05-301-2/+2
* spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRLKamal Dasu2018-05-221-2/+2
* spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor masterKamal Dasu2018-05-221-8/+16