From: Simon Horman <horms@verge.net.au>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
Magnus <magnus.damm@gmail.com>,
Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH v2 00/10] arm64: renesas: r8a7796: add Sound support
Date: Fri, 12 May 2017 10:54:16 +0200 [thread overview]
Message-ID: <20170512085416.GE27979@verge.net.au> (raw)
In-Reply-To: <20170512075702.GD27979@verge.net.au>
On Fri, May 12, 2017 at 09:57:02AM +0200, Simon Horman wrote:
> On Fri, May 12, 2017 at 12:11:49AM +0000, Kuninori Morimoto wrote:
> >
> > Hi Simon, Geert
> >
> > These are v2 of r8a7796 sound support patch-set.
> > I separated Audio DMAC ipmmu patch.
> >
> > Kuninori Morimoto (10):
> > pinctrl: sh-pfc: r8a7796: Rename SSI_{WS,SCK}0129 to SSI_{WS,SCK}01239
> > pinctrl: sh-pfc: r8a7796: add Audio SSI pin support
> > pinctrl: sh-pfc: r8a7796: add Audio clock pin support
> > arm64: renesas: r8a7796: add AUDIO_DMAC support
> > arm64: renesas: r8a7796: add Sound SSI PIO support
> > arm64: renesas: r8a7796: add Sound SSI DMA support
> > arm64: renesas: r8a7796: add Sound SRC support
> > arm64: renesas: r8a7796: add Sound DVC support
> > arm64: renesas: r8a7796: add Sound CTU support
> > arm64: renesas: r8a7796: add Sound MIX support
>
> Other than the, presumably expected kernel logs below, I didn't notice
> any problems with the above arm64 patches applied to the renesas tree
> without the pinctrl changes. On the strength of that I have queued these up
> for v4.13. Let me know if that was not the desired outcome.
>
> [ 1.662712] sh-pfc e6060000.pin-controller: function 'ssi' not supported
> [ 1.669496] sh-pfc e6060000.pin-controller: invalid function ssi in map table
> [ 1.676667] sh-pfc e6060000.pin-controller: function 'ssi' not supported
> [ 1.683398] sh-pfc e6060000.pin-controller: invalid function ssi in map table
> [ 1.690561] sh-pfc e6060000.pin-controller: function 'ssi' not supported
> [ 1.697290] sh-pfc e6060000.pin-controller: invalid function ssi in map table
> [ 1.704449] sh-pfc e6060000.pin-controller: function 'audio_clk' not supported
> [ 1.711679] sh-pfc e6060000.pin-controller: invalid function audio_clk in map table
> [ 1.719365] sh-pfc e6060000.pin-controller: function 'audio_clk' not supported
> [ 1.726594] sh-pfc e6060000.pin-controller: invalid function audio_clk in map table
> [ 1.734262] sh-pfc e6060000.pin-controller: function 'audio_clk' not supported
> [ 1.741492] sh-pfc e6060000.pin-controller: invalid function audio_clk in map table
> [ 1.749174] sh-pfc e6060000.pin-controller: function 'audio_clk' not supported
> [ 1.756403] sh-pfc e6060000.pin-controller: invalid function audio_clk in map table
> [ 1.764084] sh-pfc e6060000.pin-controller: function 'audio_clk' not supported
> [ 1.771313] sh-pfc e6060000.pin-controller: invalid function audio_clk in map table
> [ 1.778983] rcar_sound: probe of ec500000.sound failed with error -22
I should have mentioned that the above was on a salvator-x board.
> > This is for renesas-drivers
> > arm64: renesas: r8a7796: add IPMMU support for AUDIO DMAC
> >
> > arch/arm64/boot/dts/renesas/r8a7796.dtsi | 233 +++++++++++++++++-
> > drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 403 ++++++++++++++++++++++++++++++-
> > 2 files changed, 627 insertions(+), 9 deletions(-)
> >
> > --
> > 1.9.1
> >
>
prev parent reply other threads:[~2017-05-12 8:54 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-12 0:11 [PATCH v2 00/10] arm64: renesas: r8a7796: add Sound support Kuninori Morimoto
2017-05-12 0:12 ` [PATCH v2 01/10] pinctrl: sh-pfc: r8a7796: Rename SSI_{WS,SCK}0129 to SSI_{WS,SCK}01239 Kuninori Morimoto
2017-05-12 11:24 ` Geert Uytterhoeven
2017-05-12 0:13 ` [PATCH v2 02/10] pinctrl: sh-pfc: r8a7796: add Audio SSI pin support Kuninori Morimoto
2017-05-12 11:58 ` Geert Uytterhoeven
2017-05-15 0:23 ` Kuninori Morimoto
2017-05-15 9:00 ` Geert Uytterhoeven
2017-05-15 9:07 ` Kuninori Morimoto
2017-05-15 9:17 ` Geert Uytterhoeven
2017-05-16 1:25 ` Kuninori Morimoto
2017-05-16 7:15 ` Geert Uytterhoeven
2017-05-12 0:13 ` [PATCH v2 03/10] pinctrl: sh-pfc: r8a7796: add Audio clock " Kuninori Morimoto
2017-05-12 12:06 ` Geert Uytterhoeven
2017-05-12 0:14 ` [PATCH v2 04/10] arm64: renesas: r8a7796: add AUDIO_DMAC support Kuninori Morimoto
2017-05-12 0:14 ` [PATCH v2 05/10] arm64: renesas: r8a7796: add Sound SSI PIO support Kuninori Morimoto
2017-05-12 9:43 ` Geert Uytterhoeven
2017-05-15 1:01 ` [PATCH] arm64: dts: r8a7796: tidyup power-domains for R-Car Sound Kuninori Morimoto
2017-05-15 5:53 ` [PATCH v2 05/10] arm64: renesas: r8a7796: add Sound SSI PIO support Simon Horman
2017-05-12 0:15 ` [PATCH v2 06/10] arm64: renesas: r8a7796: add Sound SSI DMA support Kuninori Morimoto
2017-05-12 0:15 ` [PATCH v2 07/10] arm64: renesas: r8a7796: add Sound SRC support Kuninori Morimoto
2017-05-12 0:15 ` [PATCH v2 08/10] arm64: renesas: r8a7796: add Sound DVC support Kuninori Morimoto
2017-05-12 0:16 ` [PATCH v2 09/10] arm64: renesas: r8a7796: add Sound CTU support Kuninori Morimoto
2017-05-12 0:16 ` [PATCH v2 10/10] arm64: renesas: r8a7796: add Sound MIX support Kuninori Morimoto
2017-05-12 0:17 ` [PATCH v2 --/--] arm64: renesas: r8a7796: add IPMMU support for AUDIO DMAC Kuninori Morimoto
2017-05-12 7:57 ` [PATCH v2 00/10] arm64: renesas: r8a7796: add Sound support Simon Horman
2017-05-12 8:54 ` Simon Horman [this message]
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=20170512085416.GE27979@verge.net.au \
--to=horms@verge.net.au \
--cc=geert@linux-m68k.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).