summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-mipsTom 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
* spi: mvebu_a3700_spi: Fix clock prescale computationMarek BehĂșn2019-09-161-3/+2
* x86: ich-spi: Convert driver to spi-mem opsBernhard Messerklinger2019-08-092-172/+95
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-271-83/+317
|\
| * spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)Lukasz Majewski2019-07-191-83/+317
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2019-07-277-381/+716
|\ \