mbox series

[0/8] arm64: renesas: Sound update for ULCB/KF, etc

Message ID 87va3h9kzy.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series arm64: renesas: Sound update for ULCB/KF, etc | expand

Message

Kuninori Morimoto Dec. 26, 2018, 12:52 a.m. UTC
Hi Simon

ULCB-KF sound is using pcm3168, and it needed driver update
to use it. Now, necessary patches are applied to linus branch.
It includes renesas_defconfig,  and Ebisu update (which was already
posted, but, not yet accepted), too.

1) - 5) : For ULCB-KF update
6)      : For Ebisu
7) - 8) : For defconfig

Kuninori Morimoto (8):
  1) arm64: renesas: ulcb: use audio-graph-card
  2) arm64: renesas: ulcb: add HDMI sound support
  3) arm64: renesas: ulcb-kf: add pcm3168 sound codec
  4) arm64: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi
  5) arm64: renesas: r8a7796: remove BUSIF0 settings from rcar_sound,ssi
  6) arm64: renesas: r8a77990-ebisu: use simple-audio-card
  7) arm64: defconfig: select Kingfisher Sound related configs
  8) arm64: renesas_defconfig: select Kingfisher Sound related configs

 arch/arm64/boot/dts/renesas/r8a7795.dtsi       |  40 ++++----
 arch/arm64/boot/dts/renesas/r8a7796.dtsi       |  40 ++++----
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts |   5 +-
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi       | 132 +++++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/ulcb.dtsi          |  66 +++++++++----
 arch/arm64/configs/defconfig                   |   1 +
 arch/arm64/configs/renesas_defconfig           |   2 +
 7 files changed, 225 insertions(+), 61 deletions(-)

Comments

Simon Horman Dec. 27, 2018, 1:57 a.m. UTC | #1
On Wed, Dec 26, 2018 at 09:52:36AM +0900, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> ULCB-KF sound is using pcm3168, and it needed driver update
> to use it. Now, necessary patches are applied to linus branch.
> It includes renesas_defconfig,  and Ebisu update (which was already
> posted, but, not yet accepted), too.

Thanks Morimoto-san,

these look good to me but I would like to wait a little before applying
them to allow time for review by others.

> 
> 1) - 5) : For ULCB-KF update
> 6)      : For Ebisu
> 7) - 8) : For defconfig
> 
> Kuninori Morimoto (8):
>   1) arm64: renesas: ulcb: use audio-graph-card
>   2) arm64: renesas: ulcb: add HDMI sound support
>   3) arm64: renesas: ulcb-kf: add pcm3168 sound codec
>   4) arm64: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi
>   5) arm64: renesas: r8a7796: remove BUSIF0 settings from rcar_sound,ssi
>   6) arm64: renesas: r8a77990-ebisu: use simple-audio-card
>   7) arm64: defconfig: select Kingfisher Sound related configs
>   8) arm64: renesas_defconfig: select Kingfisher Sound related configs
> 
>  arch/arm64/boot/dts/renesas/r8a7795.dtsi       |  40 ++++----
>  arch/arm64/boot/dts/renesas/r8a7796.dtsi       |  40 ++++----
>  arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts |   5 +-
>  arch/arm64/boot/dts/renesas/ulcb-kf.dtsi       | 132 +++++++++++++++++++++++++
>  arch/arm64/boot/dts/renesas/ulcb.dtsi          |  66 +++++++++----
>  arch/arm64/configs/defconfig                   |   1 +
>  arch/arm64/configs/renesas_defconfig           |   2 +
>  7 files changed, 225 insertions(+), 61 deletions(-)
> 
> -- 
> 2.7.4
>
Kuninori Morimoto Dec. 27, 2018, 2:19 a.m. UTC | #2
Hi Simon

> > ULCB-KF sound is using pcm3168, and it needed driver update
> > to use it. Now, necessary patches are applied to linus branch.
> > It includes renesas_defconfig,  and Ebisu update (which was already
> > posted, but, not yet accepted), too.
> 
> Thanks Morimoto-san,
> 
> these look good to me but I would like to wait a little before applying
> them to allow time for review by others.

OK, Thanks !

Best regards
---
Kuninori Morimoto