summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-311-5/+6
* | | spi: support inter-word delay requirement for devicesJonas Bonn2019-01-311-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
* | | spi: Kconfig: imx: Update the help text to make it more genericFabio Estevam2019-01-281-2/+1
* | | spi: nxp-fspi: add octal mode flag bit for octal supportYogesh Narayan Gaur2019-01-281-2/+2
* | | spi: spi-mem: Add driver for NXP FlexSPI controllerYogesh Narayan Gaur2019-01-283-0/+1116
* | | gpio: of: Fix logic inversionLinus Walleij2019-01-241-1/+1
* | | spi: cadence: Fix default polarity of native chipselectLinus Walleij2019-01-241-3/+3
* | | spi: dw: Fix default polarity of native chipselectLinus Walleij2019-01-241-3/+2
* | | spi: Support high CS when using descriptorsLinus Walleij2019-01-241-0/+5
* | | spi: Go back to immediate teardownMark Brown2019-01-231-89/+33
* | | pxa2xx: replace spi_master with spi_controllerLubomir Rintel2019-01-234-111/+111