Message ID | 20240729065603.1986074-1-varshini.rajendran@microchip.com |
---|---|
Headers | show |
Series | Add support for sam9x7 SoC family | expand |
On 29.07.2024 09:56, Varshini Rajendran wrote: > This patch series adds support for the new SoC family - sam9x7. > - The device tree, configs and drivers are added > - Clock driver for sam9x7 is added > - Support for basic peripherals is added > - Target board SAM9X75 Curiosity is added [ ... ] > > Changes in v6: > -------------- > > - Addressed all the review comments in the patches > - Picked up all Acked-by and Reviewed-by tags > - Reverted the IRQ patch to that of version 3 of the same series > - All the specific changes are captured in the corresponding patches > [ ... ] > > Varshini Rajendran (26): > dt-bindings: atmel-sysreg: add sam9x7 > ARM: at91: pm: add support for sam9x7 SoC family > ARM: at91: pm: add sam9x7 SoC init config > ARM: at91: add support in SoC driver for new sam9x7 Applied to at91-soc, thanks! > dt-bindings: clocks: atmel,at91sam9x5-sckc: add sam9x7 > dt-bindings: clocks: atmel,at91rm9200-pmc: add sam9x7 clock controller > clk: at91: clk-sam9x60-pll: re-factor to support individual core freq > outputs > clk: at91: sam9x7: add support for HW PLL freq dividers > clk: at91: sama7g5: move mux table macros to header file > dt-bindings: clock: at91: Allow PLLs to be exported and referenced in > DT > clk: at91: sam9x7: add sam9x7 pmc driver Applied to clk-microchip, thanks! > ARM: at91: Kconfig: add config flag for SAM9X7 SoC Applied to at91-soc, thanks! > ARM: configs: at91: enable config flags for sam9x7 SoC family Applied to at91-defconfig, thanks!