aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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-06Merge 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-02common: Move ARM cache operations out of common.hSimon Glass3-0/+3
2019-12-02common: Move get_ticks() function out of common.hSimon Glass9-0/+9
2019-11-20spi: 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-25Merge 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-25spi: designware_spi: Disable and free clock when remove driverLey Foon Tan1-1/+15
2019-10-25spi: Kconfig: Enable SPI_SUNXI for SUNXIJagan Teki1-0/+1
2019-10-25dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng5-5/+5
2019-10-25dm: spi: Return 0 if driver does not implement ops->cs_infoBin Meng1-4/+3
2019-10-25spi: 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
2019-10-11spi: hsspi: allow to be used on bcm6858 and bcm63158Kursad Oney1-1/+1
2019-10-08spi: fsl_qspi: Add support for QSPI on iMX7ULPYe Li1-0/+10
2019-10-08spi: fsl_qspi: Update to use driver dataYe Li1-34/+79
2019-10-08spi: fsl_qspi: Update write data size for page program LUTYe Li1-11/+1
2019-10-08spi: fsl_qspi: Fix DDR mode setting for latest iMX platformsYe Li1-15/+16
2019-10-08spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driverLukasz Majewski1-2/+32
2019-10-08spi: fix: Call mxs_reset_block() during DM/DTS probeLukasz Majewski1-0/+2
2019-10-08spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spiLukasz Majewski1-1/+1
2019-09-16spi: Add spi_write_then_readJagan Teki1-0/+24
2019-09-16spi: Kconfig: Unmark DEPRECATED for MXS_SPILukasz Majewski1-1/+0
2019-09-16spi: soft_spi: Fix data abort if slave is not probedChristophe Kerello1-2/+2
2019-09-16spi: mvebu_a3700_spi: Fix clock prescale computationMarek BehĂșn1-3/+2