summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-05-113-0/+418
* spi: remove forgotten CONFIG_SPI_BCM53XXRafał Miłecki2018-05-102-9/+0Star
* spi: remove the older/duplicated bcm53xx driverRafał Miłecki2018-05-092-433/+0Star
* spi: pxa2xx: check clk_prepare_enable() return valueTobias Jordan2018-05-041-5/+13
* spi: lpspi: Switch to SPDX identifierFabio Estevam2018-05-031-16/+5Star
* spi: mxs: Switch to SPDX identifierFabio Estevam2018-05-031-29/+19Star
* spi: imx: Switch to SPDX identifierFabio Estevam2018-05-031-19/+3Star
* spi: omap2-mcspi: Idle hardware during suspend and resumeTony Lindgren2018-05-011-10/+48
* spi: omap2-mcspi: Restore context always in runtime_resumeTony Lindgren2018-05-011-45/+30Star
* spi: meson-spicc: Fix error handling in meson_spicc_probe()Alexey Khoroshilov2018-05-011-3/+8
* spi: mpc52xx: Use gpio_is_valid()Arvind Yadav2018-04-271-1/+1
* spi: Check presence the of ->transfer[_xxx]() before registering a controllerBoris Brezillon2018-04-261-0/+21
* spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate().Stefan Potyra2018-04-261-8/+17
* spi: s3c64xx: samsung: Remove support for Exynos5440Krzysztof Kozlowski2018-04-251-12/+0Star
* spi: Add an helper to flush the message queueBoris Brezillon2018-04-232-0/+18
* spi: Expose spi_{map,unmap}_buf() for internal useBoris Brezillon2018-04-232-18/+48
* spi: simplify getting .drvdataWolfram Sang2018-04-202-8/+4Star
* spi: pxa2xx: Allow 64-bit DMAAndy Shevchenko2018-04-191-1/+1
* spi: spi-s3c64xx: Allow higher transfer lengths in polling IO modeSylwester Nawrocki2018-04-181-33/+66
* spi: spi-s3c64xx: Use local variable for FIFO lengthSylwester Nawrocki2018-04-181-3/+3
* spi: pxa2xx: pxa2xx_spi_transfer_one() can be statickbuild test robot2018-04-181-3/+3
* spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function namesSylwester Nawrocki2018-04-181-12/+12
* spi: spi-s3c64xx: Drop unused enable_datapath() function argumentSylwester Nawrocki2018-04-181-3/+2Star
* spi: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-181-9/+3Star
* spi: pxa2xx: Use core message processing loopJarkko Nikula2018-04-173-185/+89Star
* spi: pxa2xx: Remove pump_transfers string from dev_ printsJarkko Nikula2018-04-171-6/+4Star
* spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare()Jarkko Nikula2018-04-173-3/+3
* spi: spi-s3c64xx: Fix indentation in the register offset definitionsSylwester Nawrocki2018-04-171-8/+8
* spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O modeSylwester Nawrocki2018-04-171-0/+2
* spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argumentSylwester Nawrocki2018-04-171-3/+3
* spi: spi-s3c64xx: Remove unused driver data structure tgl_spi fieldSylwester Nawrocki2018-04-171-2/+0Star
* spi: zynqmp: Add pm runtime supportNaga Sureshkumar Relli2018-04-171-16/+70
* spi: sh-msiof: Simplify calculation of divisors for transfer rateVladimir Zapolskiy2018-04-171-32/+35
* spi: stm32: Fix error handling in stm32_spi_probe()Alexey Khoroshilov2018-04-171-1/+1
* spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCRVladimir Zapolskiy2018-04-161-0/+1
* spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver"wangbo2018-04-131-1/+1
* Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-04-0317-302/+387
|\
| *---. Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/sprd' and 'sp...Mark Brown2018-04-023-33/+151
| |\ \ \
| | | | * spi: tegra20-slink: use true and false for boolean valuesGustavo A. R. Silva2018-03-061-2/+2
| | | * | spi: sprd: Add the support of restarting the systemBaolin Wang2018-03-211-0/+112
| | | * | spi: sprd: Simplify the transfer functionBaolin Wang2018-03-211-29/+35
| | | |/
| | * / spi: sh-msiof: Use correct enum for DMA transfer directionGeert Uytterhoeven2018-03-221-2/+2
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge remote-tracking branches 'spi/topic/jcore', 'spi/topic/kconfig', 'spi/t...Mark Brown2018-04-027-48/+96
| |\ \ \ \ \ \
| | | | | | * | spi: rspi: use correct enum for DMA transfer directionStefan Agner2018-03-201-2/+2
| | | | | | |/
| | | | | * | spi: pxa2xx: Convert to generalized SPI controller APIJarkko Nikula2018-02-123-21/+25
| | | | | * | spi: pxa2xx: Move SSP idle waiting to cs_deassert()Jarkko Nikula2018-02-121-7/+7
| | | | | |/
| | | | * | spi: orion: Prepare space for per-child optionsJan Kundrát2018-02-151-7/+11
| | | | * | spi: orion: Make the error message greppableJan Kundrát2018-02-151-2/+2
| | | | * | spi: orion: Rework GPIO CS handlingJan Kundrát2018-02-141-3/+44
| | | | |/
| | | * / spi: kconfig: Remove AVR32 dep. from SPI_ATMELUlf Magnusson2018-02-121-2/+2
| | | |/