summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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
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
2019-08-09x86: ich-spi: Convert driver to spi-mem opsBernhard Messerklinger2-172/+95
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-83/+317
2019-07-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini7-381/+716
2019-07-25spi: Drop obsolete mtk_qspi driver referencesWeijie Gao3-368/+0
2019-07-25spi: add spi-mem driver for MediaTek MT7629 SoCWeijie Gao3-0/+328
2019-07-22spi: stm32_qspi: Remove "st, stm32-qspi" compatible stringPatrice Chotard1-1/+0
2019-07-19spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)Lukasz Majewski1-83/+317
2019-07-18spi: Add SiFive SPI driverBhargav Shah3-0/+379
2019-07-18drivers/spi: fsl_qspi: improve timeout calculationThomas Schaefer1-11/+6
2019-07-18drivers/spi: fsl_qspi: fix read timeoutThomas Schaefer1-5/+4
2019-07-18spi: spi-mem: Fix read data size issueYe Li1-3/+5
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2-16/+19
2019-07-12spi: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-5/+6
2019-07-12spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay1-11/+13
2019-07-12Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2-5/+12
2019-07-12Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-36/+16
2019-07-11km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder1-36/+0
2019-07-11km/spi: add weak functions to kirkwood_spi driver (DM part)Pascal Linder1-0/+16
2019-07-11spi: Avoid using malloc() in a critical functionSimon Glass1-4/+11
2019-07-11sandbox: Correct spi flash operationSimon Glass1-1/+1
2019-07-10spi: Add SPI controller driver for UniPhier SoCsKunihiko Hayashi3-0/+422
2019-07-09spi: Add Atmel QuadSPI driverTudor Ambarus3-0/+545