From: Nicolas Ferre <nicolas.fe...@microchip.com> Arnd, Olof,
I'm taking back the lead on sending the pull-requests for AT91 and hope that I didn't loose the knowledge in the meantime. Tell me if there's something I'm missing. Thanks a lot to Alexandre who kept our flow steady and very predictable during all those years! Here are the first SoC changes for 5.12 which contain a single patch for multi platform kernels. I plan to send another pull-request for the SoC changes related to new sama7g5 that Claudiu sent to the mainling-list recently. I'll let it mature in linux-next by the beginning of next week and will send another pull-request by mid-next-week. Tell me if you see a problem with this approach. Thanks, best regards, The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-5.12 for you to fetch changes up to 960ddf70cc11024e6e9dac206316d0160e00a77d: drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs (2020-12-28 17:58:20 +0100) ---------------------------------------------------------------- AT91 SoC for 5.12 - Only call atmel/soc.c driver on AT91 platforms ---------------------------------------------------------------- Sudeep Holla (1): drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs drivers/soc/atmel/soc.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- Nicolas Ferre