Re: [PATCH] ARM: shmobile: rcar-gen2: Fix deadlock in regulator quirk

2017-07-27 Thread Simon Horman
On Wed, Jul 12, 2017 at 04:45:20PM +0200, Geert Uytterhoeven wrote: > Simon Horman reported that Koelsch and Lager hang during boot, and > bisected this to commit 1c3c5eab171590f8 ("sched/core: Enable > might_sleep() and smp_processor_id() checks early"). > > The da9063/da9210 regulator quirk for

Re: [PATCH] ARM: dts: iwg20m: Correct indentation of mmcif0 properties

2017-07-27 Thread Simon Horman
On Mon, Jul 17, 2017 at 12:44:45PM +, Chris Paterson wrote: > Hello Geert, > > > From: Geert Uytterhoeven [mailto:geert+rene...@glider.be] > > Sent: 17 July 2017 13:07 > > > > Fixes: 4658c4b789d8e2ae ("ARM: dts: iwg20m: Add MMCIF0 support") > > Signed-off-by: Geert Uytterhoeven

Re: [PATCH 1/6] ARM: multi_v7_defconfig: Cleanup from non-existing options

2017-07-27 Thread Simon Horman
On Mon, Jul 17, 2017 at 06:37:16PM +0200, Krzysztof Kozlowski wrote: > On Mon, Jul 17, 2017 at 09:28:09AM +0200, Geert Uytterhoeven wrote: > > Hi Krzysztof, > > > > On Mon, Jul 17, 2017 at 7:49 AM, Krzysztof Kozlowski > > wrote: > > > Remove options which do not exist anymore:

Re: [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v4.13

2017-07-27 Thread Simon Horman
On Thu, Jul 27, 2017 at 12:52:47PM +0200, Arnd Bergmann wrote: > On Fri, Jul 14, 2017 at 10:04 AM, Simon Horman > wrote: > > Hi Olof, Hi Kevin, Hi Arnd, > > > > Please consider these second round of Renesas ARM based SoC fixes for v4.13. > > > > This pull request is

Re: [PATCH] ARM: shmobile: Remove ARCH_SHMOBILE_MULTI

2017-07-27 Thread Simon Horman
On Mon, Jul 17, 2017 at 03:23:54PM +0200, Geert Uytterhoeven wrote: > The migration from ARCH_SHMOBILE_MULTI to ARCH_RENESAS has been > completed in v4.12 by commit 9ed2d4bc5c0c244d ("ARM: dts: renesas: > Switch from ARCH_SHMOBILE_MULTI to ARCH_RENESAS"), so the > ARCH_SHMOBILE_MULTI symbol can be

Re: [PATCH] soc: Convert to using %pOF instead of full_name

2017-07-27 Thread Simon Horman
On Tue, Jul 18, 2017 at 04:43:29PM -0500, Rob Herring wrote: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > > Signed-off-by: Rob Herring > Cc:

Re: [PATCH] ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E

2017-07-27 Thread Simon Horman
On Tue, Jul 18, 2017 at 03:29:17PM +0200, Geert Uytterhoeven wrote: > According to the datasheet, the frequency of the ARM architecture timer > on RZ/G1E depends on the frequency of the ZS clock, just like on R-Car > E2 and V2H. > > Signed-off-by: Geert Uytterhoeven >

Re: [PATCH] ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E

2017-07-27 Thread Simon Horman
On Tue, Jul 18, 2017 at 01:59:58PM +, Biju Das wrote: > It looks good to me. > > Regards, > Biju Thanks for your review. A few comments on it to keep in mind for next time: * Please don't top-post * Please consider providing a more formal tag, e.g. Reviewed-by

Re: [PATCH 0/3] arm64: dts: renesas: r8a7795: salvator-xs: enable usb 2.0 channel 3

2017-07-27 Thread Simon Horman
On Wed, Jul 26, 2017 at 08:30:57PM +0900, Yoshihiro Shimoda wrote: > This patch is based on the renesas-drivers.git / > renesas-drivers-2017-07-18-v4.13-rc1 tag and > "pinctrl: sh-pfc: r8a7795: add usb2.0 on R-Car H3 ES2.0" patch set and > "arm64: dts: renesas: r8a7795: add usb2.0 for R-Car H3

Re: [PATCH 0/5] arm64: dts: renesas: r8a7795: add usb2.0 for R-Car H3 ES2.0

2017-07-27 Thread Simon Horman
On Wed, Jul 26, 2017 at 08:29:35PM +0900, Yoshihiro Shimoda wrote: > This patch is based on the renesas-drivers.git / > renesas-drivers-2017-07-18-v4.13-rc1 tag. > > Kazuya Mizuguchi (1): > arm64: dts: renesas: r8a7795: Add usb companion property in EHCI > > Yoshihiro Shimoda (4): > arm64:

Re: [PATCH 0/4] arm64: dts: renesas: Add Support for R-Car D3 and Draak

2017-07-27 Thread Simon Horman
On Thu, Jul 20, 2017 at 02:54:33PM +0200, Geert Uytterhoeven wrote: > Hi Simon, Magnus, > > This patch series adds minimal support for the R-Car D3 SoC and the > Draak development board, allowing to boot from a ramdisk using a serial > console. > > - The first two patches add DT sources

Re: [PATCH] ARM: Convert to using %pOF instead of full_name

2017-07-27 Thread Paul Walmsley
On Tue, 18 Jul 2017, Rob Herring wrote: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. Acked-by: Paul Walmsley # for mach-omap2/omap-hwmod.c -

Re: [PATCH 0/3] arm64: renesas: Base R-Car D3 support

2017-07-27 Thread Simon Horman
On Thu, Jul 20, 2017 at 02:28:58PM +0200, Geert Uytterhoeven wrote: > Hi Simon, Magnus, Rob, Mark, Catalin, Will, > > This patch series adds base support for the Renesas R-Car D3 SoC and the > Renesas Draak development board. > > It documents SoC and board specific DT compatible values,

Re: [PATCH 0/4] soc: renesas: Add R-Car D3 support

2017-07-27 Thread Simon Horman
On Thu, Jul 20, 2017 at 02:34:50PM +0200, Geert Uytterhoeven wrote: > Hi Simon, Magnus, > > This patch series adds R-Car D3 support to the Renesas-specific SoC > drivers: > - SoC identification, > - System controller, > - Reset controller. > > Thanks! > > Geert Uytterhoeven (4): >

Re: [PATCH 0/4] dts: rskrza1: Add pin configurations

2017-07-27 Thread Simon Horman
On Thu, Jul 20, 2017 at 01:20:15PM -0500, Chris Brandt wrote: > Now that the RZ/A1 pin control driver has appeared in 4.13-rc1, it > is safe to now add pin configurations for RZ/A1 boards. > > > Chris Brandt (4): > arm: dts: rskrza1: Add SCIF2 pin group > arm: dts: rskrza1: Add Ethernet pin

Re: [PATCH v6 00/8] Renesas RZ/A1 pin and gpio controller

2017-07-27 Thread Simon Horman
On Wed, Jun 28, 2017 at 07:36:15PM +0200, Geert Uytterhoeven wrote: > Hi Linus, > > On Mon, Jun 26, 2017 at 10:45 AM, Geert Uytterhoeven > wrote: > > On Thu, Jun 22, 2017 at 4:54 PM, Jacopo Mondi > > wrote: > >>this is 6th round of RZ/A1 pin

Re: [PATCH v2] ARM: Convert to using %pOF instead of full_name

2017-07-27 Thread Simon Horman
On Fri, Jul 21, 2017 at 02:28:32PM -0500, Rob Herring wrote: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > > Signed-off-by: Rob Herring >

Re: [GIT PULL] Renesas ARM Based SoC Fixes for v4.13

2017-07-27 Thread Simon Horman
On Thu, Jul 27, 2017 at 12:49:40PM +0200, Arnd Bergmann wrote: > On Fri, Jun 30, 2017 at 11:16 AM, Simon Horman > wrote: > > Hi Olof, Hi Kevin, Hi Arnd, > > > > Please consider this Renesas ARM based SoC fix for v4.13. > > > > This pull request is based on > > "[GIT

Re: [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v4.13

2017-07-27 Thread Arnd Bergmann
On Fri, Jul 14, 2017 at 10:04 AM, Simon Horman wrote: > Hi Olof, Hi Kevin, Hi Arnd, > > Please consider these second round of Renesas ARM based SoC fixes for v4.13. > > This pull request is based on the previous round of > such requests, tagged as

Re: [GIT PULL] Renesas ARM Based SoC Fixes for v4.13

2017-07-27 Thread Arnd Bergmann
On Fri, Jun 30, 2017 at 11:16 AM, Simon Horman wrote: > Hi Olof, Hi Kevin, Hi Arnd, > > Please consider this Renesas ARM based SoC fix for v4.13. > > This pull request is based on > "[GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.13", > tagged as