[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250702183856.1727275-1-robert.marko@sartura.hr>
Date: Wed, 2 Jul 2025 20:35:58 +0200
From: Robert Marko <robert.marko@...tura.hr>
To: linux@...linux.org.uk,
nicolas.ferre@...rochip.com,
alexandre.belloni@...tlin.com,
claudiu.beznea@...on.dev,
catalin.marinas@....com,
will@...nel.org,
olivia@...enic.com,
herbert@...dor.apana.org.au,
davem@...emloft.net,
vkoul@...nel.org,
andi.shyti@...nel.org,
lee@...nel.org,
broonie@...nel.org,
gregkh@...uxfoundation.org,
jirislaby@...nel.org,
arnd@...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,
linux-serial@...r.kernel.org,
o.rempel@...gutronix.de,
daniel.machon@...rochip.com
Cc: luka.perkov@...tura.hr,
Robert Marko <robert.marko@...tura.hr>
Subject: [PATCH v8 00/10] 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 under the ARCH_MICROCHIP symbol
which allows to avoid the need to change dependencies of the drivers that
are shared for Microchip SoC-s in the future.
DTS and further driver will be added in follow-up series.
Signed-off-by: Robert Marko <robert.marko@...tura.hr>
---
Changes in v8:
* Move to using ARCH_MICROCHIP as suggested by Arnd
* Dropped any review tags due to changes
Robert Marko (10):
arm64: Add config for Microchip SoC platforms
ARM: at91: select ARCH_MICROCHIP
arm64: lan969x: Add support for Microchip LAN969x SoC
mfd: at91-usart: Make it selectable for ARCH_MICROCHIP
tty: serial: atmel: make it selectable for ARCH_MICROCHIP
spi: atmel: make it selectable for ARCH_MICROCHIP
i2c: at91: make it selectable for ARCH_MICROCHIP
dma: xdmac: make it selectable for ARCH_MICROCHIP
char: hw_random: atmel: make it selectable for ARCH_MICROCHIP
crypto: atmel-aes: make it selectable for ARCH_MICROCHIP
arch/arm/mach-at91/Kconfig | 4 +++
arch/arm64/Kconfig.platforms | 49 ++++++++++++++++++++++++----------
drivers/char/hw_random/Kconfig | 2 +-
drivers/crypto/Kconfig | 2 +-
drivers/dma/Kconfig | 2 +-
drivers/i2c/busses/Kconfig | 2 +-
drivers/mfd/Kconfig | 2 +-
drivers/spi/Kconfig | 2 +-
drivers/tty/serial/Kconfig | 2 +-
9 files changed, 46 insertions(+), 21 deletions(-)
--
2.50.0
Powered by blists - more mailing lists