summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: rb4xx: null pointer bug fixChristopher Hill2020-05-221-5/+5
* spi: bcm2835: Tear down DMA before turning off SPI controllerLukas Wunner2020-05-201-2/+2
* Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-05-203-3/+8
|\
| * spi: bcm2835aux: Fix controller unregister orderLukas Wunner2020-05-201-1/+3
| * spi: bcm2835: Fix controller unregister orderLukas Wunner2020-05-201-1/+3
| * spi: Fix controller unregister orderLukas Wunner2020-05-201-1/+2
* | Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown2020-05-153-2/+21
|\ \
| * | spi: dw: Clear DMAC register when done or stoppedSerge Semin2020-05-151-0/+8
| * | spi: dw: Initialize paddr in DW SPI MMIO private dataSerge Semin2020-05-151-1/+4
| * | spi: dw: Fix native CS being unsetSerge Semin2020-05-151-1/+9
* | | spi: spi-rockchip: use num-cs property and ctlr->enable_gpiodsChris Ruehl2020-05-151-1/+8
* | | spi: spi-rockchip: add support for spi slave modeChris Ruehl2020-05-151-6/+38
* | | spi: spi-rockchip: cleanup use struct spi_controllerChris Ruehl2020-05-151-91/+91
|/ /
* | spi: dw: Drop duplicate error message when remap resourceAndy Shevchenko2020-05-121-3/+1
* | spi: dw-mmio: Do not add acpi modalias when CONFIG_ACPI is not enabledJay Fang2020-05-111-0/+2
* | spi: sun6i: Add support for GPIO chip select linesAlistair Francis2020-05-111-0/+1
* | spi: uniphier: Use devm_platform_get_and_ioremap_resource() to simplify codeKunihiko Hayashi2020-05-111-2/+1
* | spi: uniphier: Depend on HAS_IOMEMKunihiko Hayashi2020-05-111-0/+1
* | spi: dw: Get rid of dma_inited flagAndy Shevchenko2020-05-073-17/+14
* | spi: dw: Avoid useless assignments in generic DMA setupAndy Shevchenko2020-05-071-2/+0
* | spi: dw: Add Elkhart Lake PSE DMA supportJarkko Nikula2020-05-063-0/+46
* | spi: dw: Propagate struct device pointer to ->dma_init() callbackAndy Shevchenko2020-05-063-3/+3
* | spi: dw: Add 'mfld' suffix to Intel Medfield related routinesAndy Shevchenko2020-05-063-13/+18
* | spi: dw: Move few headers under #ifdef CONFIG_SPI_DW_MID_DMAAndy Shevchenko2020-05-061-3/+2
* | spi: dw: Downgrade interrupt.h to irqreturn.h where appropriateAndy Shevchenko2020-05-062-2/+2
* | spi: dw: Move interrupt.h to spi-dw.h who is user of itAndy Shevchenko2020-05-063-2/+1
* | spi: dw: Remove unused variable in CR0 configuring hooksAndy Shevchenko2020-05-061-2/+0
* | spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko2020-05-061-0/+2
* | spi: bcm2835: Fix error return code in bcm2835_dma_init()Wei Yongjun2020-05-061-0/+4
* | spi: a3700: make a3700_spi_init() return voidJason Yan2020-05-061-7/+3
* | spi: dw: Add support for Intel Keem Bay SPIWan Ahmad Zainie2020-05-051-0/+26
* | spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie2020-05-053-0/+55
* | spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie2020-05-054-11/+48
* | spi: dw: Fix typo in few registers nameWan Ahmad Zainie2020-05-052-13/+13
* | spi: bcm2835: Fixes bare use of unsignedJacko Dirks2020-05-051-2/+2
* | Merge series "Grab bag with AMD SPI fixes" from Lukas Wunner <lukas@wunner.de>:Mark Brown2020-05-051-22/+5
|\ \
| * | spi: amd: Drop superfluous member from struct amd_spiLukas Wunner2020-05-041-4/+2
| * | spi: amd: Fix refcount underflow on removeLukas Wunner2020-05-041-12/+1
| * | spi: amd: Drop duplicate driver data assignmentsLukas Wunner2020-05-041-2/+0
| * | spi: amd: Pass probe errors back to driver coreLukas Wunner2020-05-041-1/+1
| * | spi: amd: Fix duplicate iounmap in error pathLukas Wunner2020-05-041-3/+1
* | | Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-05-055-39/+47
|\ \ \ | |/ / |/| / | |/
| * spi: bcm-qspi: Handle clock probe deferralFlorian Fainelli2020-04-211-7/+5
| * spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen2020-04-211-4/+4
| * spi: bcm-qspi: Make PM suspend/resume work with SCMI clock managementKamal Dasu2020-04-211-2/+2
| * spi: bcm-qspi: Drive MSPI peripheral SSb pin on cs_changeKamal Dasu2020-04-211-7/+12
| * spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko2020-04-141-0/+1
| * spi: sc18is602: Fix a typo in MODULE_DESCRIPTIONChristophe JAILLET2020-04-141-1/+1
| * spi: spi-axi-spi-engine: Access register after clock initializationRafaƂ Hibner2020-04-091-16/+16
| * spi: spi-ep93xx: fix wrong SPI mode selectionJungseung Lee2020-04-031-2/+6