summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2018-07-24spi: imx: Remove duplicate variable assignmentsMaxime Chevallier
2018-07-24spi: spi-fsl-dspi: Switch to SPDX identifierFabio Estevam
2018-07-18Merge tag 'spi-dw-set-cs' of https://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
2018-07-18spi: dw: allow providing own set_cs callbackAlexandre Belloni
2018-07-18spi: dw: fix possible race conditionAlexandre Belloni
2018-07-17spi: spi-fsl-dspi: Fill actual_length when doing DMA transferAndrey Smirnov
2018-07-11spi: cadence: Fix missing clk_disable_unprepare() on error in cnds_runtime_re...Wei Yongjun
2018-07-02spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probeKrzysztof Kozlowski
2018-06-28spi: pxa2xx: Add support for Intel Ice LakeMika Westerberg
2018-06-26spi: sprd: Change to use devm_hwspin_lock_request_specific()Baolin Wang
2018-06-26spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()Baolin Wang
2018-06-21spi: spi-fsl-dspi: Fix copy-paste error in dspi_probeGustavo A. R. Silva
2018-06-20spi: spi-fsl-dspi: Enable extended SPI modeEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Advertise 32 bit for XSPI modeEsben Haabendal
2018-06-20spi: spi-fsl-dspi: XSPI FIFO handling (in TCFQ mode)Esben Haabendal
2018-06-20spi: spi-fsl-dspi: Framesize control for XSPI modeEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Add support for XSPI mode registersEsben Haabendal
2018-06-20Merge branch 'spi-4.18' into spi-4.19 for DSPI depMark Brown
2018-06-20spi: spi-fsl-dspi: Fixup regmap configurationEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Fix MCR register handlingEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Support 4 to 16 bits per word transfersEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Simplify transfer counter handlingEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Fix per transfer cs_change handlingEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Drop unneeded use of dataflags bitsEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Drop unreachable else if statementEsben Haabendal
2018-06-19spi: orion: fix CS GPIO handling againJan Kundrát
2018-06-18spi: cadence: Change usleep_range() to udelay(), for atomic contextJanek Kotas
2018-06-18spi: sh-msiof: Make sure all DMA operations have completedGeert Uytterhoeven
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-06-04Merge branch 'spi-4.17' into spi-4.18 for the merge windowMark Brown
2018-06-04Merge branch 'pm-domains'Rafael J. Wysocki
2018-05-31spi: Fix typo on SPI_MEM help textFabio Estevam
2018-05-24spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCACGeert Uytterhoeven
2018-05-21spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()Tony Lindgren
2018-05-21spi: Add missing pm_runtime_put_noidle() after failed getTony Lindgren
2018-05-17spi: ti-qspi: Make sure res_mmap != NULL before dereferencing itBoris Brezillon
2018-05-17spi: spi-s3c64xx: Fix system resume supportMarek Szyprowski
2018-05-14spi: Respect all error codes from dev_pm_domain_attach()Ulf Hansson
2018-05-13spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removalBoris Brezillon
2018-05-11spi: Get rid of the spi_flash_read() APIBoris Brezillon
2018-05-11spi: ti-qspi: Implement the spi_mem interfaceBoris Brezillon
2018-05-11spi: bcm-qspi: Implement the spi_mem interfaceBoris Brezillon
2018-05-11spi: Make support for regular transfers optional when ->mem_ops != NULLBoris Brezillon
2018-05-11spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon
2018-05-10spi: remove forgotten CONFIG_SPI_BCM53XXRafał Miłecki
2018-05-09spi: remove the older/duplicated bcm53xx driverRafał Miłecki
2018-05-04spi: pxa2xx: check clk_prepare_enable() return valueTobias Jordan
2018-05-04spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring
2018-05-03spi: lpspi: Switch to SPDX identifierFabio Estevam