summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+1Star
* spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner2019-01-091-0/+1
* spi: bcm2835: Fix race on DMA terminationLukas Wunner2019-01-091-6/+4Star
* spi: omap2-mcspi: Add missing suspend and resume callsTony Lindgren2018-12-171-12/+25
* spi: gpio: No MISO does not imply no RXLinus Walleij2018-11-131-4/+6
* spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}Nathan Chancellor2018-11-131-11/+25
* spi: bcm-qspi: fix calculation of address lengthRafał Miłecki2018-11-131-1/+1
* spi: bcm-qspi: switch back to reading flash using smaller chunksRafał Miłecki2018-11-131-1/+1
* spi: spi-mem: Adjust op len based on message/transfer size limitationsChuanhua Han2018-11-131-0/+15
* Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-294-15/+82
|\
| * spi: rspi: Fix interrupted DMA transfersGeert Uytterhoeven2018-09-051-4/+6
| * spi: rspi: Fix invalid SPI use during system suspendGeert Uytterhoeven2018-09-051-0/+24
| * spi: sh-msiof: Fix handling of write value for SISTR registerHiromitsu Yamasaki2018-09-051-1/+2
| * spi: sh-msiof: Fix invalid SPI use during system suspendGaku Inami2018-09-051-0/+25
| * spi: gpio: Fix copy-and-paste errorLinus Walleij2018-09-041-2/+2
| * spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler2018-09-031-8/+23
* | Merge tag 'spi-fix-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-172-2/+17
|\|
| * spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODEAngelo Dureghello2018-08-281-0/+6
| * spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven2018-08-281-11/+11
| * spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersKirill Kapranov2018-08-151-0/+9
* | Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteprocLinus Torvalds2018-08-191-7/+4Star
|\ \
| * | spi: sprd: Change to use devm_hwspin_lock_request_specific()Baolin Wang2018-06-261-6/+3Star
| * | spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()Baolin Wang2018-06-261-1/+1
* | | Merge branch 'spi-4.19' into spi-nextMark Brown2018-08-1020-350/+1121
|\ \ \ | | |/ | |/|
| * | spi: spi-mem: Extend the SPI mem interface to set a custom memory nameFrieder Schrempf2018-08-021-0/+28
| * | spi: uniphier: remove unnecessary include headersKeiji Hayashibara2018-08-021-2/+0Star
| * | spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi2018-08-012-1/+32
| * | spi: add flags parameter to txrx_word function pointersLorenzo Bianconi2018-08-017-43/+56
| * | spi: add SPI controller driver for UniPhier SoCKeiji Hayashibara2018-08-013-0/+539
| * | spi: img-spfi: Set device select bits for SPFI port stateIonela Voinescu2018-07-301-0/+3
| * | spi: omap2-mcspi: remove several redundant variablesColin Ian King2018-07-301-9/+0Star
| * | spi: dw-mmio: add MSCC Ocelot supportAlexandre Belloni2018-07-301-0/+90
| * | spi: dw: export dw_spi_set_csAlexandre Belloni2018-07-302-1/+3
| * | spi: spi-fsl-espi: Log fifo counters on errorTiago Brusamarello2018-07-261-1/+4
| * | spi: imx: Use the longuest possible burst size when in dynamic_burstMaxime Chevallier2018-07-241-37/+85
| * | spi: imx: remove unnecessary check in spi_imx_can_dmaMaxime Chevallier2018-07-241-3/+0Star
| * | spi: imx: Use correct number of bytes per wordsMaxime Chevallier2018-07-241-4/+6
| * | spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32Maxime Chevallier2018-07-241-14/+9Star