Re: dt-bindings: watchdog: renesas-wdt: Add support for the r8a77995 wdt

2017-08-29 Thread Guenter Roeck
On Thu, Aug 17, 2017 at 01:14:25PM +0200, Geert Uytterhoeven wrote: > Document support for the Watchdog Timer (WDT) Controller in the Renesas > R-Car D3 (r8a77995) SoC. > > No driver update is needed. > > Signed-off-by: Geert Uytterhoeven > Acked-by: Simon Horman

Re: [RFC, 2/3] watchdog: renesas_wdt: make 'clk' a variable local to probe()

2017-08-29 Thread Guenter Roeck
On Wed, Jul 26, 2017 at 11:54:38PM +0200, Wolfram Sang wrote: > It is not needed outside probe() anymore. > > Signed-off-by: Wolfram Sang > Reviewed-by: Geert Uytterhoeven Reviewed-by: Guenter Roeck > --- >

Re: [RFC,3/3] watchdog: renesas_wdt: update copyright dates

2017-08-29 Thread Guenter Roeck
On Wed, Jul 26, 2017 at 11:54:39PM +0200, Wolfram Sang wrote: > Signed-off-by: Wolfram Sang Reviewed-by: Guenter Roeck > --- > drivers/watchdog/renesas_wdt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [RFC, 1/3] watchdog: renesas_wdt: consistently use RuntimePM for clock management

2017-08-29 Thread Guenter Roeck
On Wed, Jul 26, 2017 at 11:54:37PM +0200, Wolfram Sang wrote: > On Renesas R-Car archs, RuntimePM does all the clock handling. So, use > it consistently to enable/disable the clocks. Also make sure that clocks > are really enabled around clk_get_rate(). clk_summary looks proper now: > >

[GIT PULL LTSI-4.9] Second Round of Renesas SoCs and Drivers to v4.12

2017-08-29 Thread Simon Horman
Hi, This is a submission to LTSI-v4.9. This series is comprised of a backport v4.9 of the rcar-gen3-thermal driver to its as of v4.12. This was unintentionally omitted from earlier work submitted for inclusion in LTSI-4.9. There are 9 patches. This is based on a merge of: * Earlier work posted

The RZ/A1 pin controller driver will be broken for 4.13

2017-08-29 Thread Chris Brandt
Just FYI, After pulling Geert's new renesas-drivers-2017-08-29-v4.13-rc7, I tried testing RZ/A1 and it hangs during boot. Basically... [ 110.329579] pinctrl-rza1 fcfe3000.pin-controller: Parsed gpiochip gpio-0-0 with 6 pins [ 112.970056] pinctrl-rza1 fcfe3000.pin-controller: Parsed gpiochip

[renesas-drivers:topic/r8a7794-smp-v2 2/3] arch/arm/mach-shmobile/headsmp-apmu.S:24: Error: selected processor does not support `isb' in ARM mode

2017-08-29 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/r8a7794-smp-v2 head: 28ff1a758639895fd5cea127ba16f92ff3f30628 commit: 0cc5e107f08f1835b8fcd6bddf91a7259a7298ae [2/3] ARM: shmobile: rcar-gen2: Make sure CNTVOFF is initialized on CA7/15 config:

[PATCH v3] pinctrl: sh-pfc: r8a7795: Add SDHI0-3 support

2017-08-29 Thread Wolfram Sang
From: Takeshi Kihara Add SDHI0-3 support for R-Car H3 ES2.0 based on a patch from the Renesas BSP. SDHI pin config is identical to H3 ES1.*. Signed-off-by: Takeshi Kihara Signed-off-by: Dirk Behme

Re: [RFT] arm64: dts: renesas: salvator-common: enable SDR104 for SD cards

2017-08-29 Thread Wolfram Sang
> As discussed in a chat, I tried SDR104 with my SDIO WiFi cards: > > H3: > - one slot worked flawlessly > - one slot could load FW but failed to read status > (with SDR50: both slots work) > > M3-W: > - both slots could not load the firmware > (with SDR50: one slot works, one fails to load FW)

RE: [PATCH RESEND] mmc: renesas_sdhi: Add r8a7743/5 support

2017-08-29 Thread Chris Paterson
> From: Wolfram Sang [mailto:w...@the-dreams.de] > Sent: 29 August 2017 15:59 > > On Tue, Aug 29, 2017 at 02:52:06PM +0100, Biju Das wrote: > > Add support for r8a7743/5 SoC.Renesas RZ/G1[ME] (R8A7743/5) SDHI is > > identical to the R-Car Gen2 family. > > > > Signed-off-by: Biju Das

Re: [PATCH RESEND] mmc: renesas_sdhi: Add r8a7743/5 support

2017-08-29 Thread Wolfram Sang
On Tue, Aug 29, 2017 at 02:52:06PM +0100, Biju Das wrote: > Add support for r8a7743/5 SoC.Renesas RZ/G1[ME] (R8A7743/5) SDHI > is identical to the R-Car Gen2 family. > > Signed-off-by: Biju Das > --- > DT binding patch for r8a7743/5 SoC is applied for mmc next. But the

Re: [PATCH] arm64: dts: r8a7795: Add OPPs table for cpu devices

2017-08-29 Thread Niklas Söderlund
Hi Simon, Thanks for your patches and sorry for getting to this a bit late. On 2017-08-04 15:26:20 +0200, Simon Horman wrote: > From: Dien Pham > > Current, OPP tables are defined temporary, > they are being evaluated and adjust in future. > > Based in part on

Re: [PATCH 00/20] Add multiplexed media pads to support CSI-2 virtual channels

2017-08-29 Thread Maxime Ripard
Hi Niklas, On Fri, Aug 11, 2017 at 11:56:43AM +0200, Niklas Söderlund wrote: > This series is a RFC for how I think one could add CSI-2 virtual channel > support to the V4L2 framework. The problem is that there is no way to in > the media framework describe and control links between subdevices

[PATCH RESEND] mmc: renesas_sdhi: Add r8a7743/5 support

2017-08-29 Thread Biju Das
Add support for r8a7743/5 SoC.Renesas RZ/G1[ME] (R8A7743/5) SDHI is identical to the R-Car Gen2 family. Signed-off-by: Biju Das --- DT binding patch for r8a7743/5 SoC is applied for mmc next. But the driver patch is still not applied for mmc next.So resending the

renesas-drivers-2017-08-29-v4.13-rc7

2017-08-29 Thread Geert Uytterhoeven
I have pushed renesas-drivers-2017-08-29-v4.13-rc7 to https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git This tree is meant to ease development of platform support and drivers for Renesas ARM SoCs. It is created by merging (a) the for-next branches of various subsystem trees

Re: clk: renesas: rcar-gen3: Status of Z* clocks?

2017-08-29 Thread Dirk Behme
On 29.08.2017 11:44, Geert Uytterhoeven wrote: Hi Dirk, On Tue, Aug 29, 2017 at 11:15 AM, Dirk Behme wrote: But ZG and with this module clock #112 is still missing, no?

[PATCH v2 2/2] ARM: dts: iwg20d-q7: Add RTC support

2017-08-29 Thread Biju Das
Define the iWave RainboW-G20D-Qseven board dependent part of the RTC device node. Signed-off-by: Biju Das Signed-off-by: Chris Paterson --- v1-->v2 * Added ti to bq32000 compatible string - Thanks Geert * Repositioned i2c2_pins node.

[PATCH v2 0/2] ARM: dts: iwg20d-q7: Add Chosen node and RTC support

2017-08-29 Thread Biju Das
Hello, Resending this patches because of the previous merge issues. This series has been tested against renesas dev tag renesas-devel-20170828-v4.13-rc7. Biju Das (2): ARM: dts: iwg20d-q7: Add chosen node ARM: dts: iwg20d-q7: Add RTC support arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 23

[PATCH v2 1/2] ARM: dts: iwg20d-q7: Add chosen node

2017-08-29 Thread Biju Das
Signed-off-by: Biju Das --- v1-->v2 Position the chosen node similar to r8a7791(R-Car M2) SoC. arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts

Re: clk: renesas: rcar-gen3: Status of Z* clocks?

2017-08-29 Thread Geert Uytterhoeven
Hi Dirk, On Tue, Aug 29, 2017 at 11:15 AM, Dirk Behme wrote: > But ZG and with this module clock #112 is still missing, no? > > https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git/commit/?h=v4.9/rcar-3.5.8=aa7b99b06d280e4151e > >

Re: clk: renesas: rcar-gen3: Status of Z* clocks?

2017-08-29 Thread Dirk Behme
On 29.08.2017 10:01, Geert Uytterhoeven wrote: Hi Dirk, On Tue, Aug 29, 2017 at 9:51 AM, Dirk Behme wrote: as mentioned previously since ages I'm back looking at the RCar3 status in recent mainline (4.13-rc7). While doing so, it looks to me that some Z* clock patches

Re: [RESEND PATCH v5 00/16] eeprom: at24: Add OF device ID table

2017-08-29 Thread Wolfram Sang
> I don't have a DT based system at hand now, but I'll test it again and > let you know probably tomorrow. I will try again today, too. Thanks! signature.asc Description: PGP signature

Re: [RESEND PATCH v5 00/16] eeprom: at24: Add OF device ID table

2017-08-29 Thread Javier Martinez Canillas
Hello Wolfram, On Mon, Aug 28, 2017 at 6:01 PM, Wolfram Sang wrote: > >> > But there is a dependency, no? If I apply the driver patch, >> > non-converted device trees will not find their eeproms anymore. So, I >> >> I don't think that's correct. If you apply this patch before

Re: clk: renesas: rcar-gen3: Status of Z* clocks?

2017-08-29 Thread Geert Uytterhoeven
Hi Dirk, On Tue, Aug 29, 2017 at 9:51 AM, Dirk Behme wrote: > as mentioned previously since ages I'm back looking at the RCar3 status in > recent mainline (4.13-rc7). While doing so, it looks to me that some Z* > clock patches from recent BSP > >

spi: sh-msiof: Status of fixes from BSP?

2017-08-29 Thread Dirk Behme
Hi, as mentioned previously since ages I'm back looking at the RCar3 status in recent mainline (4.13-rc7). While doing so, it looks to me that some msiof fixes from recent BSP https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git/log/?h=v4.9/rcar-3.5.8 are not in mainline,

clk: renesas: rcar-gen3: Status of Z* clocks?

2017-08-29 Thread Dirk Behme
Hi, as mentioned previously since ages I'm back looking at the RCar3 status in recent mainline (4.13-rc7). While doing so, it looks to me that some Z* clock patches from recent BSP https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git/log/?h=v4.9/rcar-3.5.8 are not in

Re: [PATCH] arm64: dts: r8a77995: update PFC node name to pin-controller

2017-08-29 Thread Geert Uytterhoeven
On Tue, Aug 29, 2017 at 9:35 AM, Yoshihiro Shimoda wrote: > This patch changes the name from from e606.pfc and pfc@e606 to > e606.pin-controller and pin-controller@e606 like other Renesas > SoCs. > > Reported-by: Geert Uytterhoeven

RE: [PATCH] arm64: dts: renesas: r8a77995: add pfc device node

2017-08-29 Thread Yoshihiro Shimoda
Hi Simon-san, > -Original Message- > From: Simon Horman > Sent: Monday, August 28, 2017 11:05 PM > > On Mon, Aug 28, 2017 at 10:39:47AM +0200, Geert Uytterhoeven wrote: > > Hi Shimoda-san, Simon, > > > > On Wed, Aug 9, 2017 at 2:20 PM, Yoshihiro Shimoda > >

[PATCH] arm64: dts: r8a77995: update PFC node name to pin-controller

2017-08-29 Thread Yoshihiro Shimoda
This patch changes the name from from e606.pfc and pfc@e606 to e606.pin-controller and pin-controller@e606 like other Renesas SoCs. Reported-by: Geert Uytterhoeven Signed-off-by: Yoshihiro Shimoda ---