summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | spi: Drop obsolete mtk_qspi driver referencesWeijie Gao2019-07-253-368/+0
| * | spi: add spi-mem driver for MediaTek MT7629 SoCWeijie Gao2019-07-253-0/+328
| * | spi: Add SiFive SPI driverBhargav Shah2019-07-183-0/+379
| * | drivers/spi: fsl_qspi: improve timeout calculationThomas Schaefer2019-07-181-11/+6
| * | drivers/spi: fsl_qspi: fix read timeoutThomas Schaefer2019-07-181-5/+4
| * | spi: spi-mem: Fix read data size issueYe Li2019-07-181-3/+5
| |/
* / spi: stm32_qspi: Remove "st, stm32-qspi" compatible stringPatrice Chotard2019-07-221-1/+0
|/
* Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-142-16/+19
|\
| * spi: stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-5/+6
| * spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay2019-07-121-11/+13
* | Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-112-5/+12
|\ \
| * | spi: Avoid using malloc() in a critical functionSimon Glass2019-07-101-4/+11
| * | sandbox: Correct spi flash operationSimon Glass2019-07-101-1/+1
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-07-111-36/+16
|\ \
| * | km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder2019-07-111-36/+0
| * | km/spi: add weak functions to kirkwood_spi driver (DM part)Pascal Linder2019-07-111-0/+16
| |/