mbox series

[5.10.y-cip,0/3] Add HDMI audio support**

Message ID 20241004102521.73256-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Add HDMI audio support** | expand

Message

Biju Das Oct. 4, 2024, 10:25 a.m. UTC
Add HDMI audio support for RZ/{G2L,G2L,V2L} SMARC EVKs
All the patches are cherry-picked from the mainline.

Biju Das (3):
  ASoC: dt-bindings: renesas,rz-ssi: Document port property
  arm64: dts: renesas: rzg2l-smarc: Enable HDMI audio
  arm64: dts: renesas: rzg2lc-smarc: Enable HDMI audio

 .../bindings/sound/renesas,rz-ssi.yaml        |  4 +++
 .../boot/dts/renesas/r9a07g044c2-smarc.dts    |  3 ++
 .../dts/renesas/rzg2l-smarc-pinfunction.dtsi  |  6 ++++
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi  | 30 +++++++++++++++++
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 33 +++++++++++++++++++
 5 files changed, 76 insertions(+)

Comments

Pavel Machek Oct. 4, 2024, 12:45 p.m. UTC | #1
Hi!

> Add HDMI audio support for RZ/{G2L,G2L,V2L} SMARC EVKs
> All the patches are cherry-picked from the mainline.

I see "**" in the subject, so I'd expect to see "**" and some kind of
note here, but no.

This adds documentation for "port" property for renesas,rz-ssi. I
assume the code is already in the .c file in 5.10, but was not
documented for some reason?

Series looks okay to me, I can apply it if it passes testing and there
are no other comments. This applies to 6.1, too.

Best regards,
								Pavel
Biju Das Oct. 4, 2024, 1:48 p.m. UTC | #2
Hi Pavel,

Thanks for the feedback.

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: Friday, October 4, 2024 1:45 PM
> Subject: Re: [PATCH 5.10.y-cip 0/3] Add HDMI audio support**
> 
> Hi!
> 
> > Add HDMI audio support for RZ/{G2L,G2L,V2L} SMARC EVKs All the patches
> > are cherry-picked from the mainline.
> 
> I see "**" in the subject, so I'd expect to see "**" and some kind of note here, but no.

Oops, somehow missed to remove that chars which generated by format-patch.

> 
> This adds documentation for "port" property for renesas,rz-ssi. I assume the code is already in the .c
> file in 5.10, but was not documented for some reason?

Yes, That is correct.

Cheers,
Biju
Pavel Machek Oct. 5, 2024, 8:48 a.m. UTC | #3
Hi!

> > > Add HDMI audio support for RZ/{G2L,G2L,V2L} SMARC EVKs All the patches
> > > are cherry-picked from the mainline.
> > 
> > I see "**" in the subject, so I'd expect to see "**" and some kind of note here, but no.
> 
> Oops, somehow missed to remove that chars which generated by format-patch.
> 
> > 
> > This adds documentation for "port" property for renesas,rz-ssi. I assume the code is already in the .c
> > file in 5.10, but was not documented for some reason?
> 
> Yes, That is correct.

Ok, good, thanks for the info. I applied the series.

Best regards,
								Pavel