summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-11spi: sun6i: Add support for GPIO chip select linesAlistair Francis1-0/+1
2020-05-11spi: uniphier: Use devm_platform_get_and_ioremap_resource() to simplify codeKunihiko Hayashi1-2/+1
2020-05-11spi: uniphier: Depend on HAS_IOMEMKunihiko Hayashi1-0/+1
2020-05-07spi: dw: Get rid of dma_inited flagAndy Shevchenko3-17/+14
2020-05-07spi: dw: Avoid useless assignments in generic DMA setupAndy Shevchenko1-2/+0
2020-05-06spi: dw: Add Elkhart Lake PSE DMA supportJarkko Nikula3-0/+46
2020-05-06spi: dw: Propagate struct device pointer to ->dma_init() callbackAndy Shevchenko3-3/+3
2020-05-06spi: dw: Add 'mfld' suffix to Intel Medfield related routinesAndy Shevchenko3-13/+18
2020-05-06spi: dw: Move few headers under #ifdef CONFIG_SPI_DW_MID_DMAAndy Shevchenko1-3/+2
2020-05-06spi: dw: Downgrade interrupt.h to irqreturn.h where appropriateAndy Shevchenko2-2/+2
2020-05-06spi: dw: Move interrupt.h to spi-dw.h who is user of itAndy Shevchenko3-2/+1
2020-05-06spi: dw: Remove unused variable in CR0 configuring hooksAndy Shevchenko1-2/+0
2020-05-06spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko1-0/+2
2020-05-06spi: bcm2835: Fix error return code in bcm2835_dma_init()Wei Yongjun1-0/+4
2020-05-06spi: a3700: make a3700_spi_init() return voidJason Yan1-7/+3
2020-05-05spi: dw-apb-ssi: Add Intel Keem Bay supportWan Ahmad Zainie1-1/+2
2020-05-05spi: dw-apb-ssi: Add compatible string for DesignWare DWC_ssiWan Ahmad Zainie1-1/+1
2020-05-05spi: dw: Add support for Intel Keem Bay SPIWan Ahmad Zainie1-0/+26
2020-05-05spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie3-0/+55
2020-05-05spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie4-11/+48
2020-05-05spi: dw: Fix typo in few registers nameWan Ahmad Zainie2-13/+13
2020-05-05spi: bcm2835: Fixes bare use of unsignedJacko Dirks1-2/+2
2020-05-05Merge series "Grab bag with AMD SPI fixes" from Lukas Wunner <lukas@wunner.de>:Mark Brown1-22/+5
2020-05-05Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown5-39/+47
2020-05-04spi: amd: Drop superfluous member from struct amd_spiLukas Wunner1-4/+2
2020-05-04spi: amd: Fix refcount underflow on removeLukas Wunner1-12/+1
2020-05-04spi: amd: Drop duplicate driver data assignmentsLukas Wunner1-2/+0
2020-05-04spi: amd: Pass probe errors back to driver coreLukas Wunner1-1/+1
2020-05-04spi: amd: Fix duplicate iounmap in error pathLukas Wunner1-3/+1
2020-04-30spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit()Jules Irenge1-0/+1
2020-04-30spi: pxa2xx: Apply CS clk quirk to BXTEvan Green1-0/+1
2020-04-29spi: stm32-qspi: Fix unbalanced pm_runtime_enable issuePatrice Chotard1-0/+5
2020-04-29spi: uniphier: fix error return code in uniphier_spi_probe()Wei Yongjun1-2/+6
2020-04-29spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_probe()Wei Yongjun1-3/+2
2020-04-28spi: spi-amd: fix warningSanjay R Mehta1-1/+1
2020-04-27spi: spi-amd: Add AMD SPI controller driver supportSanjay R Mehta4-0/+345
2020-04-27Merge tag 'v5.7-rc3' into spi-5.8Mark Brown768-4691/+8053
2020-04-26Linux 5.7-rc3v5.7-rc3Linus Torvalds1-1/+1
2020-04-26Merge tag '5.7-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-18/+78
2020-04-26Merge tag 'usb-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds29-121/+349
2020-04-26Merge tag 'tty-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-189/+106
2020-04-26Merge tag 'char-misc-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-6/+11
2020-04-26Merge tag 'staging-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-144/+429
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-25/+11
2020-04-26Merge tag 's390-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds6-9/+9
2020-04-26Merge tag 'powerpc-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-19/+24
2020-04-26Merge tag 'devicetree-fixes-for-5.7-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-19/+32
2020-04-26firmware_loader: revert removal of the fw_fallback_config exportLuis Chamberlain1-0/+1
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-1/+1
2020-04-25Merge tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2