On Wed, Mar 15, 2023, at 08:28, Jacky Huang wrote: > From: Jacky Huang <ychuang3@xxxxxxxxxxx> > > This patchset adds initial support for the Nuvoton ma35d1 SoC, including > initial device tree, clock driver, reset driver, and serial driver. > > This patchset cover letter is based from the initial support for Nuvoton > ma35d1 to keep tracking the version history. > > This patchset had been applied to Linux kernel 6.3-rc2 and tested on the > Nuvoton ma35d1 SOM evaluation board. > > (ma35d1 information: > https://www.nuvoton.com/products/microprocessors/arm-cortex-a35-mpus/) > MA35D1 porting on linux-5.10.y can be found at: > https://github.com/OpenNuvoton/MPU-Family Hi Jacky, Thanks a lot for your submission. I saw this presented at EmbeddedWorld yesterday and asked about mainline Linux support, but did not expect to see the patches this soon ;-) The easiest process for getting the series merged is to have me add it the entire series to the SoC tree after the individual drivers have been reviewed by the respective subsystem maintainers that are already on Cc here. When the review is complete, you can add soc@xxxxxxxxxx to Cc, so they show up in patchwork, or alternatively send a pull request for a git tree to that address. Until then, you can add my own email address to Cc so I can follow the reviews. After the initial merge, the normal method for additional device drivers is to have them sent for inclusion to the subsystem maintainers. The soc tree and soc@xxxxxxxxxx address is then only used for changes in arch/arm64, i.e. updates to the dts files, Kconfig, defconfig and MAINTAINERS, as well as the drivers/soc and drivers/firmware directories, if you have anything in there. If you have any additional questions about the process, feel free to also ask me. Arnd