All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: [PATCH 0/9] arm64: dts: renesas: add V4H White Hawk Sound support
Date: Thu, 2 Feb 2023 01:02:42 +0000	[thread overview]
Message-ID: <87edr8angv.wl-kuninori.morimoto.gx@renesas.com> (raw)


Hi Geert

This patch-set add Sound support to V4H White Hawk board.
It needs ARD-AUDIO-DA7212 sound expansion board to use it.

And it needs R-Car Gen4 sound driver support which will be
supported on v6.3.
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/commit/?id=c2bc65274a307e11743d0f56a762f8e57f279b9e

I think [5/9] / [6/9] are depends on above ASoC branch,
others has no dependencies.

I'm happy to re-post [5/9][6/9] patches after v6.3-rc1 was released.
Please let me know about it if you need.

Link: https://lore.kernel.org/r/87y1pqt4vs.wl-kuninori.morimoto.gx@renesas.com

Kuninori Morimoto (5):
  clk: renesas: r8a779g0: Add Audio clocks
  arm64: dts: r8a779g0-white-hawk-cpu.dtsi: add 5.0v regulator
  arm64: dts: renesas: r8a779g0: whitehawk: Add R-Car Sound support
  arm64: defconfig: Enable DA7213 Codec
  arm64: renesas_defconfig: Enable DA7213 Codec

Linh Phung (3):
  pinctrl: renesas: r8a779g0: Add Audio Clock support
  pinctrl: renesas: r8a779g0: Add Audio SSI support
  arm64: dts: renesas: r8a779g0: R-Car Sound support

Takeshi Kihara (1):
  clk: renesas: cpg-mssr: Fix MSSR register range for V4H

 arch/arm64/boot/dts/renesas/Makefile          |   1 +
 .../r8a779g0-white-hawk-ard-audio-da7212.dts  | 194 ++++++++++++++++++
 .../dts/renesas/r8a779g0-white-hawk-cpu.dtsi  |   9 +
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi     |  78 +++++++
 arch/arm64/configs/defconfig                  |   1 +
 arch/arm64/configs/renesas_defconfig          |   1 +
 drivers/clk/renesas/r8a779g0-cpg-mssr.c       |   2 +
 drivers/clk/renesas/renesas-cpg-mssr.c        |   8 +-
 drivers/pinctrl/renesas/pfc-r8a779g0.c        |  58 ++++++
 9 files changed, 348 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-ard-audio-da7212.dts

-- 
2.25.1


             reply	other threads:[~2023-02-02  1:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02  1:02 Kuninori Morimoto [this message]
2023-02-02  1:03 ` [PATCH 1/9] pinctrl: renesas: r8a779g0: Add Audio Clock support Kuninori Morimoto
2023-02-10 12:46   ` Geert Uytterhoeven
2023-02-02  1:03 ` [PATCH 2/9] pinctrl: renesas: r8a779g0: Add Audio SSI support Kuninori Morimoto
2023-02-10 12:46   ` Geert Uytterhoeven
2023-02-02  1:03 ` [PATCH 3/9] clk: renesas: cpg-mssr: Fix MSSR register range for V4H Kuninori Morimoto
2023-02-10 12:47   ` Geert Uytterhoeven
2023-02-02  1:03 ` [PATCH 4/9] clk: renesas: r8a779g0: Add Audio clocks Kuninori Morimoto
2023-02-10 12:50   ` Geert Uytterhoeven
2023-02-02  1:03 ` [PATCH 5/9] arm64: dts: renesas: r8a779g0: R-Car Sound support Kuninori Morimoto
2023-02-02  1:04 ` [PATCH 7/9] arm64: dts: renesas: r8a779g0: whitehawk: Add " Kuninori Morimoto
2023-02-10 13:33   ` Geert Uytterhoeven
2023-02-13  6:09     ` Kuninori Morimoto
2023-02-02  1:04 ` [PATCH 8/9] arm64: defconfig: Enable DA7213 Codec Kuninori Morimoto
2023-02-02  1:04 ` [PATCH 9/9] arm64: renesas_defconfig: " Kuninori Morimoto
2023-02-02  1:05 ` [PATCH 6/9] arm64: dts: r8a779g0-white-hawk-cpu.dtsi: add 5.0v regulator Kuninori Morimoto
2023-02-10 13:21   ` 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=87edr8angv.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=linux-renesas-soc@vger.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.