summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-tegraTom Rini2020-04-031-16/+23
|\
| * qspi: t210: Use dev_read calls to get FDT data like base, freqTom Warren2020-04-021-8/+7
| * qspi: t210: Fix QSPI clock and tap delaysTom Warren2020-04-021-9/+15
| * qspi: t210: Fix claim_bus's use of the wrong bus/deviceTom Warren2020-04-021-2/+4
* | spi: atmel-quadspi: Add verbose debug facilities to monitor register accessesTudor Ambarus2020-04-021-18/+96
* | spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus2020-04-021-0/+11
|/
* mpc8xxx_spi: implement real ->set_speedRasmus Villemoes2020-03-311-11/+53
* mpc8xxx_spi: always use 8-bit characters, don't read or write garbageRasmus Villemoes2020-03-311-53/+27
* mpc8xxx_spi: put max_cs to useRasmus Villemoes2020-03-311-2/+7
* dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-051-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0514-0/+16
* dm: core: Require users of devres to include the headerSimon Glass2020-02-055-0/+5
* spi: ich: Drop while loop in hardware sequencing erase caseWolfgang Wallner2020-02-041-10/+2
* spi: cadence-qspi: Add compatible for TI AM654Vignesh Raghavendra2020-01-271-0/+1
* spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra2020-01-272-2/+7
* mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2020-01-272-0/+12
* spi: cadence-qspi: Add direct mode supportVignesh Raghavendra2020-01-273-33/+91
* spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra2020-01-273-178/+91
* spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra2020-01-271-8/+13
* spi: prevent overriding established bus settingsMarcin Wojtas2020-01-271-9/+11
* dm: spi: Check cs number before accessing slavesBin Meng2020-01-271-19/+26
* spi: nxp_fspi: new driver for the FlexSPI controllerMichael Walle2020-01-273-0/+1004
* spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360Philippe Reynes2020-01-231-1/+2
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* spi: Fix manual relocation calling more timesAshok Reddy Soma2020-01-141-15/+19
* Merge branch 'next'Tom Rini2020-01-066-131/+469
|\
| * spi: ich: Add Apollo Lake supportSimon Glass2019-12-152-5/+15
| * spi: ich: Add TPL supportSimon Glass2019-12-151-4/+44
| * spi: ich: Add support for get_mmap() methodSimon Glass2019-12-151-0/+32
| * spi: ich: Support hardware sequencingSimon Glass2019-12-152-3/+245
| * spi: ich: Support of-platdata for fast-spiSimon Glass2019-12-151-3/+15
| * spi: ich: Correct max-size bug in ich_spi_adjust_size()Simon Glass2019-12-151-3/+5
| * spi: ich: Add mmio_base to struct ich_spi_platdataSimon Glass2019-12-152-19/+13
| * spi: ich: Various small tidy-upsSimon Glass2019-12-151-9/+8
| * spi: ich: Fix header orderSimon Glass2019-12-151-2/+2
| * spi: ich: Convert to livetreeSimon Glass2019-12-151-17/+5
| * spi: ich: Move the protection/lockdown code into a functionSimon Glass2019-12-152-20/+44
| * spi: ich: Move init function just above probe()Simon Glass2019-12-151-61/+61
| * x86: spi: Don't enable SPI_FLASH_BAR by defaultSimon Glass2019-12-151-1/+0
| * spi: Correct operations check in dm_spi_xfer()Simon Glass2019-12-152-9/+5
| * dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-152-7/+7
* | spi: rk: Limit transfers to (64K - 1) bytesJagan Teki2019-12-271-2/+8
|/
* common: Move ARM cache operations out of common.hSimon Glass2019-12-023-0/+3
* common: Move get_ticks() function out of common.hSimon Glass2019-12-029-0/+9
* spi: cadence_qspi: support DM_CLKSimon Goldschmidt2019-11-202-2/+20
* configs: spi: Add the SPI_FLASH_BAR for ESPIXiaowei Bao2019-11-081-0/+1
* spi: Add support for memory-mapped flashSimon Glass2019-11-032-0/+25
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2019-10-308-10/+41
|\
| * spi: designware_spi: Disable and free clock when remove driverLey Foon Tan2019-10-251-1/+15
| * spi: Kconfig: Enable SPI_SUNXI for SUNXIJagan Teki2019-10-251-0/+1