aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
30 hoursspi: sunxi: drop max_hz handlingMichael Walle1-12/+9
9 daysspi: mtk_spim: add support for upstream mediatek, spi-ipm compatibleChristian Marangi1-2/+43
2024-06-17spi: versal2: Enable spi drivers for Versal Gen 2Michal Simek3-4/+7
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini67-67/+5
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini67-5/+67
2024-05-07spi: Remove <common.h> and add needed includesTom Rini67-67/+5
2024-05-03spi: npcm_pspi: Reset HW in driver probeJim Liu1-0/+10
2024-05-02spi: cv1800b: Add spi nor flash controller driver for cv1800b SoCKongyang Liu3-0/+330
2024-04-18spi: mpc8xx: Set up speed as requestedChristophe Leroy1-2/+17
2024-04-18spi: mpc8xx: Use 16 bit mode for large transfers with even sizeChristophe Leroy1-3/+41
2024-04-18spi: mpc8xx: Allow transfer of more than MAX_BUFFER lenChristophe Leroy1-14/+34
2024-04-18powerpc: 8xx: Set SDMA configuration register correclyChristophe Leroy1-4/+0
2024-04-18spi: mpc8xx: Fix transfert when input or output buffer is NULLChristophe Leroy1-3/+7
2024-04-18spi: mpc8xx: Add GPIO dependencyChristophe Leroy1-1/+1
2024-03-14rockchip: spi: rk_spi: do not write bytes when in read-only modeQuentin Schulz1-3/+17
2024-03-03spi: sunxi: Add support for R329/D1/R528/T113 SPI controllerMaksim Kiselev1-1/+33
2024-03-02ARM: renesas: Rename rmobile.h to renesas.hMarek Vasut1-1/+1
2024-03-02ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_*Marek Vasut1-4/+4
2024-03-02ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*()Marek Vasut1-1/+1
2024-03-02ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()Marek Vasut1-1/+1
2024-02-12Merge tag 'u-boot-imx-master-20240212' of https://gitlab.denx.de/u-boot/custo...Tom Rini1-0/+1
2024-02-10spi: mxc_spi: Add imx6ul-ecspi compatible stringMarek Vasut1-0/+1
2024-02-10mtd: spi: renesas: Add R8A779H0 V4M supportHai Pham1-1/+2
2024-01-29treewide: Remove clk_freeSean Anderson12-66/+7
2024-01-29spi: cadence_qspi: Address the comparison failure for 0-8 bytes of dataTejas Bhumkar3-3/+7
2024-01-29spi: dw: add check for Rx FIFO overflowMaksim Kiselev1-3/+15
2024-01-03Merge tag 'v2024.01-rc6' into nextTom Rini1-1/+1
2023-12-26spi: npcm_pspi: Fix the wrong clock divider calculationJim Liu1-1/+1
2023-12-21global: Remove duplicate common.h inclusionsTom Rini1-1/+0
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