summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-12-25Merge tag 'v2025.01-rc5' into nextTom Rini
2024-12-23spi: mxc_spi: use proper clock for SPI busTim Harvey
2024-12-11spi: renesas: Fix R-Car spellingMarek Vasut
2024-11-29cadence_qspi: Refactor the flash reset functionalityVenkatesh Yadav Abbarapu
2024-11-25spi: Fix missed rename from SPI_ADVANCE to SPI_STACKED_PARALLELDominik Wernberger
2024-11-19spi: cadence_qspi: Fix OSPI boot issueVenkatesh Yadav Abbarapu
2024-11-10mtd: spi-nor: Fix integer overflow in stacked memories supportMarek Vasut
2024-10-31mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLELMarek Vasut
2024-10-25spi: zynq_qspi: Add missing prototype for update_stripeVenkatesh Yadav Abbarapu
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
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