mbox series

[0/9] Add RZ/G2L Sound support

Message ID 20210702135010.5937-1-biju.das.jz@bp.renesas.com
Headers show
Series Add RZ/G2L Sound support | expand

Message

Biju Das July 2, 2021, 1:50 p.m. UTC
This patch series aims to add ASoC support on RZ/G2L SoC's.

It is based on the work done by Chris Brandt for RZ/A ASoC driver.

This patch series is based on [1]
[1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/rzg2l-update-clock-defs-v4


Biju Das (9):
  ASoC: dt-bindings: Document RZ/G2L bindings
  drivers: clk: renesas: r9a07g044-cpg: Add SSIF-2 clock and reset
    entries
  sound: soc: sh: Add RZ/G2L SSIF-2 driver
  arm64: dts: renesas: r9a07g044: Add external audio clock nodes
  arm64: dts: renesas: r9a07g044: Add SSI support
  arm64: defconfig: Enable ASoC sound support for RZ/G2L SoC
  ASoC: dt-bindings: sound: renesas,rz-ssi: Document DMA support
  sound: sh: rz-ssi: Add SSI DMAC support
  arm64: dts: renesas: r9a07g044: Add SSI DMA support

 .../bindings/sound/renesas,rz-ssi.yaml        |  100 ++
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi    |  105 ++
 arch/arm64/configs/defconfig                  |    1 +
 drivers/clk/renesas/r9a07g044-cpg.c           |   20 +
 sound/soc/sh/Kconfig                          |   10 +
 sound/soc/sh/Makefile                         |    4 +
 sound/soc/sh/rz-ssi.c                         | 1078 +++++++++++++++++
 7 files changed, 1318 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml
 create mode 100644 sound/soc/sh/rz-ssi.c


base-commit: 06c1e6911a7a76b446e4b00fc8bad5d8465932f8

Comments

Rob Herring July 2, 2021, 9:23 p.m. UTC | #1
On Fri, Jul 2, 2021 at 7:50 AM Biju Das <biju.das.jz@bp.renesas.com> wrote:
>
> Document RZ/G2L ASoC serial sound interface bindings.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
> Note:-  This patch has dependency on #include <dt-bindings/clock/r9a07g044-cpg.h> file which will be in
> next 5.14-rc1 release

That kind of means you should wait and send this once v5.14-rc1 is
released as it is the merge window currently.

Rob
Biju Das July 19, 2021, 1:43 p.m. UTC | #2
Hi Rob,

Thanks for the feedback.

> -----Original Message-----

> From: Rob Herring <robh+dt@kernel.org>

> Sent: 02 July 2021 22:23

> To: Biju Das <biju.das.jz@bp.renesas.com>

> Cc: Liam Girdwood <lgirdwood@gmail.com>; Mark Brown <broonie@kernel.org>;

> Chris Brandt <Chris.Brandt@renesas.com>; Kuninori Morimoto

> <kuninori.morimoto.gx@renesas.com>; Linux-ALSA <alsa-devel@alsa-

> project.org>; devicetree@vger.kernel.org; Geert Uytterhoeven

> <geert+renesas@glider.be>; Chris Paterson <Chris.Paterson2@renesas.com>;

> Biju Das <biju.das@bp.renesas.com>; Prabhakar Mahadev Lad

> <prabhakar.mahadev-lad.rj@bp.renesas.com>; open list:MEDIA DRIVERS FOR

> RENESAS - FCP <linux-renesas-soc@vger.kernel.org>

> Subject: Re: [PATCH 1/9] ASoC: dt-bindings: Document RZ/G2L bindings

> 

> On Fri, Jul 2, 2021 at 7:50 AM Biju Das <biju.das.jz@bp.renesas.com>

> wrote:

> >

> > Document RZ/G2L ASoC serial sound interface bindings.

> >

> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

> > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

> > ---

> > Note:-  This patch has dependency on #include

> > <dt-bindings/clock/r9a07g044-cpg.h> file which will be in next

> > 5.14-rc1 release

> 

> That kind of means you should wait and send this once v5.14-rc1 is

> released as it is the merge window currently.


Sure. Will do.

Cheers,
Biju