summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson2020-03-251-3/+0
* spi: pxa2xx: Add CS control clock quirkEvan Green2020-03-251-0/+23
* spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki2020-03-251-4/+7
* spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET2020-03-111-1/+0
* spi: spi-mem: Fix inverted logic in op sanity checkGeert Uytterhoeven2020-02-141-4/+4
* spi: spi-mem: Add extra sanity checks on the op paramBoris Brezillon2020-02-141-6/+48
* spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-02-012-3/+13
* spi: bcm-qspi: Fix BSPI QUAD and DUAL mode support when using flex modeRayagonda Kokatanur2020-01-271-2/+2
* spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy2020-01-271-1/+1
* spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl2020-01-271-1/+12
* spi: tegra114: configure dma burst size to fifo trig levelSowjanya Komatineni2020-01-271-22/+30
* spi: tegra114: flush fifosSowjanya Komatineni2020-01-271-9/+30
* spi: tegra114: terminate dma and reset on transfer timeoutSowjanya Komatineni2020-01-271-0/+9
* spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni2020-01-271-7/+36
* spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni2020-01-271-0/+2
* spi/topcliff_pch: Fix potential NULL dereference on allocation errorYueHaibing2020-01-271-0/+6
* spi: cadence: Correct initialisation of runtime PMCharles Keepax2020-01-271-7/+4
* spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard2020-01-171-7/+3
* spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra2020-01-121-1/+5
* spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan2020-01-121-0/+2
* spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy2020-01-041-3/+3
* spi: fsl: don't map irq during probeChristophe Leroy2020-01-041-3/+2
* spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan2019-12-311-0/+3
* spi: tegra20-slink: add missed clk_unprepareChuhong Yuan2019-12-311-1/+4
* spi: pxa2xx: Add missed security checksChuhong Yuan2019-12-311-0/+6
* spi: img-spfi: fix potential double releasePan Bian2019-12-311-0/+2
* spi: sprd: adi: Add missing lock protection when rebootingLingling Xu2019-12-311-0/+3
* spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski2019-12-311-0/+3
* spi: atmel: Fix CS high supportGregory CLEMENT2019-12-131-4/+2
* spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R2019-12-011-2/+2
* spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R2019-12-011-19/+7
* spi: sh-msiof: fix deferred probingSergei Shtylyov2019-12-011-2/+2
* spi: rockchip: initialize dma_slave_config properlyHuibin Hong2019-11-241-0/+3
* spi: spidev: Fix OF tree warning logicTrent Piepho2019-11-241-5/+3
* spi: fsl-lpspi: Prevent FIFO under/overrun by defaultHieu Tran Dang2019-11-241-1/+1
* spi: mediatek: use correct mata->xfer_len when in fifo transferLeilk Liu2019-11-241-2/+2
* spi: pic32: Use proper enum in dmaengine_prep_slave_rgNathan Chancellor2019-11-201-2/+2
* spi: mediatek: Don't modify spi_transfer when transfer.Peter Shih2019-11-201-16/+21
* spi/bcm63xx-hsspi: keep pll clk enabledJonas Gorski2019-11-201-4/+16
* spi: spi-gpio: fix SPI_CS_HIGH capabilityRussell King2019-09-161-2/+1
* 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: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner2019-08-091-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-151-6/+1
* spi: Fix zero length xfer bugChris Lesiak2019-05-311-0/+2
* spi: imx: stop buffer overflow in RX FIFO flushTrent Piepho2019-05-311-1/+1
* 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