public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/3] Allwinner R329/D1/R528/T113s SPI support
@ 2023-05-19 13:40 Maxim Kiselev
  2023-05-19 13:40 ` [RFC PATCH v1 1/3] sunxi: SPL SPI: Add SPI boot support for the Allwinner R528/T113 SoCs Maxim Kiselev
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Maxim Kiselev @ 2023-05-19 13:40 UTC (permalink / raw)
  To: u-boot; +Cc: Maxim Kiselev, Jagan Teki, Andre Przywara, Rick Chen, Leo

This series adds support for SPI controller which is used in newest 
Allwinner SOCs R329/D1/R528/T113s. It includes changes for both 
spl_spi_sunxi and uboot spi-sunxi drivers.

The series is based on Andre's attempt to add support for T113s SoC.
https://lore.kernel.org/u-boot/20221206004549.29015-1-andre.przywara@arm.com/

Maxim Kiselev (3):
  sunxi: SPL SPI: Add SPI boot support for the Allwinner R528/T113 SoCs
  spi: sunxi: Add support for R329/D1/R528/T113 SPI controller
  riscv: dts: allwinner: d1: Add SPI controllers node

 arch/arm/mach-sunxi/Kconfig         |  2 +-
 arch/arm/mach-sunxi/spl_spi_sunxi.c | 78 +++++++++++++++++++++--------
 arch/riscv/dts/sunxi-d1s-t113.dtsi  | 37 ++++++++++++++
 drivers/spi/spi-sunxi.c             | 34 ++++++++++++-
 4 files changed, 128 insertions(+), 23 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-05 21:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-19 13:40 [RFC PATCH v1 0/3] Allwinner R329/D1/R528/T113s SPI support Maxim Kiselev
2023-05-19 13:40 ` [RFC PATCH v1 1/3] sunxi: SPL SPI: Add SPI boot support for the Allwinner R528/T113 SoCs Maxim Kiselev
2023-06-05 21:07   ` Sam Edwards
2023-05-19 13:40 ` [RFC PATCH v1 2/3] spi: sunxi: Add support for R329/D1/R528/T113 SPI controller Maxim Kiselev
2023-05-24  0:14   ` Sam Edwards
2023-05-24 12:50     ` Maksim Kiselev
2023-05-19 13:40 ` [RFC PATCH v1 3/3] riscv: dts: allwinner: d1: Add SPI controllers node Maxim Kiselev
2023-05-24  0:09   ` Sam Edwards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox