Message ID | 20240223171342.669133-1-varshini.rajendran@microchip.com |
---|---|
Headers | show |
Series | Add support for sam9x7 SoC family | expand |
On Fri, 23 Feb 2024 22:43:42 +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 v4: > -------------- > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [13/39] ASoC: dt-bindings: atmel-classd: add sam9x7 compatible commit: 89f3180d5915d4ea40e044ee102cd5c1ec81e7ef [17/39] ASoC: dt-bindings: microchip: add sam9x7 commit: c06a7a8e885753a024163bbb0dfd7349e8054643 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
On Fri, Feb 23, 2024 at 10:54:59PM +0530, Varshini Rajendran wrote: > Add compatible string for sam9x7. > > Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor. > --- > Changes in v4: > - Made sam9x7 compatible as an enum with sama7g5 compatible > - Removed the sam9x7 compatible from allOf section as it was not needed > like pointed out > --- > Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml b/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml > index 6adedd3ec399..b1c13bab2472 100644 > --- a/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml > @@ -25,7 +25,9 @@ properties: > - atmel,sama5d2-i2c > - microchip,sam9x60-i2c > - items: > - - const: microchip,sama7g5-i2c > + - enum: > + - microchip,sama7g5-i2c > + - microchip,sam9x7-i2c > - const: microchip,sam9x60-i2c > > reg: > -- > 2.25.1 >
Hi On Fri, 23 Feb 2024 22:43:42 +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 v4: > -------------- > > [...] Applied to i2c/i2c-host on git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git Thank you, Andi Patches applied =============== [06/39] dt-bindings: i2c: at91: Add sam9x7 compatible string commit: a856c9e6104f7b4619f09e19ab95903c7888da96
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 23 Feb 2024 22:43:42 +0530 you 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 v4: > > [...] Here is the summary with links: - [v4,01/39] dt-bindings: net: cdns,macb: add sam9x7 ethernet interface https://git.kernel.org/netdev/net-next/c/5c237967e632 You are awesome, thank you!
On Fri, 23 Feb 2024 22:43:42 +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 v4: > -------------- > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [16/39] spi: dt-bindings: atmel,at91rm9200-spi: remove 9x60 compatible from list commit: 666db8fd4265f938795004838d2a9335ce7b9da1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark