Re: [PATCH 07/13] ARM: dts: r8a7792: initial SoC device tree

2016-06-13 Thread Kuninori Morimoto
Hi Geert > Right, I had forgotten about that. > Fortunately the clk-rcar-gen2 driver has a sane failure mode for this case ;-) > > it seems the RCAN clock can just be modeled as a fixed clock. However, > its divider value isn't clear to me, as 15.9 MHz cannot be generated from PLL1 > using an

Re: [RESEND PATCH 0/2] arm64: dts: r8a7795: Add FCPF and FDP1 device nodes

2016-06-13 Thread Simon Horman
On Thu, Jun 09, 2016 at 05:56:56PM +0100, Kieran Bingham wrote: > Appologies for the resend, I very cleverly sent this cover letter detailing > the > dependencies only to my e-mail address. And I already know the dependencies! > > Following two patches are the same, sorry for the noise. > >

Re: [PATCH 07/13] ARM: dts: r8a7792: initial SoC device tree

2016-06-13 Thread Simon Horman
gt; > >> As usual, there was no luck. :-) > >> > >>WBR, Sergei > > > >Does resume work for UP (i.e. without SMP)? > >No. My problem with resume is I can't wake up the remote system. I don't > see the needed 'wakeup' file in > /sys/devices/plat

Re: [PATCH 00/19] ARM: dts: renesas: Name pfc subnodes after device names

2016-06-13 Thread Simon Horman
On Fri, Jun 10, 2016 at 03:00:46PM +0200, Geert Uytterhoeven wrote: > Hi Simon, Magnus, > > Currently board DTS files use various naming conventions for the Pin > Function Controller subnodes. This may cause conflicts when enabling > support for more instances later, either directly in

Applied "ASoC: simple-card: use common PREFIX for each DT property" to the asoc tree

2016-06-13 Thread Mark Brown
The patch ASoC: simple-card: use common PREFIX for each DT property 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)

Re: [PATCH/RFC v2 4/4] v4l: vsp1: Add HGO support

2016-06-13 Thread Guennadi Liakhovetski
Hi Laurent, On Thu, 12 May 2016, Laurent Pinchart wrote: > The HGO is a Histogram Generator One-Dimension. It computes per-channel > histograms over a configurable region of the image with optional > subsampling. > > Signed-off-by: Laurent Pinchart

Re: [PATCH v2 4/4] ARM: dts: r8a7790: lager: use demuxer for IIC3/I2C3

2016-06-13 Thread Wolfram Sang
> i2c9 = "i2cexio1"; > i2c10 = "i2chdmi"; > i2c11 = "gpioi2c"; > + i2c12 = "i2cpwr"; To make it easier for users, we should maybe group them? i2c8+9: additional gpio busses i2c10-13: i2cexioX ? signature.asc Description: PGP signature

Re: [PATCH v2 2/4] ARM: dts: r8a7790: lager: use demuxer for IIC1/I2C1

2016-06-13 Thread Wolfram Sang
On Wed, Jun 08, 2016 at 04:14:24PM +0900, Simon Horman wrote: > Make it possible to select which I2C1 IP core you want to run on the > EXIO-A connector. > > This is based on reference work for the I2C0 core of the lager by Wolfram > Sang. > > Cc: Wolfram Sang

Re: [PATCH v2 0/4] ARM: dts: r8a7790: lager: use demuxer for I2C

2016-06-13 Thread Wolfram Sang
># ./exercise-i2c-demux.sh >I2C Demux: i2c-8 > Master: 1:/i2c@e650800 >[ 97.694487] i2c-rcar e6508000.i2c: probed 0 (1) > Master: 0:/i2c@e65 >[ 102.706365] i2c-demux-pinctrl i2c-8: failed to setup demux-adapter 0 > (-19) 0 (0) Confirmed :( Got today only this

Re: [PATCH 1/3] dt-bindings: Update Renesas R-Car FCP DT binding

2016-06-13 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Thursday 09 Jun 2016 14:41:32 Kieran Bingham wrote: > The FCP driver, can also support the FCPF variant for FDP1 compatible > processing. With the comma dropped, Reviewed-by: Laurent Pinchart > Signed-off-by: Kieran

Re: [PATCH 0/3] pinctrl: sh-pfc: Cleanups

2016-06-13 Thread Linus Walleij
On Fri, Jun 10, 2016 at 12:05 PM, Geert Uytterhoeven wrote: > This series contains various cleanups for the Renesas Pin Function > Controller driver subsystem. Acked-by: Linus Walleij I guess I will get them by pull request from you. Yours,

Re: [PATCH 07/13] ARM: dts: r8a7792: initial SoC device tree

2016-06-13 Thread Geert Uytterhoeven
Hi Sergei, On Mon, Jun 13, 2016 at 1:24 PM, Sergei Shtylyov wrote: > On 6/13/2016 10:12 AM, Geert Uytterhoeven wrote: >The only problem I'm seeing (again) is the RCAN clock failing to > register: > > rcar_gen2_cpg_clocks_init: failed to

Re: [PATCH 1/3] dt-bindings: Update Renesas R-Car FCP DT binding

2016-06-13 Thread Kieran Bingham
On 10/06/16 18:37, Rob Herring wrote: > On Thu, Jun 09, 2016 at 02:41:32PM +0100, Kieran Bingham wrote: >> The FCP driver, can also support the FCPF variant for FDP1 compatible > > Drop the comma. Ok >> processing. >> >> Signed-off-by: Kieran Bingham >> --- >>

Re: [PATCH 07/13] ARM: dts: r8a7792: initial SoC device tree

2016-06-13 Thread Sergei Shtylyov
On 6/13/2016 10:12 AM, Geert Uytterhoeven wrote: The only problem I'm seeing (again) is the RCAN clock failing to register: rcar_gen2_cpg_clocks_init: failed to register cpg_clocks rcan clock (-12) I was going to look at it yesterday but (wrongly) thought it somehow cured itself... I'll

[PATCH/RFC] ARM: shmobile: rcar-gen2: Correct arch timer frequency on R-Car V2H

2016-06-13 Thread Geert Uytterhoeven
According to the datasheet, the frequency of the ARM architecture timer on R-Car V2H depends on the frequency of the ZS clock, just like on R-Car E2. Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> --- Against renesas-devel-20160613-v4.7-rc3 with "ARM: shmobile: rcar-g

[PATCH] ARM: shmobile: rcar-gen2: Obtain extal frequency from DT

2016-06-13 Thread Geert Uytterhoeven
, removing the dependency on the mode pins. Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> --- Against renesas-devel-20160613-v4.7-rc3. Tested on r8a7790/lager and r8a7791/koelsch. --- arch/arm/mach-shmobile/setup-rcar-gen2.c | 42 +--- 1 file chang

Re: [PATCH v6 1/2] can: rcar_canfd: Add Renesas R-Car CAN FD driver

2016-06-13 Thread Ulrich Hecht
Thanks for the patch, this is a lot easier to handle. On Wed, Jun 8, 2016 at 8:38 AM, Ramesh Shanmugasundaram wrote: [...] > diff --git a/drivers/net/can/rcar/rcar_canfd.c > b/drivers/net/can/rcar/rcar_canfd.c > new file mode 100644 > index

Re: [PATCH 07/13] ARM: dts: r8a7792: initial SoC device tree

2016-06-13 Thread Geert Uytterhoeven
Hi Sergei, On Fri, Jun 10, 2016 at 10:50 PM, Sergei Shtylyov wrote: > On 06/10/2016 11:42 PM, Geert Uytterhoeven wrote: >>>The only problem I'm seeing (again) is the RCAN clock failing to >>> register: >>> >>> rcar_gen2_cpg_clocks_init: failed to register