[PATCH 7/7 v2] ASoC: rsrc-card: use asoc_simple_card_parse_card_name()

2016-07-11 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- v1 -> v2 - no change sound/soc/sh/rcar/rsrc-card.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sound/soc/sh/rcar/rsrc-card.c

[PATCH 6/7 v2] ASoC: simple-card: use asoc_simple_card_parse_card_name()

2016-07-11 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- v1 -> v2 - no change sound/soc/generic/simple-card.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git

[PATCH 4/7 v2] ASoC: rsrc-card: use asoc_simple_dai instead of rsrc_card_dai

2016-07-11 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- v1 -> v2 - no change sound/soc/sh/rcar/rsrc-card.c | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) diff --git

[PATCH 3/7 v2] ASoC: rsrc-card: use asoc_simple_card_parse_dailink_name()

2016-07-11 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- v1 -> v2 - no change sound/soc/sh/rcar/rsrc-card.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git

[PATCH 2/7 v2] ASoC: simple-card: use asoc_simple_card_parse_dailink_name()

2016-07-11 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- v1 -> v2 - no change sound/soc/generic/simple-card.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git

[PATCH 1/7 v2] ASoC: simple-card-utils: add asoc_simple_card_set_dailink_name()

2016-07-11 Thread Kuninori Morimoto
From: Kuninori Morimoto Current simple-card is creating dai_link->name / dai_link->stream_name. These are based on CPU + Codec name, or "fe.CPU" or "be.Codec" if it was DPCM. This patch adds asoc_simple_card_set_dailink_name() and set dailink name as common

[PATCH 0/7 v2] ASoC: simple: dailink_name and card_name

2016-07-11 Thread Kuninori Morimoto
Hi Mark These are v2 of dailink_name and card_name cleanup patches for simple-card. 1) - 3) : for dailink_name 4) : tidyup 5) - 7) : for card_name Kuninori Morimoto (7): 1) ASoC: simple-card-utils: add asoc_simple_card_set_dailink_name() 2) ASoC: simple-card: use

[PATCH 1/2] ARM: dts: r8a7792: add PLL1 divided by 2 clock

2016-07-11 Thread Sergei Shtylyov
Despite the QSPI clock has PLL1/VCOx1/4 clock as a parent, the latter hasn't been added to the R8A7792 device tree -- fix this overlook at last... Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7792.dtsi |7 +++ 1 file changed, 7

[PATCH 2/2] ARM: dts: r8a7792: remove ADSP clock

2016-07-11 Thread Sergei Shtylyov
Simon Horman told me that R8A7792 had ADSP clock (based on the most recent R-Car gen2 manual) but when I got that manual as well, this claim proved to be false: R8A7792 is the only gen2 SoC that doesn't have ADSP at all. Remove that clock for good... Signed-off-by: Sergei Shtylyov

[PATCH 0/2] R8A7792 clock fixes

2016-07-11 Thread Sergei Shtylyov
Hello. Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20160711-v4.7-rc7' tag. I've found a couple of issues in the R8A7792 DT clock descriptions, so these patches are targeted as fixes for 4.8. [1/2] ARM: dts: r8a7792: add PLL1 divided by 2 clock [2/2

Re: [PATCH v3 5/6] pwm: add R-Car H3 device tree bindings

2016-07-11 Thread Thierry Reding
On Thu, Mar 31, 2016 at 01:39:15PM +0200, Ulrich Hecht wrote: > Signed-off-by: Ulrich Hecht > Acked-by: Geert Uytterhoeven > --- > Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 + > 1 file changed, 1 insertion(+)

Re: [PATCH v3 1/6] pwm: rcar: Use ARCH_RENESAS

2016-07-11 Thread Thierry Reding
On Thu, Mar 31, 2016 at 01:39:11PM +0200, Ulrich Hecht wrote: > From: Ryo Kodama > > Replace ARCH_RCAR_GEN{1,2} with ARCH_RENESAS in order to support R-Car Gen3. > > Signed-off-by: Ryo Kodama > Signed-off-by: Harunobu Kurokawa

Re: [PATCH 5/7] bus: vexpress-config: add missing of_node_put after calling of_parse_phandle

2016-07-11 Thread Liviu Dudau
On Fri, Jul 01, 2016 at 05:41:59PM +0800, Peter Chen wrote: > of_node_put needs to be called when the device node which is got > from of_parse_phandle has finished using. > > Cc: Liviu Dudau > Cc: Sudeep Holla > Cc: Lorenzo Pieralisi

RE: [RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-07-11 Thread Phil Edworthy
Note that kbuild test failed because domain_nr is only available when we have CONFIG_PCI_DOMAINS_GENERIC defined, so the patch will definitely have to change. Phil On 08 July 2016 12:50, Phil Edworthy wrote: > Hi Bjorn, > > I've marked this as RFC as I guess there might be a better way to do >

Re: [PATCH -next] sh-pfc: Use PTR_ERR_OR_ZERO() to simplify the code

2016-07-11 Thread Linus Walleij
On Wed, Jul 6, 2016 at 2:03 PM, wrote: > From: Wei Yongjun > > Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR. > > Signed-off-by: Wei Yongjun Patch applied with Laurent's ACK. (Not expecting Geert to

Re: [PATCH] gpio: rcar: add R8A7792 support

2016-07-11 Thread Linus Walleij
On Thu, Jul 7, 2016 at 4:11 PM, Sergei Shtylyov wrote: > Renesas R8A7792 SoC is a member of the R-Car gen2 family, add support for > its GPIO controllers. > > Signed-off-by: Sergei Shtylyov Patch applied. Yours, Linus