summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini12-32/+24
2023-06-10mtd: spi: renesas: Add 4 bytes address mode supportCong Dang1-94/+78
2023-06-10mtd: spi: renesas: Add R-Car Gen4 supportHai Pham1-0/+5
2023-06-10mtd: spi: renesas: Enable SPI_FLASH_SFDP_SUPPORTHai Pham1-1/+1
2023-06-10mtd: spi: renesas: Extract strobe delay setting code into separate functionHai Pham1-8/+21
2023-05-18spi: rockchip_sfc: Use linux rockchip,sfc-no-dma propJonas Karlman1-4/+4
2023-05-15Revert "spi: zynq_qspi: Use dummy buswidth in dummy byte calculation"Stefan Herbrechtsmeier1-8/+2
2023-05-09Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodi...Tom Rini10-20/+18
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini1-3/+5
2023-05-06drivers: use devfdt_get_addr_ptr when cast to pointerJohan Jonker2-2/+2
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker1-1/+1
2023-05-06drivers: use devfdt_get_addr_size_index_ptr when cast to pointerJohan Jonker1-2/+1
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker5-5/+5
2023-05-06spi: spi-aspeed-smc: use devfdt_get_addr_index_ptrJohan Jonker1-9/+8
2023-05-06rockchip: spi: rk_spi: use base variable with uintptr_t sizeJohan Jonker1-1/+1
2023-05-05spi, mpc8xx: Take parameter RAM relocation into accountChristophe Leroy1-2/+4
2023-05-04powerpc: mpc8xx: CPM parameter RAM can be anywhereChristophe Leroy1-1/+1
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini6-43/+115
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini1-0/+13
2023-04-26spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completionDhruva Gole1-0/+3
2023-04-26spi: cadence-quadspi: Use STIG mode for all ops with small payloadApurva Nandan2-23/+24
2023-04-26spi: cadence-quadspi: Fix check condition for DTR opsApurva Nandan2-3/+19
2023-04-25spi: synquacer: Silence uninitialized variable warningsIlias Apalodimas1-1/+3
2023-04-25spi: npcm-fiu: add regulator feature and remove set clockJim Liu1-13/+59
2023-04-25spi: f-ospi: Add missing spi_mem_default_supports_op() helperKunihiko Hayashi1-1/+1
2023-04-25spi: spi-mem: perform odd len check only while writing dataDhruva Gole1-1/+1
2023-04-25spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()Dhruva Gole1-1/+5
2023-04-19spi: stm32_qspi: Remove useless struct stm32_qspi_flashPatrice Chotard1-24/+3
2023-04-07Merge branch 'master_sh/gen4/initial' of https://source.denx.de/u-boot/custod...Tom Rini1-1/+1
2023-04-07spi: renesas: Make driver available on R-Car Gen4Marek Vasut1-1/+1
2023-04-06spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entryCorentin Guillevic1-0/+1
2023-04-06spi: mpc8xxx: Add support for SPI on mpc832xChristophe Leroy1-0/+13
2023-03-09xilinx: zynqmp: Add missing prototype for zynqmp_mmio_writeAlgapally Santosh Sagar1-0/+5
2023-03-09spi: xilinx_spi: Fix spi resetJiajie Chen1-3/+2
2023-02-23spi: tegra20_slink: accept any word lengthSvyatoslav Ryhel1-8/+11
2023-02-12Merge branch 'for-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini1-37/+59
2023-02-11spi, mpc8xx: Add support for chipselect via GPIO and fixupsChristophe Leroy1-37/+59
2023-02-10Correct SPL use of ARCH_VERSALSimon Glass1-1/+1
2023-02-10Correct SPL uses of ZYNQMP_FIRMWARESimon Glass2-2/+2
2023-01-26spi: cadence_qspi: use STIG mode for small readsDhruva Gole1-1/+7
2023-01-26spi: cadence_qspi: setup ADDR Bits in cmd readsDhruva Gole1-0/+13
2023-01-26spi: Add Socionext F_OSPI SPI flash controller driverKunihiko Hayashi3-0/+695
2023-01-26drivers: spi: sh_qspi.c: Use log_warning() instead of printf()Pengfei Fan1-1/+3
2023-01-26drivers: spi: fix some typosPengfei Fan10-13/+13
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-3/+3
2022-12-23cf_spi.c: Rename CONFIG_SPI_IDLE_VAL to SPI_IDLE_VALTom Rini2-10/+6
2022-12-22sandbox: Finish migration to KconfigTom Rini1-0/+10
2022-12-05arm: Remove unused mx27 codeTom Rini1-8/+0
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-4/+4
2022-12-05spi: cadence-qspi: Remove condition for calling enable linear modeAshok Reddy Soma1-5/+1