summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-127-13/+16
* Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-5/+6
|\
| * Merge branch 'pm-domains'Rafael J. Wysocki2018-06-041-5/+6
| |\
| | * spi: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-5/+6
* | | Merge branch 'spi-4.17' into spi-4.18 for the merge windowMark Brown2018-06-044-12/+35
|\ \ \
| * | | spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCACGeert Uytterhoeven2018-05-241-2/+4
| |/ /
| * | spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring2018-05-041-0/+5
| * | spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRLKamal Dasu2018-05-021-2/+2
| * | spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor masterKamal Dasu2018-05-021-8/+16
| * | spi: pxa2xx: Allow 64-bit DMAAndy Shevchenko2018-04-241-1/+1
| * | spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()sxauwsk2018-04-181-0/+8
* | | spi: Fix typo on SPI_MEM help textFabio Estevam2018-05-311-1/+1
* | | spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()Tony Lindgren2018-05-211-22/+0
* | | spi: Add missing pm_runtime_put_noidle() after failed getTony Lindgren2018-05-211-0/+1
* | | spi: ti-qspi: Make sure res_mmap != NULL before dereferencing itBoris Brezillon2018-05-171-1/+3
* | | spi: spi-s3c64xx: Fix system resume supportMarek Szyprowski2018-05-171-2/+2
* | | spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removalBoris Brezillon2018-05-131-31/+3
* | | spi: Get rid of the spi_flash_read() APIBoris Brezillon2018-05-112-98/+0
* | | spi: ti-qspi: Implement the spi_mem interfaceBoris Brezillon2018-05-111-13/+71
* | | spi: bcm-qspi: Implement the spi_mem interfaceBoris Brezillon2018-05-111-79/+111
* | | spi: Make support for regular transfers optional when ->mem_ops != NULLBoris Brezillon2018-05-111-7/+26
* | | 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/+0
* | | spi: remove the older/duplicated bcm53xx driverRafał Miłecki2018-05-092-433/+0
* | | spi: pxa2xx: check clk_prepare_enable() return valueTobias Jordan2018-05-041-5/+13
* | | spi: lpspi: Switch to SPDX identifierFabio Estevam2018-05-031-16/+5
* | | spi: mxs: Switch to SPDX identifierFabio Estevam2018-05-031-29/+19
* | | spi: imx: Switch to SPDX identifierFabio Estevam2018-05-031-19/+3
* | | spi: omap2-mcspi: Idle hardware during suspend and resumeTony Lindgren2018-05-021-10/+48
* | | spi: omap2-mcspi: Restore context always in runtime_resumeTony Lindgren2018-05-021-45/+30
* | | spi: meson-spicc: Fix error handling in meson_spicc_probe()Alexey Khoroshilov2018-05-021-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/+0
* | | 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/+4
* | | 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/+2
* | | spi: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-181-9/+3
* | | spi: pxa2xx: Use core message processing loopJarkko Nikula2018-04-173-185/+89
* | | spi: pxa2xx: Remove pump_transfers string from dev_ printsJarkko Nikula2018-04-171-6/+4
* | | 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
OpenPOWER on IntegriCloud