summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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...Tom 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
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