summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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'WIP/06Jan2020Tom 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
| * dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng2019-10-255-5/+5
| * dm: spi: Return 0 if driver does not implement ops->cs_infoBin Meng2019-10-251-4/+3
| * spi: Kconfig: Add help textJagan Teki2019-10-251-0/+17
* | Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsWIP/25Oct2019Tom Rini2019-10-251-126/+121
|\ \
| * | spi: mt7621-spi: restore default register value after each xferWeijie Gao2019-10-251-13/+17
| * | spi: mt7621-spi: remove data cache and rewrite its xfer functionWeijie Gao2019-10-251-106/+91
| * | spi: mt7621-spi: use clock frequency from clk driverWeijie Gao2019-10-251-7/+13
| |/
* | spi: zynqmp: Remove unused platform headersMichal Simek2019-10-241-2/+0
|/
* dm: spi: Do not assume first SPI busThomas Fitzsimmons2019-10-151-1/+1
* spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock.Kursad Oney2019-10-111-10/+9
* spi: bcm63xx_hsspi: switch to raw I/O functions.Kursad Oney2019-10-111-14/+14
* spi: hsspi: allow to be used on bcm6858 and bcm63158Kursad Oney2019-10-111-1/+1
* spi: fsl_qspi: Add support for QSPI on iMX7ULPYe Li2019-10-081-0/+10
* spi: fsl_qspi: Update to use driver dataYe Li2019-10-081-34/+79
* spi: fsl_qspi: Update write data size for page program LUTYe Li2019-10-081-11/+1
* spi: fsl_qspi: Fix DDR mode setting for latest iMX platformsYe Li2019-10-081-15/+16
* spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driverLukasz Majewski2019-10-081-2/+32
* spi: fix: Call mxs_reset_block() during DM/DTS probeLukasz Majewski2019-10-081-0/+2
* spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spiLukasz Majewski2019-10-081-1/+1
* spi: Add spi_write_then_readJagan Teki2019-09-161-0/+24
* spi: Kconfig: Unmark DEPRECATED for MXS_SPILukasz Majewski2019-09-161-1/+0
* spi: soft_spi: Fix data abort if slave is not probedChristophe Kerello2019-09-161-2/+2