summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-04-26MLK-22556-1 spi: flexspi_nand: Add new flexspi nand driverYe Li
2020-04-26MLK-12483-4 mx6: Modify drivers to disable fused modulesYe Li
2020-04-26MLK-17656: mtd: qspi: support read the flag status in fspi driverHan Xu
2020-04-23MLK-23574-2 spi: Add FlexSPI Driver for i.MX8Ye Li
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
2020-01-27spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra
2020-01-27spi: prevent overriding established bus settingsMarcin Wojtas
2020-01-27dm: spi: Check cs number before accessing slavesBin Meng
2020-01-27spi: nxp_fspi: new driver for the FlexSPI controllerMichael Walle
2020-01-23spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360Philippe Reynes
2020-01-17common: Move clock functions into a new fileSimon Glass
2020-01-14spi: Fix manual relocation calling more timesAshok Reddy Soma
2020-01-06Merge branch 'next'Tom Rini
2019-12-27spi: rk: Limit transfers to (64K - 1) bytesJagan Teki
2019-12-15spi: ich: Add Apollo Lake supportSimon Glass
2019-12-15spi: ich: Add TPL supportSimon Glass
2019-12-15spi: ich: Add support for get_mmap() methodSimon Glass
2019-12-15spi: ich: Support hardware sequencingSimon Glass
2019-12-15spi: ich: Support of-platdata for fast-spiSimon Glass
2019-12-15spi: ich: Correct max-size bug in ich_spi_adjust_size()Simon Glass
2019-12-15spi: ich: Add mmio_base to struct ich_spi_platdataSimon Glass
2019-12-15spi: ich: Various small tidy-upsSimon Glass
2019-12-15spi: ich: Fix header orderSimon Glass
2019-12-15spi: ich: Convert to livetreeSimon Glass
2019-12-15spi: ich: Move the protection/lockdown code into a functionSimon Glass
2019-12-15spi: ich: Move init function just above probe()Simon Glass
2019-12-15x86: spi: Don't enable SPI_FLASH_BAR by defaultSimon Glass
2019-12-15spi: Correct operations check in dm_spi_xfer()Simon Glass
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-11-20spi: cadence_qspi: support DM_CLKSimon Goldschmidt
2019-11-08configs: spi: Add the SPI_FLASH_BAR for ESPIXiaowei Bao