aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2019-10-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2019-10-25Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini
2019-10-25spi: mt7621-spi: restore default register value after each xferWeijie Gao
2019-10-25spi: mt7621-spi: remove data cache and rewrite its xfer functionWeijie Gao
2019-10-25spi: mt7621-spi: use clock frequency from clk driverWeijie Gao
2019-10-25spi: designware_spi: Disable and free clock when remove driverLey Foon Tan
2019-10-25spi: Kconfig: Enable SPI_SUNXI for SUNXIJagan Teki
2019-10-25dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng
2019-10-25dm: spi: Return 0 if driver does not implement ops->cs_infoBin Meng
2019-10-25spi: Kconfig: Add help textJagan Teki
2019-10-24spi: zynqmp: Remove unused platform headersMichal Simek
2019-10-15dm: spi: Do not assume first SPI busThomas Fitzsimmons
2019-10-11spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock.Kursad Oney
2019-10-11spi: bcm63xx_hsspi: switch to raw I/O functions.Kursad Oney
2019-10-11spi: hsspi: allow to be used on bcm6858 and bcm63158Kursad Oney
2019-10-08spi: fsl_qspi: Add support for QSPI on iMX7ULPYe Li
2019-10-08spi: fsl_qspi: Update to use driver dataYe Li
2019-10-08spi: fsl_qspi: Update write data size for page program LUTYe Li
2019-10-08spi: fsl_qspi: Fix DDR mode setting for latest iMX platformsYe Li
2019-10-08spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driverLukasz Majewski
2019-10-08spi: fix: Call mxs_reset_block() during DM/DTS probeLukasz Majewski
2019-10-08spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spiLukasz Majewski
2019-09-16spi: Add spi_write_then_readJagan Teki
2019-09-16spi: Kconfig: Unmark DEPRECATED for MXS_SPILukasz Majewski
2019-09-16spi: soft_spi: Fix data abort if slave is not probedChristophe Kerello
2019-09-16spi: mvebu_a3700_spi: Fix clock prescale computationMarek BehĂșn
2019-08-09x86: ich-spi: Convert driver to spi-mem opsBernhard Messerklinger
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-07-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2019-07-25spi: Drop obsolete mtk_qspi driver referencesWeijie Gao
2019-07-25spi: add spi-mem driver for MediaTek MT7629 SoCWeijie Gao
2019-07-22spi: stm32_qspi: Remove "st, stm32-qspi" compatible stringPatrice Chotard
2019-07-19spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)Lukasz Majewski
2019-07-18spi: Add SiFive SPI driverBhargav Shah
2019-07-18drivers/spi: fsl_qspi: improve timeout calculationThomas Schaefer
2019-07-18drivers/spi: fsl_qspi: fix read timeoutThomas Schaefer
2019-07-18spi: spi-mem: Fix read data size issueYe Li
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-12spi: stm32: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-12spi: stm32_qspi: avoid warnings when building with W=1 optionPatrick Delaunay
2019-07-11Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2019-07-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2019-07-11km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder
2019-07-11km/spi: add weak functions to kirkwood_spi driver (DM part)Pascal Linder
2019-07-10spi: Avoid using malloc() in a critical functionSimon Glass
2019-07-10sandbox: Correct spi flash operationSimon Glass
2019-07-10spi: Add SPI controller driver for UniPhier SoCsKunihiko Hayashi
2019-07-09spi: Add Atmel QuadSPI driverTudor Ambarus
2019-06-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-06-13spi: Kconfig: Mark LPC32XX_SSP as DEPRECATEDJagan Teki