Re: [PATCH 0/3] arm: dts: renesas: Drop _clk suffix from clock node names

2017-04-05 Thread Geert Uytterhoeven
Hi Stephen, On Wed, Apr 5, 2017 at 3:38 AM, Stephen Boyd wrote: > On 04/03, Geert Uytterhoeven wrote: >> The current practice is to not add _clk suffixes to clock node names in >> DT, as these names are used as the actual clock names. >> >> This patch removes the remaining offenders in the variou

Re: [PATCH] pinctrl: sh-pfc: r8a7794: swap ATA signals

2017-04-05 Thread Geert Uytterhoeven
Hi Sergei, On Tue, Apr 4, 2017 at 10:22 PM, Sergei Shtylyov wrote: > On 04/04/2017 11:20 PM, Sergei Shtylyov wrote: >> All R8A7794 manuals I have here (0.50 and 1.10) agree that the PFC driver >> has ATAG0# and ATAWR# signals in IPSR12 swapped -- fix this. Thanks! >Oops, ATAWR0#. Do I nee

Re: [PATCH] drm: rcar-du: Document the vsps property in the DT bindings

2017-04-05 Thread Geert Uytterhoeven
Hi Laurent, On Fri, Mar 31, 2017 at 11:21 AM, Geert Uytterhoeven wrote: > On Fri, Mar 31, 2017 at 11:19 AM, Laurent Pinchart > wrote: >> On Monday 27 Mar 2017 13:05:48 Geert Uytterhoeven wrote: >>> On Mon, Mar 27, 2017 at 11:56 AM, Laurent Pinchart wrote: >>> > The property is used by the driver

Re: [PATCH] drm: rcar-du: Document the vsps property in the DT bindings

2017-04-05 Thread Laurent Pinchart
Hi Geert, On Wednesday 05 Apr 2017 09:54:38 Geert Uytterhoeven wrote: > On Fri, Mar 31, 2017 at 11:21 AM, Geert Uytterhoeven wrote: > > On Fri, Mar 31, 2017 at 11:19 AM, Laurent Pinchart wrote: > >> On Monday 27 Mar 2017 13:05:48 Geert Uytterhoeven wrote: > >>> On Mon, Mar 27, 2017 at 11:56 AM, La

Re: [PATCH v2 09/13] arm64: dts: r8a7795: salvator-x: Add panel backlight support

2017-04-05 Thread Laurent Pinchart
Hi Geert, On Monday 21 Nov 2016 11:59:47 Laurent Pinchart wrote: > On Monday 21 Nov 2016 10:23:46 Geert Uytterhoeven wrote: > > On Mon, Nov 21, 2016 at 10:19 AM, Laurent Pinchart wrote: > >> On Monday 21 Nov 2016 09:36:22 Geert Uytterhoeven wrote: > >>> On Sat, Nov 19, 2016 at 4:28 AM, Laurent Pin

Re: [PATCH v2 09/13] arm64: dts: r8a7795: salvator-x: Add panel backlight support

2017-04-05 Thread Geert Uytterhoeven
Hi Laurent, On Wed, Apr 5, 2017 at 10:45 AM, Laurent Pinchart wrote: > On Monday 21 Nov 2016 11:59:47 Laurent Pinchart wrote: >> On Monday 21 Nov 2016 10:23:46 Geert Uytterhoeven wrote: >> > On Mon, Nov 21, 2016 at 10:19 AM, Laurent Pinchart wrote: >> >> On Monday 21 Nov 2016 09:36:22 Geert Uytte

Re: [PATCH 3/3] dmaengine: rcar-dmac: wait for ISR to finish before freeing resources

2017-04-05 Thread Niklas Söderlund
Hi Vinod, On 2017-04-05 08:55:31 +0530, Vinod Koul wrote: > On Thu, Mar 30, 2017 at 09:38:39AM +0200, Niklas Söderlund wrote: > > Hi Geert, > > > > On 2017-03-29 15:30:42 +0200, Niklas Söderlund wrote: > > > Hi Geert, > > > > > > On 2017-03-29 14:31:33 +0200, Geert Uytterhoeven wrote: > > > > Hi

Re: [PATCH 3/3] dmaengine: rcar-dmac: wait for ISR to finish before freeing resources

2017-04-05 Thread Geert Uytterhoeven
Hi Niklas, (CC Laurent) On Wed, Apr 5, 2017 at 11:14 AM, Niklas Söderlund wrote: > On 2017-04-05 08:55:31 +0530, Vinod Koul wrote: >> On Thu, Mar 30, 2017 at 09:38:39AM +0200, Niklas Söderlund wrote: >> > On 2017-03-29 15:30:42 +0200, Niklas Söderlund wrote: >> > > On 2017-03-29 14:31:33 +0200,

Re: [PATCH v4 0/3] phy: Group phy drivers based on vendor listing

2017-04-05 Thread Kishon Vijay Abraham I
Hi Vivek, On Monday 20 March 2017 06:49 PM, Vivek Gautam wrote: > This is the next version to an earlier posted series [1]. > Missed Cc'ing the first patch of the previous series [1] to lkml. > Posting out this series now after addressing comments > and after adding the received 'Acked-by' and 'Re

Re: [PATCH v4 0/3] phy: Group phy drivers based on vendor listing

2017-04-05 Thread Kishon Vijay Abraham I
Hi Vivek, On Wednesday 05 April 2017 05:07 PM, Vivek Gautam wrote: > Hi Kishon, > > > On 04/05/2017 04:34 PM, Kishon Vijay Abraham I wrote: >> Hi Vivek, >> >> On Monday 20 March 2017 06:49 PM, Vivek Gautam wrote: >>> This is the next version to an earlier posted series [1]. >>> Missed Cc'ing the

[PATCH v4 1/9] pinctrl: generic: Add bi-directional and output-enable

2017-04-05 Thread Jacopo Mondi
Add bi-directional and output-enable pin configuration properties. bi-directional allows to specify when a pin shall operate in input and output mode at the same time. This is particularly useful in platforms where input and output buffers have to be manually enabled. output-enable is just syntac

[PATCH v4 7/9] arm: dts: genmai: Add RIIC2 pin group

2017-04-05 Thread Jacopo Mondi
Add pin configuration subnode for RIIC2 interface. Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/r7s72100-genmai.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts in

[PATCH v4 3/9] dt-bindings: pinctrl: Add RZ/A1 bindings doc

2017-04-05 Thread Jacopo Mondi
Add device tree bindings documentation for Renesas RZ/A1 gpio and pin controller. Signed-off-by: Jacopo Mondi --- .../bindings/pinctrl/renesas,rza1-pinctrl.txt | 218 + 1 file changed, 218 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/renes

[PATCH v4 8/9] arm: dts: genmai: Add user led device nodes

2017-04-05 Thread Jacopo Mondi
Add device nodes for user leds on Genmai board. Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/r7s72100-genmai.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dt

[PATCH v4 6/9] arm: dts: genmai: Add SCIF2 pin group

2017-04-05 Thread Jacopo Mondi
Add pin configuration subnode for SCIF2 serial debug interface. Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/r7s72100-genmai.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s7

[PATCH v4 9/9] arm: dts: genmai: Add ethernet pin group

2017-04-05 Thread Jacopo Mondi
Add pin configuration subnode for ETHER ethernet controller. Signed-off-by: Jacopo Mondi --- arch/arm/boot/dts/r7s72100-genmai.dts | 41 +++ 1 file changed, 41 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.d

[PATCH v4 5/9] arm: dts: r7s72100: Add pin controller node

2017-04-05 Thread Jacopo Mondi
Add pin controller node with 12 gpio controller sub-nodes to r7s72100 dtsi. Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/r7s72100.dtsi | 78 + 1 file changed, 78 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100.d

[PATCH v4 4/9] arm: dts: dt-bindings: Add Renesas RZ/A1 pinctrl header

2017-04-05 Thread Jacopo Mondi
Add dt-bindings for Renesas r7s72100 pin controller header file. Signed-off-by: Jacopo Mondi --- include/dt-bindings/pinctrl/r7s72100-pinctrl.h | 16 1 file changed, 16 insertions(+) create mode 100644 include/dt-bindings/pinctrl/r7s72100-pinctrl.h diff --git a/include/dt-bind

[PATCH v4 2/9] pinctrl: Renesas RZ/A1 pin and gpio controller

2017-04-05 Thread Jacopo Mondi
Add combined gpio and pin controller driver for Renesas RZ/A1 r7s72100 SoC. Signed-off-by: Jacopo Mondi --- drivers/pinctrl/Kconfig| 11 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/pinctrl-rza1.c | 995 + 3 files changed, 1007 insert

[PATCH v4 0/9] Renesas RZ/A1 pin and gpio controller

2017-04-05 Thread Jacopo Mondi
Hi Linus, this is 4th round of gpio/pincontroller for RZ/A1 devices. As you suggested in v3 review, I have now added what we called pinmux flags to the list of standard pinconf generic properties, and we're now using generic parsing routines to collect them and apply them when multiplexing pins

Re: [PATCH v4 4/9] arm: dts: dt-bindings: Add Renesas RZ/A1 pinctrl header

2017-04-05 Thread Geert Uytterhoeven
On Wed, Apr 5, 2017 at 4:07 PM, Jacopo Mondi wrote: > --- /dev/null > +++ b/include/dt-bindings/pinctrl/r7s72100-pinctrl.h > @@ -0,0 +1,16 @@ > +/* > + * Defines macros and constants for Renesas RZ/A1 pin controller pin > + * muxing functions. > + */ > +#ifndef __DT_BINDINGS_PINCTRL_RENESAS_RZA1_H

Applied "ASoC: soc-core: verify Sound Card normality" to the asoc tree

2017-04-05 Thread Mark Brown
The patch ASoC: soc-core: verify Sound Card normality has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Lin

Re: [PATCH 0/3] arm: dts: renesas: Drop _clk suffix from clock node names

2017-04-05 Thread Simon Horman
On Wed, Apr 05, 2017 at 09:09:20AM +0200, Geert Uytterhoeven wrote: > Hi Stephen, > > On Wed, Apr 5, 2017 at 3:38 AM, Stephen Boyd wrote: > > On 04/03, Geert Uytterhoeven wrote: > >> The current practice is to not add _clk suffixes to clock node names in > >> DT, as these names are used as the ac

Re: [PATCH v2 09/13] arm64: dts: r8a7795: salvator-x: Add panel backlight support

2017-04-05 Thread Simon Horman
On Wed, Apr 05, 2017 at 10:55:32AM +0200, Geert Uytterhoeven wrote: > Hi Laurent, > > On Wed, Apr 5, 2017 at 10:45 AM, Laurent Pinchart > wrote: > > On Monday 21 Nov 2016 11:59:47 Laurent Pinchart wrote: > >> On Monday 21 Nov 2016 10:23:46 Geert Uytterhoeven wrote: > >> > On Mon, Nov 21, 2016 at

Re: [PATCH] cs-2000-cp: keep Reserved bit on each register

2017-04-05 Thread Stephen Boyd
On 04/05, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > Thus CS2000 datasheet is indicating below, this patch > follows it. > > WARNING: All "Reserved" registers must maintain their default > state to ensure proper functional operation. > > Signed-off-by: Kuninori Morimoto

Re: [git pull] clk: renesas: Updates for v4.12 (take two)

2017-04-05 Thread Stephen Boyd
On 03/31, Geert Uytterhoeven wrote: > Hi Mike, Stephen, > > The following changes since commit cecbe87d73006cb321dec79b349e3fefd1a80962: > > clk: renesas: rcar-gen3: Add workaround for PLL0/2/4 errata on H3 ES1.0 > (2017-03-21 11:12:23 +0100) > > are available in the git repository at:

Re: [git pull] clk: renesas: Updates for v4.12 (take two)

2017-04-05 Thread Geert Uytterhoeven
Hi Stephen, On Wed, Apr 5, 2017 at 9:56 PM, Stephen Boyd wrote: > On 03/31, Geert Uytterhoeven wrote: >> The following changes since commit cecbe87d73006cb321dec79b349e3fefd1a80962: >> >> clk: renesas: rcar-gen3: Add workaround for PLL0/2/4 errata on H3 ES1.0 >> (2017-03-21 11:12:23 +0100) >>

Re: [git pull] clk: renesas: Updates for v4.12 (take two)

2017-04-05 Thread Stephen Boyd
On 04/05, Geert Uytterhoeven wrote: > Hi Stephen, > > On Wed, Apr 5, 2017 at 9:56 PM, Stephen Boyd wrote: > > On 03/31, Geert Uytterhoeven wrote: > >> The following changes since commit > >> cecbe87d73006cb321dec79b349e3fefd1a80962: > >> > >> clk: renesas: rcar-gen3: Add workaround for PLL0/2/

Re: [PATCH] cs-2000-cp: keep Reserved bit on each register

2017-04-05 Thread Kuninori Morimoto
Hi Stephen > > From: Kuninori Morimoto > > > > Thus CS2000 datasheet is indicating below, this patch > > follows it. > > > > WARNING: All "Reserved" registers must maintain their default > > state to ensure proper functional operation. > > > > Signed-off-by: Kuninori Morimoto > > I

Re: [git pull] clk: renesas: Updates for v4.12 (take two)

2017-04-05 Thread Geert Uytterhoeven
Hi Stephen, On Wed, Apr 5, 2017 at 11:45 PM, Stephen Boyd wrote: > On 04/05, Geert Uytterhoeven wrote: >> On Wed, Apr 5, 2017 at 9:56 PM, Stephen Boyd wrote: >> > On 03/31, Geert Uytterhoeven wrote: >> >> The following changes since commit >> >> cecbe87d73006cb321dec79b349e3fefd1a80962: >> >> >