summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-06-11spi: davinci: Drop non-dm codeJagan Teki
2020-06-11spi: atmel: Drop atmel_spi.hJagan Teki
2020-06-11spi: atmel: Remove nondm codeJagan Teki
2020-06-11spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUTJagan Teki
2020-06-11spi: fsl_dspi: Drop nondm codeJagan Teki
2020-06-11spi: Zap SOFT_SPI (non-dm)Jagan Teki
2020-06-11spi: mxs: Code cleanupJagan Teki
2020-06-11spi: mxs: Drop nondm codeJagan Teki
2020-06-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2020-06-02x86: spi: Rewrite logic for obtaining the SPI memory mapSimon Glass
2020-06-01spi: Zap sh_spi driverJagan Teki
2020-06-01spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPIJagan Teki
2020-06-01spi: Kconfig: Drop redundant CF_SPI definitionJagan Teki
2020-06-01spi Drop spi_init()Jagan Teki
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner
2020-05-11spi: nxp-fspi: Use new readl_poll_sleep_timeout APIKuldeep Singh
2020-05-11spi: Zap lpc32xx_ssp driver-related codeJagan Teki
2020-04-30spi: sifive: Fix QPP transferJagan Teki
2020-04-30spi: sifive: Fix format register proto fieldJagan Teki
2020-04-30spi: sifive: Add spi-mem exec opJagan Teki
2020-04-30spi: sifive: Tidy up dm_spi_slave_platdata variableJagan Teki
2020-04-29spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumTudor Ambarus
2020-04-29spi: cadence-qspi: Move ref clock calculation to probePratyush Yadav
2020-04-29spi: Transform the FSL QuadSPI driver to use the SPI MEM APIKuldeep Singh
2020-04-24spi: mpc8xxx_spi: fix missing dev_err definitionRasmus Villemoes
2020-04-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2020-04-02qspi: t210: Use dev_read calls to get FDT data like base, freqTom Warren
2020-04-02qspi: t210: Fix QSPI clock and tap delaysTom Warren
2020-04-02qspi: t210: Fix claim_bus's use of the wrong bus/deviceTom Warren
2020-04-02spi: atmel-quadspi: Add verbose debug facilities to monitor register accessesTudor Ambarus
2020-04-02spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus
2020-03-31mpc8xxx_spi: implement real ->set_speedRasmus Villemoes
2020-03-31mpc8xxx_spi: always use 8-bit characters, don't read or write garbageRasmus Villemoes
2020-03-31mpc8xxx_spi: put max_cs to useRasmus Villemoes
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-04spi: ich: Drop while loop in hardware sequencing erase caseWolfgang Wallner
2020-01-27spi: cadence-qspi: Add compatible for TI AM654Vignesh Raghavendra
2020-01-27spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra
2020-01-27spi: cadence-qspi: Add direct mode supportVignesh Raghavendra
2020-01-27spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra