summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit()Jules Irenge2020-04-301-0/+1
* | spi: pxa2xx: Apply CS clk quirk to BXTEvan Green2020-04-301-0/+1
* | spi: stm32-qspi: Fix unbalanced pm_runtime_enable issuePatrice Chotard2020-04-291-0/+5
* | spi: uniphier: fix error return code in uniphier_spi_probe()Wei Yongjun2020-04-291-2/+6
* | spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_probe()Wei Yongjun2020-04-291-3/+2
* | spi: spi-amd: fix warningSanjay R Mehta2020-04-281-1/+1
* | spi: spi-amd: Add AMD SPI controller driver supportSanjay R Mehta2020-04-273-0/+340
* | spi: spi-fsl-dspi: Adding shutdown hookPeng Ma2020-04-241-0/+23
* | spi: spi-mem: Fix Dual/Quad modes on Octal-capable devicesGeert Uytterhoeven2020-04-231-4/+6
* | spi: spi-fsl-qspi: Fix return value check of devm_ioremap() in probeWei Yongjun2020-04-221-2/+2
* | spi: bcm-qspi: MSPI_SPCR0_MSB MSTR bit exists only on legacy controllersKamal Dasu2020-04-211-1/+7
* | spi: bcm-qspi: add support for MSPI sys clk 108MhzKamal Dasu2020-04-211-0/+44
* | spi: bcm-qspi: Use fastbr setting to allow faster MSPI speedsKamal Dasu2020-04-211-3/+33
* | spi: bcm-qspi: Handle lack of MSPI_REV offsetFlorian Fainelli2020-04-211-2/+48
* | spi: orion: Convert to use GPIO descriptorsLinus Walleij2020-04-211-54/+16
* | spi: hisi-sfc-v3xx: add error check after per operationYicong Yang2020-04-171-1/+25
* | spi: stm32-qspi: Add pm_runtime supportPatrice Chotard2020-04-171-4/+53
* | Merge series "Cleanup chip info in spi-dw driver" from Clement Leger <cleger@...Mark Brown2020-04-162-68/+1
|\ \
| * | spi: dw: remove cs_control and poll_mode members from chip_dataClement Leger2020-04-161-40/+1
| * | spi: dw: remove unused dw_spi_chip handlingClement Leger2020-04-162-28/+0