summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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