Message ID | 20230623203056.689705-1-varshini.rajendran@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for sam9x7 SoC family | expand |
On 23/06/2023 22:30, 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 Your CC list is enormous and causes multiple bounces/rejections. Organize your patchset properly to avoid this. Best regards, Krzysztof
On 24/06/2023 02:52, Mark Brown wrote: > On Sat, 24 Jun 2023 02:00:11 +0530, 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 v2: >> -------------- >> >> [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next > > Thanks! > > [32/45] spi: dt-bindings: atmel,at91rm9200-spi: add sam9x7 compatible > commit: a3eb95484f276488e3d59cffa8eec29f79be416e Eh... the patch - like all the bindings patches in this patchset - is utterly broken. I don't even get its intention, but I will try to fix it with a followup based on DTS. Best regards, Krzysztof
On 23/06/2023 22:30, 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 v2: > -------------- > > - Added sam9x7 specific compatibles in DT with fallbacks > - Documented all the newly added DT compatible strings > - Added device tree for the target board sam9x75 curiosity and > documented the same in the DT bindings documentation > - Removed the dt nodes that are not supported at the moment > - Removed the configs added by previous version that are not supported > at the moment > - Fixed all the corrections in the commit message > - Changed all the instances of copyright year to 2023 > - Added sam9x7 flag in PIT64B configuration > - Moved macro definitions to header file > - Added another divider in mck characteristics in the pmc driver > - Fixed the memory leak in the pmc driver > - Dropped patches that are no longer needed > - Picked up Acked-by and Reviewed-by tags Where did you pick them up? Can you point me to the patches? Best regards, Krzysztof