Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
* [PATCH 0/9] arm64: dts: renesas: add V4H White Hawk Sound support
@ 2023-02-02  1:02 Kuninori Morimoto
  2023-02-02  1:03 ` [PATCH 1/9] pinctrl: renesas: r8a779g0: Add Audio Clock support Kuninori Morimoto
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Kuninori Morimoto @ 2023-02-02  1:02 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux-Renesas


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-02-13  6:09 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-02  1:02 [PATCH 0/9] arm64: dts: renesas: add V4H White Hawk Sound support Kuninori Morimoto
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox