summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-02-06dm: core: Require users of devres to include the headerSimon Glass5-0/+5
2020-02-03spi: ich: Drop while loop in hardware sequencing erase caseWolfgang Wallner1-10/+2
2020-01-27spi: cadence-qspi: Add compatible for TI AM654Vignesh Raghavendra1-0/+1
2020-01-27spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra2-2/+7
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2-0/+12
2020-01-27spi: cadence-qspi: Add direct mode supportVignesh Raghavendra3-33/+91
2020-01-27spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra3-178/+91
2020-01-27spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra1-8/+13
2020-01-27spi: prevent overriding established bus settingsMarcin Wojtas1-9/+11
2020-01-27dm: spi: Check cs number before accessing slavesBin Meng1-19/+26
2020-01-27spi: nxp_fspi: new driver for the FlexSPI controllerMichael Walle3-0/+1004
2020-01-23spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360Philippe Reynes1-1/+2
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-14spi: Fix manual relocation calling more timesAshok Reddy Soma1-15/+19
2020-01-07Merge branch 'next'Tom Rini6-131/+469
2019-12-27spi: rk: Limit transfers to (64K - 1) bytesJagan Teki1-2/+8
2019-12-15spi: ich: Add Apollo Lake supportSimon Glass2-5/+15
2019-12-15spi: ich: Add TPL supportSimon Glass1-4/+44
2019-12-15spi: ich: Add support for get_mmap() methodSimon Glass1-0/+32
2019-12-15spi: ich: Support hardware sequencingSimon Glass2-3/+245
2019-12-15spi: ich: Support of-platdata for fast-spiSimon Glass1-3/+15
2019-12-15spi: ich: Correct max-size bug in ich_spi_adjust_size()Simon Glass1-3/+5
2019-12-15spi: ich: Add mmio_base to struct ich_spi_platdataSimon Glass2-19/+13
2019-12-15spi: ich: Various small tidy-upsSimon Glass1-9/+8
2019-12-15spi: ich: Fix header orderSimon Glass1-2/+2
2019-12-15spi: ich: Convert to livetreeSimon Glass1-17/+5
2019-12-15spi: ich: Move the protection/lockdown code into a functionSimon Glass2-20/+44
2019-12-15spi: ich: Move init function just above probe()Simon Glass1-61/+61
2019-12-15x86: spi: Don't enable SPI_FLASH_BAR by defaultSimon Glass1-1/+0
2019-12-15spi: Correct operations check in dm_spi_xfer()Simon Glass2-9/+5
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2-7/+7
2019-12-03common: Move ARM cache operations out of common.hSimon Glass3-0/+3
2019-12-03common: Move get_ticks() function out of common.hSimon Glass9-0/+9
2019-11-21spi: cadence_qspi: support DM_CLKSimon Goldschmidt2-2/+20
2019-11-08configs: spi: Add the SPI_FLASH_BAR for ESPIXiaowei Bao1-0/+1
2019-11-03spi: Add support for memory-mapped flashSimon Glass2-0/+25
2019-10-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini8-10/+41
2019-10-26Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini1-126/+121
2019-10-25spi: mt7621-spi: restore default register value after each xferWeijie Gao1-13/+17
2019-10-25spi: mt7621-spi: remove data cache and rewrite its xfer functionWeijie Gao1-106/+91
2019-10-25spi: mt7621-spi: use clock frequency from clk driverWeijie Gao1-7/+13
2019-10-24spi: designware_spi: Disable and free clock when remove driverLey Foon Tan1-1/+15
2019-10-24spi: Kconfig: Enable SPI_SUNXI for SUNXIJagan Teki1-0/+1
2019-10-24dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng5-5/+5
2019-10-24dm: spi: Return 0 if driver does not implement ops->cs_infoBin Meng1-4/+3
2019-10-24spi: Kconfig: Add help textJagan Teki1-0/+17
2019-10-24spi: zynqmp: Remove unused platform headersMichal Simek1-2/+0
2019-10-15dm: spi: Do not assume first SPI busThomas Fitzsimmons1-1/+1
2019-10-11spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock.Kursad Oney1-10/+9
2019-10-11spi: bcm63xx_hsspi: switch to raw I/O functions.Kursad Oney1-14/+14