[renesas-drivers:topic/renesas-overlays 33/89] WARNING: drivers/clk/built-in.o(.text+0xaa9c): Section mismatch in reference from the function generic_fixed_clk_probe() to the function .init.text:of_fi

2016-12-27 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/renesas-overlays head: 692ce4d39051a7c3f7be831fc62956c7a9876c45 commit: 775b662de839bc8ed8825a403f41dc258ba10547 [33/89] clk: add generic driver for fixed rate clock config: arm-allyesconfig (attached as

Re: The failure summary report of GEN3 for linux stable v4.9

2016-12-27 Thread Hoan Nguyen An
Dear Geert Uytterhoeven, I have retested PM, recheck the PM test procedures. I am using board H3 ES1.1, procedures involving i2cset is right. With the same test procedures and setting for this version and previous version(v4.9-rc2), but the results are different. (Only U-boot versions are

[renesas-drivers:topic/renesas-overlays 33/89] ERROR: "of_fixed_clk_setup" [drivers/clk/clk-generic-fixed.ko] undefined!

2016-12-27 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/renesas-overlays head: 692ce4d39051a7c3f7be831fc62956c7a9876c45 commit: 775b662de839bc8ed8825a403f41dc258ba10547 [33/89] clk: add generic driver for fixed rate clock config: i386-allmodconfig (attached as

Re: The failure summary report of GEN3 for linux stable v4.9

2016-12-27 Thread Hoan Nguyen An
Dear Geert Uytterhoeven, (I resend my mail because of making mistake at previous mail) I have retested PM, recheck the PM test procedures. Are you using R-Car H3 ES1.0? I am using board H3 ES1.1. With the same test procedures and setting for this version and previous version(v4.9-rc2), but

Re: [PATCH 2/2] gpio: rcar: Fine-grained Runtime PM support

2016-12-27 Thread Linus Walleij
On Thu, Dec 8, 2016 at 6:32 PM, Niklas Söderlund wrote: > From: Geert Uytterhoeven > > Currently gpio modules are runtime-resumed at probe time. This means the > gpio module will be active all the time (except during system

Re: [PATCH 1/2] gpio: rcar: set IRQ chip parent_device

2016-12-27 Thread Linus Walleij
On Thu, Dec 8, 2016 at 6:32 PM, Niklas Söderlund wrote: > This enables Runtime PM handling for interrupts. > > By setting the parent_device in struct irq_chip genirq will call the > pm_runtime_get/put APIs when an IRQ is requested/freed. > > Signed-off-by:

[renesas-drivers:topic/renesas-overlays 18/89] (.text+0x21): multiple definition of `of_changeset_add_property_copy'

2016-12-27 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/renesas-overlays head: 692ce4d39051a7c3f7be831fc62956c7a9876c45 commit: 5350bc00df5ea64d628b596f967526641605d91b [18/89] of: changesets: Introduce changeset helper methods config: i386-tinyconfig (attached

renesas-drivers-2016-12-27-v4.10-rc1

2016-12-27 Thread Geert Uytterhoeven
I have pushed renesas-drivers-2016-12-27-v4.10-rc1 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: [PATCH v3 12/13] drm: rcar-du: Replace manual bridge implementation with DRM bridge

2016-12-27 Thread Geert Uytterhoeven
Hi Laurent, On Tue, Nov 29, 2016 at 10:04 AM, Laurent Pinchart wrote: > The rcar-du driver contains a manual implementation of HDMI and VGA > bridges. Use DRM bridges to replace it. > > Signed-off-by: Laurent Pinchart

The failure summary report of GEN3 for linux stable v4.9

2016-12-27 Thread Hoan Nguyen An
Hi all, My name is Hoan from Jinzai Solution. We have tested the linux stable v4.9 for Gen3 Salvator-X (H3) So we would like to report the summary of the failure. Best Regards, Jinso/Linux Team HOAN GEN3(H3)_The failure summary report for linux stable v4.9.xlsx Description: MS-Excel 2007

Re: [GIT PULL FOR renesas-drivers] Fix suspend/resume and race on M2M pipelines

2016-12-27 Thread Geert Uytterhoeven
On Tue, Dec 27, 2016 at 12:18 PM, Geert Uytterhoeven wrote: > On Tue, Dec 13, 2016 at 7:38 PM, Kieran Bingham > wrote: >> From: Kieran Bingham >> >> The following changes since commit

Re: [GIT PULL FOR renesas-drivers] Fix suspend/resume and race on M2M pipelines

2016-12-27 Thread Geert Uytterhoeven
Hi Kieran, On Tue, Dec 13, 2016 at 7:38 PM, Kieran Bingham wrote: > From: Kieran Bingham > > The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826: > > Linux 4.9 (2016-12-11 11:17:54 -0800) > > are