All of lore.kernel.org
 help / color / mirror / Atom feed
From: Biju Das <biju.das.jz@bp.renesas.com>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Biju Das <biju.das.jz@bp.renesas.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org,
	Chris Paterson <Chris.Paterson2@renesas.com>,
	Biju Das <biju.das@bp.renesas.com>,
	Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: [PATCH v3 0/3] Add Audio and USB support
Date: Fri, 29 Apr 2022 08:23:57 +0100	[thread overview]
Message-ID: <20220429072400.23729-1-biju.das.jz@bp.renesas.com> (raw)

This patch series aims to add support for Audio and USB on RZ/G2UL SMARC EVK.

This patch series depend upon [1]
[1] https://lore.kernel.org/linux-renesas-soc/20220425095244.156720-1-biju.das.jz@bp.renesas.com/T/#t

v2->v3:
 * Removed the guard for cpu_dai node.
 * Fixed typo in commit description RZ/G2{L,LC}->RZ/G2UL.
v1>v2:
 * Dropped patches except patch8,9 and 10 as others are queued for 5.19.
 * Fixed commit description
 * started using cpu_dai node instead of snd_rzg2l in board dtsi.
 * Fixed the code comment related to USB1 OVC and VBUS.

Biju Das (3):
  arm64: dts: renesas: rzg2l-smarc: Move ssi0 and cpu sound_dai nodes
    from common dtsi
  arm64: dts: renesas: rzg2ul-smarc: Enable Audio
  arm64: dts: renesas: rzg2ul-smarc: Enable USB2.0 support

 .../boot/dts/renesas/r9a07g043u11-smarc.dts   | 52 -------------------
 .../boot/dts/renesas/rz-smarc-common.dtsi     |  8 ---
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi  | 11 ++++
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 11 ++++
 .../dts/renesas/rzg2ul-smarc-pinfunction.dtsi | 18 +++++++
 arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 23 ++++++++
 6 files changed, 63 insertions(+), 60 deletions(-)

-- 
2.25.1


             reply	other threads:[~2022-04-29  7:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29  7:23 Biju Das [this message]
2022-04-29  7:23 ` [PATCH v3 1/3] arm64: dts: renesas: rzg2l-smarc: Move ssi0 and cpu sound_dai nodes from common dtsi Biju Das
2022-04-29  7:53   ` Geert Uytterhoeven
2022-04-29  7:23 ` [PATCH v3 2/3] arm64: dts: renesas: rzg2ul-smarc: Enable Audio Biju Das
2022-04-29  7:55   ` Geert Uytterhoeven
2022-04-29  7:24 ` [PATCH v3 3/3] arm64: dts: renesas: rzg2ul-smarc: Enable USB2.0 support Biju Das
2022-04-29  7:56   ` Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220429072400.23729-1-biju.das.jz@bp.renesas.com \
    --to=biju.das.jz@bp.renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.