[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250613114148.1943267-1-robert.marko@sartura.hr>
Date: Fri, 13 Jun 2025 13:39:35 +0200
From: Robert Marko <robert.marko@...tura.hr>
To: catalin.marinas@....com,
will@...nel.org,
olivia@...enic.com,
herbert@...dor.apana.org.au,
davem@...emloft.net,
vkoul@...nel.org,
andi.shyti@...nel.org,
broonie@...nel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
linux-crypto@...r.kernel.org,
dmaengine@...r.kernel.org,
linux-i2c@...r.kernel.org,
linux-spi@...r.kernel.org,
kernel@...gutronix.de,
ore@...gutronix.de,
luka.perkov@...tura.hr,
arnd@...db.de,
daniel.machon@...rochip.com
Cc: Robert Marko <robert.marko@...tura.hr>
Subject: [PATCH v7 0/6] arm64: lan969x: Add support for Microchip LAN969x SoC
This patch series adds basic support for Microchip LAN969x SoC.
It introduces the SoC ARCH symbol itself and allows basic peripheral
drivers that are currently marked only for AT91 to be also selected for
LAN969x.
DTS and further driver will be added in follow-up series.
Robert Marko (6):
arm64: lan969x: Add support for Microchip LAN969x SoC
spi: atmel: make it selectable for ARCH_LAN969X
i2c: at91: make it selectable for ARCH_LAN969X
dma: xdmac: make it selectable for ARCH_LAN969X
char: hw_random: atmel: make it selectable for ARCH_LAN969X
crypto: atmel-aes: make it selectable for ARCH_LAN969X
arch/arm64/Kconfig.platforms | 14 ++++++++++++++
drivers/char/hw_random/Kconfig | 2 +-
drivers/crypto/Kconfig | 2 +-
drivers/dma/Kconfig | 2 +-
drivers/i2c/busses/Kconfig | 2 +-
drivers/spi/Kconfig | 2 +-
6 files changed, 19 insertions(+), 5 deletions(-)
--
2.49.0
Powered by blists - more mailing lists