summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2023-01-26spi: Add Socionext F_OSPI SPI flash controller driverKunihiko Hayashi
2023-01-26drivers: spi: sh_qspi.c: Use log_warning() instead of printf()Pengfei Fan
2023-01-26drivers: spi: fix some typosPengfei Fan
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2022-12-23cf_spi.c: Rename CONFIG_SPI_IDLE_VAL to SPI_IDLE_VALTom Rini
2022-12-22sandbox: Finish migration to KconfigTom Rini
2022-12-05arm: Remove unused mx27 codeTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05spi: cadence-qspi: Remove condition for calling enable linear modeAshok Reddy Soma
2022-12-05spi: zynqmp_qspi: Add support for 64-bit read/writeVenkatesh Yadav Abbarapu
2022-12-05spi: zynqmp_gqspi: Update tapdelay valueT Karthik Reddy
2022-11-22spi: cadence-qspi: Fix compilation error in mini u-boot flash resetAshok Reddy Soma
2022-11-22qspi: versal-net: Add condition for tapdelay registerAshok Reddy Soma
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini
2022-11-10mediatek: Include <linux/sizes.h> where neededTom Rini
2022-11-03Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2022-11-03spi: Add Microchip PolarFire SoC QSPI driverPadmarao Begari
2022-11-02Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi.gitTom Rini
2022-10-31arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang
2022-10-27spi: nuvoton: add NPCM PSPI controller driverJim Liu
2022-10-16spi: Implement spi_set_speedPaul Barker
2022-10-07spi: zynqmp_qspi: Mark zynqmp_qspi_set_tapdelay() as staticVenkatesh Yadav Abbarapu
2022-09-26Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2022-09-26spi: zynqmp_gqspi: Add support for Versal NETMichal Simek
2022-09-26spi: cadence_qspi: Add support for Versal NET platformMichal Simek
2022-09-23spi: add support for MediaTek spi-mem controllerWeijie Gao
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-13spi: aspeed: Clock frequency adjustment supportChin-Ting Kuo
2022-09-13spi: aspeed: Support customized decoded address rangesChin-Ting Kuo
2022-09-13spi: aspeed: Adjust decoded range size supportChin-Ting Kuo
2022-09-13spi: aspeed: SPI dirmap read supportChin-Ting Kuo
2022-09-13spi-mem: Add dirmap API from LinuxChin-Ting Kuo
2022-09-13spi: aspeed: Support AST2400 platformChin-Ting Kuo
2022-09-13spi: aspeed: Add ASPEED SPI controller driverChin-Ting Kuo
2022-09-13spi: zynqmp_qspi: Code alignmentAshok Reddy Soma
2022-09-13spi: zynqmp_gqspi: Fix issue of reading more than 32bits lengthAshok Reddy Soma
2022-09-13spi: zynqmp_gqspi: Add support for IO modeAshok Reddy Soma
2022-09-13spi: zynqmp_gqspi: Add tap delays for VersalAshok Reddy Soma
2022-09-13spi: cadence-qspi: Use priv instead of plat across the driverAshok Reddy Soma
2022-09-13spi: cadence_qspi: Call read_setup for STIG_READAshok Reddy Soma
2022-09-13spi: cadence-qspi: Correct flash reset function nameAshok Reddy Soma
2022-09-02renesas: Fix RPC-IF compatible valuesGeert Uytterhoeven
2022-07-26spi: zynq_qspi: Fix programming qspi speedAshok Reddy Soma
2022-07-26spi: zynq_qspi: Add support for zynq_qspi_mem_exec_opAshok Reddy Soma
2022-07-26spi: zynq_qspi: Use dummy buswidth in dummy byte calculationT Karthik Reddy
2022-07-26spi: zynq_qspi: Add child pre probe functionSiva Durga Prasad Paladugu
2022-07-26spi: xilinx_spi: Add support ops to axi qspi driverT Karthik Reddy