aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki2019-03-181-2/+13
* spi: spi-mem: stm32-qspi: avoid memory corruption at low frequencyLudovic Barre2019-03-151-3/+1
* spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven2019-03-151-3/+6
* spi: rspi: Fix register initialization while runtime-suspendedGeert Uytterhoeven2019-03-151-23/+16
* spi: imx: stop buffer overflow in RX FIFO flushTrent Piepho2019-03-131-1/+1
* spi: Fix zero length xfer bugChris Lesiak2019-03-111-0/+2
* spi: sh-msiof: Restrict bits per word to 8/16/24/32 on R-Car Gen2/3Geert Uytterhoeven2019-03-041-1/+7
* spi: sifive: Remove redundant dev_err call in sifive_spi_probe()Wei Yongjun2019-02-221-1/+0
* spi: sifive: Remove spi_master_put in sifive_spi_remove()Wei Yongjun2019-02-221-1/+0
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-2010-74/+89
|\
| * spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko2019-02-201-0/+1
| * spi: ti-qspi: Fix mmap read when more than one CS in useVignesh R2019-01-291-3/+3
| * spi/topcliff_pch: Fix potential NULL dereference on allocation errorYueHaibing2019-01-231-0/+6
| * spi: spi-mem: Fix a memory leak in spi_mem_dirmap_destroy()Boris Brezillon2019-01-211-0/+2
| * spi: spi-mem: Fix spi_mem_dirmap_destroy() kerneldocBoris Brezillon2019-01-211-1/+0
| * spi: dw: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-151-18/+18
| * spi: sprd: Fix the error data length in SPI read-only modeLanqing Liu2019-01-151-4/+6
| * spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R2019-01-151-2/+2
| * spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello2019-01-071-1/+1
| * spi: lpspi: Fix CLK pin becomes low before one transferClark Wang2019-01-071-4/+20
| * spi: lpspi: Fix wrong transmission when don't use CONTClark Wang2019-01-071-0/+9
| * spi: lpspi: Improve the stability of lpspi data transmissionClark Wang2019-01-071-41/+20
| * Merge branch 'spi-4.21' into spi-5.0Mark Brown2019-01-071-1/+2
| |\
| | * spi: npcm-pspi: Fix wrong priv pointerAxel Lin2019-01-031-1/+2
* | | spi: sifive: Add driver for the SiFive SPI controllerYash Shah2019-02-193-0/+457
* | | spi: sprd: Add a prefix for SPI DMA channel macrosBaolin Wang2019-02-131-21/+21
* | | spi: sprd: spi: sprd: Add DMA mode supportLanqing Liu2019-02-131-3/+290
* | | spi: sprd: Add the SPI irq function for the SPI DMA modeLanqing Liu2019-02-131-0/+51
* | | spi: use gpio[d]_set_value_cansleep for setting chipselect GPIOFelix Fietkau2019-02-121-2/+3
* | | spi: gpio: Advertise support for SPI_CS_HIGHJonathan Neuschäfer2019-02-121-1/+2
* | | spi: sh-msiof: Replace spi_master by spi_controllerGeert Uytterhoeven2019-02-081-85/+83
* | | spi: sh-hspi: Replace spi_master by spi_controllerGeert Uytterhoeven2019-02-081-18/+18
* | | spi: rspi: Replace spi_master by spi_controllerGeert Uytterhoeven2019-02-081-85/+85
* | | spi: atmel-quadspi: add support for sam9x60 qspi controllerTudor Ambarus2019-02-061-35/+128
* | | spi: atmel-quadspi: add support for named peripheral clockTudor Ambarus2019-02-061-15/+18
* | | spi: atmel-quadspi: rework transfer macrosTudor Ambarus2019-02-061-9/+4
* | | spi: atmel-quadspi: switch to SPDX license identifiersTudor Ambarus2019-02-061-12/+1
* | | spi: atmel-quadspi: return appropriate error codeTudor Ambarus2019-02-061-2/+2
* | | spi: atmel-quadspi: remove unnecessary castTudor Ambarus2019-02-061-1/+1
* | | spi: atmel-quadspi: fix naming schemeTudor Ambarus2019-02-061-8/+8
* | | spi: atmel-quadspi: drop wrappers for iomem accessesTudor Ambarus2019-02-061-28/+17
* | | spi: atmel-quadspi: order header files inclusion alphabeticallyTudor Ambarus2019-02-061-5/+4
* | | spi: atmel-quadspi: cache MR value to avoid a write accessTudor Ambarus2019-02-061-1/+13
* | | spi: spi-fsl-dspi: Provide support for DSPI slave mode operation (Vybryd vf610)Lukasz Majewski2019-02-061-10/+30
* | | spi-atmel: support inter-word delayJonas Bonn2019-01-301-5/+6
* | | spi: support inter-word delay requirement for devicesJonas Bonn2019-01-301-0/+5
* | | spi: mxs: add tracing to custom .transfer_one_message callbackUwe Kleine-König2019-01-291-0/+5
* | | spi: spi-mem: spi-fsl-qspi: typo fix in author nameYogesh Narayan Gaur2019-01-291-2/+2
* | | spi: spi-mem: spi-nxp-fspi: add module license infoYogesh Narayan Gaur2019-01-291-2/+3
* | | spi: pl022: add a message state STATE_TIMEOUT for timeout transferJiwei Sun2019-01-281-1/+29