aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi ...Tom Rini4-4/+9
2023-12-14spi: cadence-quadspi: Fix error message on stuck busy stateJan Kiszka1-2/+1
2023-12-13drivers: xilinx_spi: Probe fifo_depth at runtimeMayuresh Chitale1-0/+23
2023-12-13drivers: xilinx_spi: Add xfer callbackMayuresh Chitale1-0/+13
2023-12-13drivers: xilinx_spi: Use udevice in start_tranferMayuresh Chitale1-16/+16
2023-12-09spi: cadence_qspi: Select flash subnode at runtimeUdit Kumar2-1/+7
2023-12-06spi: bcm63xx-hsspi: Fix compiler warningWilliam Zhang1-1/+1
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini2-3/+3
2023-11-28treewide: Include linux/io.h instead of asm-generic/io.hIgor Prusov1-1/+1
2023-11-28spi: meson_spifc_a1: Switch to io{read,write}32_rep()Igor Prusov1-2/+2
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini5-53/+39
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov2-5/+2
2023-11-16spi: meson_spifc_a1: Use define for time intervalIgor Prusov1-1/+2
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon3-3/+3
2023-11-07spi: Add <errno.h> to spi-mem-nodm.cTom Rini1-0/+1
2023-11-07zynqmp: migrate gqspi debug to loggingIbai Erkiaga1-49/+33
2023-11-07spi: cadence_ospi_versal: Add support for 64-bit addressVenkatesh Yadav Abbarapu1-1/+3
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2023-10-27spi: add support for Amlogic A1 SPI Flash ControllerIgor Prusov3-0/+393
2023-10-11spi: mtk_spim: prevent global pll clock overrideNicolò Veronese1-3/+4
2023-10-10spi: nxp_fspi: reset the FLSHxCR1 registersHan Xu1-0/+7
2023-09-24common: Drop linux/printk.h from common headerSimon Glass8-0/+8
2023-09-21spi: zynqmp_qspi: Workaround for small data cache issueVenkatesh Yadav Abbarapu1-0/+2
2023-09-21spi: zynqmp_qspi: Change flush cache to invalidate cacheAshok Reddy Soma1-1/+1
2023-09-14spi: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-32/+0
2023-08-03spi: mtk_spim: clear IRQ enable bitsWeijie Gao1-0/+3
2023-08-03spi: mtk_spim: get spi clk rate only onceWeijie Gao1-8/+13
2023-07-21cadence_qspi: Enable flash reset for Versal NET platformAshok Reddy Soma2-10/+6
2023-07-21spi: zynq_qspi: Add missing prototype for zynq_qspi_mem_exec_opAlgapally Santosh Sagar1-2/+2
2023-07-21spi: xilinx_spi: Add missing prototype for xilinx_qspi_mem_exec_opAlgapally Santosh Sagar1-2/+2
2023-07-13spi: npcm_pspi: use ACTIVE_LOW flag for cs gpio and set default max_hzJim Liu1-4/+8
2023-07-13spi: soft_spi: Support the recommended soft spi propertiesFabio Estevam1-4/+17
2023-07-13spi: synquacer: remove SPI_TX_BYTE handlingMasahisa Kojima1-5/+3
2023-07-13spi: bcmbca-hsspi: Add driver for newer HSSPI controllerWilliam Zhang3-0/+424
2023-07-13spi: bcm63xx-hsspi: Add prepend mode supportWilliam Zhang1-17/+242
2023-07-13spi: bcm63xx-hsspi: Add new compatible string supportWilliam Zhang1-0/+1
2023-07-13spi: bcm63xx-hsspi: Fix multi-bit mode settingWilliam Zhang1-7/+10
2023-07-13spi: bcm63xx-hsspi: Make driver depend on BCMBCA archWilliam Zhang1-2/+2
2023-07-13spi: pl022: Add chip-select gpio supportLukas Funke1-2/+33
2023-07-13spi: pl022: Remove platform data headerStefan Herbrechtsmeier1-1/+7
2023-07-13spi: pl022: Rename flush into pl022_spi_flushStefan Herbrechtsmeier1-3/+3
2023-07-13spi: pl022: Align compatible property with device tree bindingLukas Funke1-1/+1
2023-06-20drivers: spi: omap3_spi: Initialize mode for all channelsJulien Panis1-6/+14
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/12Jun2023-nextTom Rini1-1/+1
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini12-32/+24
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
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