mbox series

[4.19.y-cip,0/5] Audio SSIU BUSIF support

Message ID 1574264071-16816-1-git-send-email-biju.das@bp.renesas.com (mailing list archive)
Headers show
Series Audio SSIU BUSIF support | expand

Message

Biju Das Nov. 20, 2019, 3:34 p.m. UTC
This patch add support for SSIU BUSIF.

This patch series is based on linux-4.19.y-cip and all the patches
in this series are cherry-picked from linux rc tree.

Fabrizio Castro (1):
  arm64: dts: renesas: r8a774a1: Add SSIU support for sound

Kuninori Morimoto (4):
  ASoC: rsnd: merge .nolock_start and .prepare
  ASoC: rsnd: move .get_status under rsnd_mod_ops
  ASoC: rsnd: add .get_id/.get_id_sub
  ASoC: rsnd: add SSIU BUSIF support

 arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 251 +++++++++++++++++++++++++++---
 sound/soc/sh/rcar/adg.c                   |   2 +-
 sound/soc/sh/rcar/cmd.c                   |  11 +-
 sound/soc/sh/rcar/core.c                  |  45 +++---
 sound/soc/sh/rcar/ctu.c                   |  23 ++-
 sound/soc/sh/rcar/dma.c                   |  79 ++++++----
 sound/soc/sh/rcar/dvc.c                   |   3 +-
 sound/soc/sh/rcar/mix.c                   |   3 +-
 sound/soc/sh/rcar/rsnd.h                  |  51 +++---
 sound/soc/sh/rcar/src.c                   |  24 +--
 sound/soc/sh/rcar/ssi.c                   | 146 ++++++++---------
 sound/soc/sh/rcar/ssiu.c                  | 205 +++++++++++++++++++++---
 12 files changed, 636 insertions(+), 207 deletions(-)

Comments

Pavel Machek Nov. 20, 2019, 7:28 p.m. UTC | #1
Hi!

> This patch add support for SSIU BUSIF.
> 
> This patch series is based on linux-4.19.y-cip and all the patches
> in this series are cherry-picked from linux rc tree.

I don't see anything obviously wrong with this series. If noone speaks
up, I'll apply it later.

Best regards,
								Pavel
Nobuhiro Iwamatsu Nov. 21, 2019, 12:07 a.m. UTC | #2
Hi all,

> -----Original Message-----
> From: Pavel Machek [mailto:pavel@denx.de]
> Sent: Thursday, November 21, 2019 4:28 AM
> To: Biju Das <biju.das@bp.renesas.com>
> Cc: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○SW
> C□OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>; Chris Paterson <chris.paterson2@renesas.com>;
> Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Subject: Re: [PATCH 4.19.y-cip 0/5] Audio SSIU BUSIF support
> 
> Hi!
> 
> > This patch add support for SSIU BUSIF.
> >
> > This patch series is based on linux-4.19.y-cip and all the patches in
> > this series are cherry-picked from linux rc tree.
> 
> I don't see anything obviously wrong with this series. If noone speaks
> up, I'll apply it later.

I checked this series, and I didn't see any problem.
I applied to linux-4.19.y-cip branch.

Best regards,
  Nobuhiro