Re: [PATCH 1/2] [RFC] arm64: renesas: Move SoC Kconfig symbols to drivers/soc/renesas/

2018-10-11 Thread Simon Horman
On Thu, Oct 11, 2018 at 10:55:07AM +0200, Geert Uytterhoeven wrote: > For consistency with other vendors, which have a single Kconfig symbol > in arch/arm64/Kconfig.platforms. > > Signed-off-by: Geert Uytterhoeven > --- > Note that drivers/clk/ is included before drivers/soc/. Hence when >

RE: [PATCH] pinctrl: renesas: fix platform_no_drv_owner.cocci warnings

2018-10-11 Thread Phil Edworthy
On 10 October 2018 17:03 kbuild test robot wrote: > drivers/pinctrl/pinctrl-rzn1.c:935:3-8: No need to set .owner here. The core > will do it. > > Remove .owner field if calls are used which set it automatically > > Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci > > Fixes:

[PATCH 1/2] [RFC] arm64: renesas: Move SoC Kconfig symbols to drivers/soc/renesas/

2018-10-11 Thread Geert Uytterhoeven
For consistency with other vendors, which have a single Kconfig symbol in arch/arm64/Kconfig.platforms. Signed-off-by: Geert Uytterhoeven --- Note that drivers/clk/ is included before drivers/soc/. Hence when COMPILE_TEST=y, questions will be asked about clock drivers before they can be

[PATCH 2/2] [RFC] ARM: shmobile: Move SoC Kconfig symbols to drivers/soc/renesas/

2018-10-11 Thread Geert Uytterhoeven
For consistency with arm64, where vendors have a single Kconfig symbol in arch/arm64/Kconfig.platforms. Signed-off-by: Geert Uytterhoeven --- Note that drivers/clk/ is included before drivers/soc/. Hence when COMPILE_TEST=y, questions will be asked about clock drivers before they can be

[PATCH/RFC 0/2] arm: renesas: Move SoC Kconfig symbols to drivers/soc/renesas/

2018-10-11 Thread Geert Uytterhoeven
Hi all, As pointed out by Arnd[*], there are lots of SoC-specific Kconfig symbols in the Renesas section of arch/arm64/Kconfig.platforms, while other vendors expose a single Kconfig symbol there. Hence this patch series moves them to drivers/soc/renesas/Kconfig, reducing the footprint

Re: [PATCH] drm/rcar-du: Convert drm_atomic_helper_suspend/resume()

2018-10-11 Thread Daniel Vetter
On Mon, Oct 08, 2018 at 09:57:52PM +0530, Souptick Joarder wrote: > Hi Laurent, > On Mon, Oct 1, 2018 at 6:12 PM Noralf Trønnes wrote: > > > > > > Den 01.10.2018 13.56, skrev Laurent Pinchart: > > > Hi Daniel, > > > > > > On Monday, 1 October 2018 09:52:20 EEST Daniel Vetter wrote: > > >> On Fri,

Re: [PATCH v2] arm64: dts: renesas: r8a77980: add thermal support

2018-10-11 Thread Niklas Söderlund
Hi Geert, On 2018-10-11 09:02:22 +0200, Geert Uytterhoeven wrote: > Hi Niklas, > > On Thu, Oct 11, 2018 at 12:11 AM Niklas Söderlund > wrote: > > On 2018-10-10 22:18:11 +0300, Sergei Shtylyov wrote: > > > Describe THS/CIVM in the R8A77980 device trees. > > > > > > Signed-off-by: Sergei Shtylyov

Re: [PATCH v2] arm64: dts: renesas: r8a77980: add thermal support

2018-10-11 Thread Geert Uytterhoeven
Hi Niklas, On Thu, Oct 11, 2018 at 12:11 AM Niklas Söderlund wrote: > On 2018-10-10 22:18:11 +0300, Sergei Shtylyov wrote: > > Describe THS/CIVM in the R8A77980 device trees. > > > > Signed-off-by: Sergei Shtylyov > > --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77980.dtsi > > +++