summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-10-11log: global: Rename warn_non_spl()Simon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-10-09Merge patch series "spi: Various Kconfig fixes"Tom Rini
2024-10-09spi: rockchip_sfc: Select BOUNCE_BUFFERJohn Watts
2024-10-09spi: ca_sflash: Add missing dm includeJohn Watts
2024-10-09spi: mtk_spim: Remove completion.h includeJohn Watts
2024-10-09spi: Kconfig: Add some required arch depends for driversJohn Watts
2024-10-09Merge patch series "spi-nor: Add parallel and stacked memories support"Tom Rini
2024-10-09spi: zynq_qspi: Add parallel memories support in QSPI driverVenkatesh Yadav Abbarapu
2024-10-09spi: zynqmp_gqspi: Add parallel memories support in GQSPI driverVenkatesh Yadav Abbarapu
2024-10-09spi: spi-uclass: Read chipselect and restrict capabilitiesVenkatesh Yadav Abbarapu
2024-10-09mtd: spi-nor: Add parallel and stacked memories supportVenkatesh Yadav Abbarapu
2024-10-02spi: davinci: Drop the preload of TX buffer before read/writes operationsBastien Curutchet
2024-09-16Merge tag 'v2024.10-rc5' into nextTom Rini
2024-09-09mtd: spi: renesas: Add R-Car Gen4 DT compatibleMarek Vasut
2024-09-09mtd: spi: renesas: Configure RPC PHY timing registersMarek Vasut
2024-09-09mtd: spi: renesas: Configure DRDRENR registerMarek Vasut
2024-09-09mtd: spi: renesas: Write DRDMCR register onceMarek Vasut
2024-09-09mtd: spi: renesas: Write DREAR register onceMarek Vasut
2024-08-19Merge tag 'v2024.10-rc3' into nextTom Rini
2024-08-15spi: soft_spi: Parse cs-gpios only if num-chipselects is not <0>Michael Polyntsov
2024-08-15spi: soft_spi: fix miso gpio property nameMikhail Kshevetskiy
2024-08-06spi: sunxi: fix clock divider calculation for max frequency settingMichael Walle
2024-08-06spi: sunxi: fix CDR2 calculationMichael Walle
2024-07-22drivers: spi: Remove duplicate newlinesMarek Vasut
2024-07-16spi: sunxi: drop max_hz handlingMichael Walle
2024-07-08spi: mtk_spim: add support for upstream mediatek, spi-ipm compatibleChristian Marangi
2024-06-17spi: versal2: Enable spi drivers for Versal Gen 2Michal Simek
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07spi: Remove <common.h> and add needed includesTom Rini
2024-05-03spi: npcm_pspi: Reset HW in driver probeJim Liu
2024-05-02spi: cv1800b: Add spi nor flash controller driver for cv1800b SoCKongyang Liu
2024-04-18spi: mpc8xx: Set up speed as requestedChristophe Leroy
2024-04-18spi: mpc8xx: Use 16 bit mode for large transfers with even sizeChristophe Leroy
2024-04-18spi: mpc8xx: Allow transfer of more than MAX_BUFFER lenChristophe Leroy
2024-04-18powerpc: 8xx: Set SDMA configuration register correclyChristophe Leroy
2024-04-18spi: mpc8xx: Fix transfert when input or output buffer is NULLChristophe Leroy
2024-04-18spi: mpc8xx: Add GPIO dependencyChristophe Leroy
2024-03-14rockchip: spi: rk_spi: do not write bytes when in read-only modeQuentin Schulz
2024-03-03spi: sunxi: Add support for R329/D1/R528/T113 SPI controllerMaksim Kiselev
2024-03-02ARM: renesas: Rename rmobile.h to renesas.hMarek Vasut
2024-03-02ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_*Marek Vasut
2024-03-02ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*()Marek Vasut
2024-03-02ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()Marek Vasut
2024-02-12Merge tag 'u-boot-imx-master-20240212' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2024-02-10spi: mxc_spi: Add imx6ul-ecspi compatible stringMarek Vasut
2024-02-10mtd: spi: renesas: Add R8A779H0 V4M supportHai Pham
2024-01-29treewide: Remove clk_freeSean Anderson
2024-01-29spi: cadence_qspi: Address the comparison failure for 0-8 bytes of dataTejas Bhumkar