| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: orion: fix CS GPIO handling again | Jan Kundrát | 2018-06-19 | 1 | -37/+40 |
* | spi: cadence: Change usleep_range() to udelay(), for atomic context | Janek Kotas | 2018-06-18 | 1 | -1/+1 |
* | spi: sh-msiof: Make sure all DMA operations have completed | Geert Uytterhoeven | 2018-06-18 | 1 | -24/+29 |
* | Merge branch 'spi-4.17' into spi-4.18 for the merge window | Mark Brown | 2018-06-04 | 4 | -12/+35 |
|\ |
|
| * | spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC | Geert Uytterhoeven | 2018-05-24 | 1 | -2/+4 |
| * | spi: bcm2835aux: ensure interrupts are enabled for shared handler | Rob Herring | 2018-05-04 | 1 | -0/+5 |
| * | spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL | Kamal Dasu | 2018-05-01 | 1 | -2/+2 |
| * | spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master | Kamal Dasu | 2018-05-01 | 1 | -8/+16 |
| * | spi: pxa2xx: Allow 64-bit DMA | Andy Shevchenko | 2018-04-24 | 1 | -1/+1 |
| * | spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo() | sxauwsk | 2018-04-18 | 1 | -0/+8 |
* | | spi: Fix typo on SPI_MEM help text | Fabio Estevam | 2018-05-31 | 1 | -1/+1 |
* | | mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata() | Boris Brezillon | 2018-05-22 | 1 | -1/+1 |
* | | spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend() | Tony Lindgren | 2018-05-21 | 1 | -22/+0 |
* | | spi: Add missing pm_runtime_put_noidle() after failed get | Tony Lindgren | 2018-05-21 | 1 | -0/+1 |
* | | spi: ti-qspi: Make sure res_mmap != NULL before dereferencing it | Boris Brezillon | 2018-05-17 | 1 | -1/+3 |
* | | spi: spi-s3c64xx: Fix system resume support | Marek Szyprowski | 2018-05-17 | 1 | -2/+2 |
* | | spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removal | Boris Brezillon | 2018-05-13 | 1 | -31/+3 |
* | | spi: Get rid of the spi_flash_read() API | Boris Brezillon | 2018-05-11 | 2 | -98/+0 |
* | | mtd: spi-nor: Use the spi_mem_xx() API | Boris Brezillon | 2018-05-11 | 2 | -157/+80 |
* | | spi: ti-qspi: Implement the spi_mem interface | Boris Brezillon | 2018-05-11 | 1 | -13/+71 |
* | | spi: bcm-qspi: Implement the spi_mem interface | Boris Brezillon | 2018-05-11 | 1 | -79/+111 |
* | | spi: Make support for regular transfers optional when ->mem_ops != NULL | Boris Brezillon | 2018-05-11 | 1 | -7/+26 |
* | | spi: Extend the core to ease integration of SPI memory controllers | Boris Brezillon | 2018-05-11 | 3 | -0/+418 |
* | | spi: remove forgotten CONFIG_SPI_BCM53XX | Rafał Miłecki | 2018-05-10 | 2 | -9/+0 |
* | | spi: remove the older/duplicated bcm53xx driver | Rafał Miłecki | 2018-05-09 | 2 | -433/+0 |
* | | spi: pxa2xx: check clk_prepare_enable() return value | Tobias Jordan | 2018-05-04 | 1 | -5/+13 |
* | | spi: lpspi: Switch to SPDX identifier | Fabio Estevam | 2018-05-03 | 1 | -16/+5 |
* | | spi: mxs: Switch to SPDX identifier | Fabio Estevam | 2018-05-03 | 1 | -29/+19 |
* | | spi: imx: Switch to SPDX identifier | Fabio Estevam | 2018-05-03 | 1 | -19/+3 |
* | | spi: omap2-mcspi: Idle hardware during suspend and resume | Tony Lindgren | 2018-05-01 | 1 | -10/+48 |
* | | spi: omap2-mcspi: Restore context always in runtime_resume | Tony Lindgren | 2018-05-01 | 1 | -45/+30 |
* | | spi: meson-spicc: Fix error handling in meson_spicc_probe() | Alexey Khoroshilov | 2018-05-01 | 1 | -3/+8 |
* | | spi: mpc52xx: Use gpio_is_valid() | Arvind Yadav | 2018-04-27 | 1 | -1/+1 |
* | | spi: Check presence the of ->transfer[_xxx]() before registering a controller | Boris Brezillon | 2018-04-26 | 1 | -0/+21 |
* | | spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate(). | Stefan Potyra | 2018-04-26 | 1 | -8/+17 |
* | | spi: s3c64xx: samsung: Remove support for Exynos5440 | Krzysztof Kozlowski | 2018-04-25 | 1 | -12/+0 |
* | | spi: Add an helper to flush the message queue | Boris Brezillon | 2018-04-23 | 2 | -0/+18 |
* | | spi: Expose spi_{map,unmap}_buf() for internal use | Boris Brezillon | 2018-04-23 | 2 | -18/+48 |
* | | spi: simplify getting .drvdata | Wolfram Sang | 2018-04-20 | 2 | -8/+4 |
* | | spi: pxa2xx: Allow 64-bit DMA | Andy Shevchenko | 2018-04-19 | 1 | -1/+1 |
* | | spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode | Sylwester Nawrocki | 2018-04-18 | 1 | -33/+66 |
* | | spi: spi-s3c64xx: Use local variable for FIFO length | Sylwester Nawrocki | 2018-04-18 | 1 | -3/+3 |
* | | spi: pxa2xx: pxa2xx_spi_transfer_one() can be static | kbuild test robot | 2018-04-18 | 1 | -3/+3 |
* | | spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names | Sylwester Nawrocki | 2018-04-18 | 1 | -12/+12 |
* | | spi: spi-s3c64xx: Drop unused enable_datapath() function argument | Sylwester Nawrocki | 2018-04-18 | 1 | -3/+2 |
* | | spi: Remove depends on HAS_DMA in case of platform dependency | Geert Uytterhoeven | 2018-04-18 | 1 | -9/+3 |
* | | spi: pxa2xx: Use core message processing loop | Jarkko Nikula | 2018-04-17 | 3 | -185/+89 |
* | | spi: pxa2xx: Remove pump_transfers string from dev_ prints | Jarkko Nikula | 2018-04-17 | 1 | -6/+4 |
* | | spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare() | Jarkko Nikula | 2018-04-17 | 3 | -3/+3 |
* | | spi: spi-s3c64xx: Fix indentation in the register offset definitions | Sylwester Nawrocki | 2018-04-17 | 1 | -8/+8 |