summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAge
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-12
* Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-05
|\
| * Merge branch 'pm-domains'Rafael J. Wysocki2018-06-04
| |\
| | * spi: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-14
* | | Merge branch 'spi-4.17' into spi-4.18 for the merge windowMark Brown2018-06-04
|\ \ \
| * | | spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCACGeert Uytterhoeven2018-05-24
| |/ /
| * | spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring2018-05-03
| * | spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRLKamal Dasu2018-05-01
| * | spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor masterKamal Dasu2018-05-01
| * | spi: pxa2xx: Allow 64-bit DMAAndy Shevchenko2018-04-24
| * | spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()sxauwsk2018-04-18
* | | spi: Fix typo on SPI_MEM help textFabio Estevam2018-05-31
* | | spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()Tony Lindgren2018-05-21
* | | spi: Add missing pm_runtime_put_noidle() after failed getTony Lindgren2018-05-21
* | | spi: ti-qspi: Make sure res_mmap != NULL before dereferencing itBoris Brezillon2018-05-17
* | | spi: spi-s3c64xx: Fix system resume supportMarek Szyprowski2018-05-17
* | | spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removalBoris Brezillon2018-05-12
* | | spi: Get rid of the spi_flash_read() APIBoris Brezillon2018-05-10
* | | spi: ti-qspi: Implement the spi_mem interfaceBoris Brezillon2018-05-10
* | | spi: bcm-qspi: Implement the spi_mem interfaceBoris Brezillon2018-05-10
* | | spi: Make support for regular transfers optional when ->mem_ops != NULLBoris Brezillon2018-05-10
* | | spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-05-10
* | | spi: remove forgotten CONFIG_SPI_BCM53XXRafał Miłecki2018-05-10
* | | spi: remove the older/duplicated bcm53xx driverRafał Miłecki2018-05-09
* | | spi: pxa2xx: check clk_prepare_enable() return valueTobias Jordan2018-05-03
* | | spi: lpspi: Switch to SPDX identifierFabio Estevam2018-05-02
* | | spi: mxs: Switch to SPDX identifierFabio Estevam2018-05-02
* | | spi: imx: Switch to SPDX identifierFabio Estevam2018-05-02
* | | spi: omap2-mcspi: Idle hardware during suspend and resumeTony Lindgren2018-05-01
* | | spi: omap2-mcspi: Restore context always in runtime_resumeTony Lindgren2018-05-01
* | | spi: meson-spicc: Fix error handling in meson_spicc_probe()Alexey Khoroshilov2018-05-01
* | | spi: mpc52xx: Use gpio_is_valid()Arvind Yadav2018-04-27
* | | spi: Check presence the of ->transfer[_xxx]() before registering a controllerBoris Brezillon2018-04-26
* | | spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate().Stefan Potyra2018-04-26
* | | spi: s3c64xx: samsung: Remove support for Exynos5440Krzysztof Kozlowski2018-04-25
* | | spi: Add an helper to flush the message queueBoris Brezillon2018-04-23
* | | spi: Expose spi_{map,unmap}_buf() for internal useBoris Brezillon2018-04-23
* | | spi: simplify getting .drvdataWolfram Sang2018-04-20
* | | spi: pxa2xx: Allow 64-bit DMAAndy Shevchenko2018-04-19
* | | spi: spi-s3c64xx: Allow higher transfer lengths in polling IO modeSylwester Nawrocki2018-04-18
* | | spi: spi-s3c64xx: Use local variable for FIFO lengthSylwester Nawrocki2018-04-18
* | | spi: pxa2xx: pxa2xx_spi_transfer_one() can be statickbuild test robot2018-04-18
* | | spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function namesSylwester Nawrocki2018-04-18
* | | spi: spi-s3c64xx: Drop unused enable_datapath() function argumentSylwester Nawrocki2018-04-18
* | | spi: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-18
* | | spi: pxa2xx: Use core message processing loopJarkko Nikula2018-04-17
* | | spi: pxa2xx: Remove pump_transfers string from dev_ printsJarkko Nikula2018-04-17
* | | spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare()Jarkko Nikula2018-04-17
* | | spi: spi-s3c64xx: Fix indentation in the register offset definitionsSylwester Nawrocki2018-04-17
* | | spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O modeSylwester Nawrocki2018-04-17