* [PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc
@ 2025-06-10 6:50 Varshini Rajendran
2025-06-25 19:46 ` Rob Herring (Arm)
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Varshini Rajendran @ 2025-06-10 6:50 UTC (permalink / raw)
To: claudiu.beznea, andrei.simion, lgirdwood, broonie, robh, krzk+dt,
conor+dt, nicolas.ferre, alexandre.belloni, linux-arm-kernel,
linux-sound, devicetree, linux-kernel
Cc: varshini.rajendran
Add microchip,sam9x7-ssc to DT bindings documentation.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
---
This patch is a rework (adapting to the newly converted yaml file) of the
leftout patch sent [1] as a part of the series adding support for sam9x7 SoC
and sam9x75 curiosity board.
[1] https://lore.kernel.org/lkml/20241010120345.92844-1-varshini.rajendran@microchip.com/
---
.../devicetree/bindings/sound/atmel,at91-ssc.yaml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
index a05e61431824..ce99c2d8c35d 100644
--- a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
+++ b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
@@ -16,9 +16,14 @@ description:
properties:
compatible:
- enum:
- - atmel,at91rm9200-ssc
- - atmel,at91sam9g45-ssc
+ oneOf:
+ - enum:
+ - atmel,at91rm9200-ssc
+ - atmel,at91sam9g45-ssc
+ - items:
+ - enum:
+ - microchip,sam9x7-ssc
+ - const: atmel,at91sam9g45-ssc
reg:
maxItems: 1
--
2.45.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc
2025-06-10 6:50 [PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc Varshini Rajendran
@ 2025-06-25 19:46 ` Rob Herring (Arm)
2025-07-21 5:26 ` Varshini.Rajendran
2025-07-24 21:09 ` Mark Brown
2 siblings, 0 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-06-25 19:46 UTC (permalink / raw)
To: Varshini Rajendran
Cc: alexandre.belloni, devicetree, nicolas.ferre, linux-sound,
lgirdwood, linux-arm-kernel, linux-kernel, conor+dt, broonie,
krzk+dt, andrei.simion, claudiu.beznea
On Tue, 10 Jun 2025 12:20:05 +0530, Varshini Rajendran wrote:
> Add microchip,sam9x7-ssc to DT bindings documentation.
>
> Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
> ---
>
> This patch is a rework (adapting to the newly converted yaml file) of the
> leftout patch sent [1] as a part of the series adding support for sam9x7 SoC
> and sam9x75 curiosity board.
>
> [1] https://lore.kernel.org/lkml/20241010120345.92844-1-varshini.rajendran@microchip.com/
>
> ---
> .../devicetree/bindings/sound/atmel,at91-ssc.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc
2025-06-10 6:50 [PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc Varshini Rajendran
2025-06-25 19:46 ` Rob Herring (Arm)
@ 2025-07-21 5:26 ` Varshini.Rajendran
2025-07-24 12:35 ` Mark Brown
2025-07-24 21:09 ` Mark Brown
2 siblings, 1 reply; 5+ messages in thread
From: Varshini.Rajendran @ 2025-07-21 5:26 UTC (permalink / raw)
To: claudiu.beznea, Andrei.Simion, lgirdwood, broonie, robh, krzk+dt,
conor+dt, Nicolas.Ferre, alexandre.belloni, linux-arm-kernel,
linux-sound, devicetree, linux-kernel
Hi,
Gentle reminder to merge this patch.
On 10/06/25 12:20 pm, Varshini Rajendran wrote:
> Add microchip,sam9x7-ssc to DT bindings documentation.
>
> Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
> ---
>
> This patch is a rework (adapting to the newly converted yaml file) of the
> leftout patch sent [1] as a part of the series adding support for sam9x7 SoC
> and sam9x75 curiosity board.
>
> [1] https://lore.kernel.org/lkml/20241010120345.92844-1-varshini.rajendran@microchip.com/
>
> ---
> .../devicetree/bindings/sound/atmel,at91-ssc.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
> index a05e61431824..ce99c2d8c35d 100644
> --- a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
> +++ b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
> @@ -16,9 +16,14 @@ description:
>
> properties:
> compatible:
> - enum:
> - - atmel,at91rm9200-ssc
> - - atmel,at91sam9g45-ssc
> + oneOf:
> + - enum:
> + - atmel,at91rm9200-ssc
> + - atmel,at91sam9g45-ssc
> + - items:
> + - enum:
> + - microchip,sam9x7-ssc
> + - const: atmel,at91sam9g45-ssc
>
> reg:
> maxItems: 1
--
Thanks,
Varshini Rajendran.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc
2025-07-21 5:26 ` Varshini.Rajendran
@ 2025-07-24 12:35 ` Mark Brown
0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2025-07-24 12:35 UTC (permalink / raw)
To: Varshini.Rajendran
Cc: claudiu.beznea, Andrei.Simion, lgirdwood, robh, krzk+dt, conor+dt,
Nicolas.Ferre, alexandre.belloni, linux-arm-kernel, linux-sound,
devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 899 bytes --]
On Mon, Jul 21, 2025 at 05:26:22AM +0000, Varshini.Rajendran@microchip.com wrote:
> Hi,
>
> Gentle reminder to merge this patch.
Please don't send content free pings and please allow a reasonable time
for review. People get busy, go on holiday, attend conferences and so
on so unless there is some reason for urgency (like critical bug fixes)
please allow at least a couple of weeks for review. If there have been
review comments then people may be waiting for those to be addressed.
Sending content free pings adds to the mail volume (if they are seen at
all) which is often the problem and since they can't be reviewed
directly if something has gone wrong you'll have to resend the patches
anyway, so sending again is generally a better approach though there are
some other maintainers who like them - if in doubt look at how patches
for the subsystem are normally handled.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc
2025-06-10 6:50 [PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc Varshini Rajendran
2025-06-25 19:46 ` Rob Herring (Arm)
2025-07-21 5:26 ` Varshini.Rajendran
@ 2025-07-24 21:09 ` Mark Brown
2 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2025-07-24 21:09 UTC (permalink / raw)
To: claudiu.beznea, andrei.simion, lgirdwood, robh, krzk+dt, conor+dt,
nicolas.ferre, alexandre.belloni, linux-arm-kernel, linux-sound,
devicetree, linux-kernel, Varshini Rajendran
On Tue, 10 Jun 2025 12:20:05 +0530, Varshini Rajendran wrote:
> Add microchip,sam9x7-ssc to DT bindings documentation.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc
commit: da98e8b97058c73b5c58e9976af2e7286f1c799b
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-07-24 21:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-10 6:50 [PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc Varshini Rajendran
2025-06-25 19:46 ` Rob Herring (Arm)
2025-07-21 5:26 ` Varshini.Rajendran
2025-07-24 12:35 ` Mark Brown
2025-07-24 21:09 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).