[ANNOUNCE] Renesas tree closing for v4.8

2016-06-27 Thread Simon Horman
Hi, I would like to stop accepting non-fix patches for v4.8 tomorrow. This is in order for them to be sent before the release of v4.7-rc6, the deadline set by the ARM SoC maintainers. As patches should ideally progress from the renesas tree into linux-next before sending pull requests there is a

Re: [PATCH 0/3] arm64: dts: r8a7796: Add watchdog support

2016-06-27 Thread Simon Horman
On Mon, Jun 27, 2016 at 07:50:44PM +0200, Geert Uytterhoeven wrote: > Hi Wim, Günter, Simon, Magnus, > > This patch series adds support for the Watchdog Timer (WDT) Controller > in the Renesas R-Car M3-W (r8a7796) SoC. > > - The first patch updates the DT binding documentation

Re: [Bug]:LAGER: GPIO-KEYS: Warning occurs after unbinding the e6051000.gpio

2016-06-27 Thread Hiep Cao Minh
Hi Linus-san I am Hiep from Jinzai Solution. We work for Renesas's drivers development project. I am sorry to bother you again! As I have reported you the issue that related to your released patch. Could you please consider this issue and tell me how to resolve this problem? This issue still

Re: [Bug]:Koelsch: DU, Could not show an image or picture on HDMI display.

2016-06-27 Thread Hiep Cao Minh
Hi Geert-san, Sorry to bother you again! I would like to confirm the fixed patch for this issue. The issue still happens at the Linux upstream version v4.7-rc2 Have you released the fixed patch yet? Please tell me the version and test method if you have already released it. Thank you! Hiep. On

Re: Boot failure on emev2/kzm9d (was: Re: [PATCH v2 11/11] mm/slab: lockless decision to grow cache)

2016-06-27 Thread Paul E. McKenney
On Wed, Jun 22, 2016 at 07:53:29PM -0700, Paul E. McKenney wrote: > On Wed, Jun 22, 2016 at 07:47:42PM -0700, Paul E. McKenney wrote: > > On Thu, Jun 23, 2016 at 11:37:56AM +0900, Joonsoo Kim wrote: > > > On Wed, Jun 22, 2016 at 05:49:35PM -0700, Paul E. McKenney wrote: > > > > On Wed, Jun 22,

Re: [PATCH] [media] rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-06-27 Thread kbuild test robot
Hi, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on next-20160627] [cannot apply to v4.7-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Niklas-S-derlund/rcar-csi2

Re: [PATCH] [media] rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-06-27 Thread kbuild test robot
Hi, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on next-20160627] [cannot apply to v4.7-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Niklas-S-derlund/rcar-csi2

Re: [PATCH 3/3] arm64: dts: r8a7796/salvator-x: Enable watchdog timer

2016-06-27 Thread Wolfram Sang
On Mon, Jun 27, 2016 at 07:50:47PM +0200, Geert Uytterhoeven wrote: > Enable the Watchdog Timer (WDT) controller on the Renesas Salvator-X > board equipped with an R-Car M3-W (r8a7796) SoC. > > Signed-off-by: Geert Uytterhoeven Acked-by: Wolfram Sang

Re: [PATCH 1/3] watchdog: renesas-wdt: Add support for the r8a7796 wdt

2016-06-27 Thread Wolfram Sang
On Mon, Jun 27, 2016 at 07:50:45PM +0200, Geert Uytterhoeven wrote: > Document support for the Watchdog Timer (WDT) Controller in the Renesas > R-Car M3-W (r8a7796) SoC. > > No driver update is needed. > > Signed-off-by: Geert Uytterhoeven Acked-by: Wolfram Sang

Re: [PATCH 2/3] arm64: dts: r8a7796: Add RWDT node

2016-06-27 Thread Wolfram Sang
On Mon, Jun 27, 2016 at 07:50:46PM +0200, Geert Uytterhoeven wrote: > Add a device node for the Watchdog Timer (WDT) controller on the Renesas > R-Car M3-W (r8a7796) SoC. > > Signed-off-by: Geert Uytterhoeven Acked-by: Wolfram Sang

[RFC 2/2] [media] i2c: adv7482: add adv7482 driver

2016-06-27 Thread Niklas Söderlund
This patch adds basic support for the ADV7482. It can output the HDMI source on the TXA sink and any AIN source on the TXB sink. Driver is based on a prototype by Koji Matsuoka in the Renesas BSP. Signed-off-by: Niklas Söderlund ---

[RFC 1/2] media: entity: Add has_route entity operation

2016-06-27 Thread Niklas Söderlund
From: Laurent Pinchart The optional operation can be used by entities to report whether two pads are internally connected. Signed-off-by: Laurent Pinchart Signed-off-by: Michal Simek Signed-off-by:

Applied "ASoC: hdmi-codec: callback function will be called with private data" to the asoc tree

2016-06-27 Thread Mark Brown
The patch ASoC: hdmi-codec: callback function will be called with private data 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

[RFC 0/2] [media] i2c: adv7482: add adv7482 driver

2016-06-27 Thread Niklas Söderlund
Hi all, This is a RFC for the Analog Devices ADV7482 driver. It is based on top of the media_tree and depends on the series '[PATCH 0/2] move s_stream from v4l2_subdev_video_ops to move s_stream from v4l2_subdev_pad_ops'. It's tested on a Renesas Salvator-X board. The driver is not ready for

[PATCH 0/3] arm64: dts: r8a7796: Add watchdog support

2016-06-27 Thread Geert Uytterhoeven
Hi Wim, Günter, Simon, Magnus, This patch series adds support for the Watchdog Timer (WDT) Controller in the Renesas R-Car M3-W (r8a7796) SoC. - The first patch updates the DT binding documentation for the Renesas WDT driver, and should go in through the watchdog tree. -

[PATCH 1/3] watchdog: renesas-wdt: Add support for the r8a7796 wdt

2016-06-27 Thread Geert Uytterhoeven
Document support for the Watchdog Timer (WDT) Controller in the Renesas R-Car M3-W (r8a7796) SoC. No driver update is needed. Signed-off-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 6 +- 1 file changed, 5 insertions(+), 1

[PATCH 2/3] arm64: dts: r8a7796: Add RWDT node

2016-06-27 Thread Geert Uytterhoeven
Add a device node for the Watchdog Timer (WDT) controller on the Renesas R-Car M3-W (r8a7796) SoC. Signed-off-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH 3/3] arm64: dts: r8a7796/salvator-x: Enable watchdog timer

2016-06-27 Thread Geert Uytterhoeven
Enable the Watchdog Timer (WDT) controller on the Renesas Salvator-X board equipped with an R-Car M3-W (r8a7796) SoC. Signed-off-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH] [media] rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-06-27 Thread Niklas Söderlund
A V4L2 driver for Renesas R-Car MIPI CSI-2 interface. The driver supports the rcar-vin driver on R-Car Gen3 SoCs where a separate driver is needed to receive CSI-2. Driver is based on a prototype by Koji Matsuoka in the Renesas BSP. Signed-off-by: Niklas Söderlund

[PATCH] [media] rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-06-27 Thread Niklas Söderlund
Hi all, This patch adds support for the R-Car MIPI CSI-2 driver. It is based on top of the media_tree and depends on the series '[PATCH 0/2] move s_stream from v4l2_subdev_video_ops to move s_stream from v4l2_subdev_pad_ops'. It's tested on a Renesas Salvator-X board. The patch itself do not

[PATCH 2/2] clk: renesas: r8a7796: Add watchdog module clock

2016-06-27 Thread Geert Uytterhoeven
Add the module clock for the Watchdog Timer (WDT) controller on the Renesas R-Car M3-W (r8a7796) SoC. Signed-off-by: Geert Uytterhoeven --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c

[PATCH 1/2] clk: renesas: r8a7796: Add watchdog core clocks

2016-06-27 Thread Geert Uytterhoeven
Add all core clocks related to the Watchdog Timer (WDT) controller on the Renesas R-Car M3-W (r8a7796) SoC: OSC, Internal RCLK, and RCLK. Signed-off-by: Geert Uytterhoeven --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 6 ++ 1 file changed, 6 insertions(+) diff --git

[PATCH 0/2] clk: renesas: r8a7796: Add watchdog clocks

2016-06-27 Thread Geert Uytterhoeven
Hi, This patch series adds all clocks related to the Watchdog Timer (WDT) controller on the Renesas R-Car M3-W (r8a7796) SoC. I plan to queue this up in clk-renesas-for-v4.8. Thanks! Geert Uytterhoeven (2): clk: renesas: r8a7796: Add watchdog core clocks clk: renesas: r8a7796: Add

Re: [PATCH v4 07/13] ARM: shmobile: apmu: Add APMU DT support via Enable method

2016-06-27 Thread Geert Uytterhoeven
Hi Sergei, On Mon, Jun 27, 2016 at 2:59 PM, Sergei Shtylyov wrote: > On 06/27/2016 12:41 PM, Geert Uytterhoeven wrote: >> From: Magnus Damm >> Allow DT configuration of the APMU hardware in the case when the APMU >> is

Re: [PATCH v4 07/13] ARM: shmobile: apmu: Add APMU DT support via Enable method

2016-06-27 Thread Sergei Shtylyov
Hello. On 06/27/2016 12:41 PM, Geert Uytterhoeven wrote: From: Magnus Damm Allow DT configuration of the APMU hardware in the case when the APMU is pointed out in the DTB via the enable-method. The ability to configure the APMU via C code is still kept intact to

Re: [PATCH 01/24] v4l: Add metadata buffer type and format

2016-06-27 Thread Guennadi Liakhovetski
Hi Laurent, Just one question to this patch: On Mon, 20 Jun 2016, Laurent Pinchart wrote: > The metadata buffer type is used to transfer metadata between userspace > and kernelspace through a V4L2 buffers queue. It comes with a new > metadata capture capability and format description. > >

Re: [PATCH/RFC 0/4] mmc: renesas_sdhi: add R-Car Gen-3 DMA support

2016-06-27 Thread Wolfram Sang
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git > topic/sdhi-gen3-dma Strange, with this branch and the attached config, the driver fails to register to the driver core?? Reverting this series, the driver gets registered (and probed) again. # # Automatically generated file;

[PATCH 3/3] usb: renesas_usbhs: Use devm_usb_get_phy_by_phandle()

2016-06-27 Thread Yoshihiro Shimoda
This patch uses devm_usb_get_phy_by_phandle() instead of usb_get_phy() for device tree environment. This change is not compabile with the previous code, but it is no problem because nobody calls usb_bind_phy() for this driver now. Signed-off-by: Yoshihiro Shimoda

[PATCH 2/3] usb: renesas_usbhs: show error code when probe failed

2016-06-27 Thread Yoshihiro Shimoda
To know why the driver probing failed, this patch shows error code. Signed-off-by: Yoshihiro Shimoda --- drivers/usb/renesas_usbhs/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/renesas_usbhs/common.c

[PATCH 0/3] usb: renesas_usbhs: some modifications

2016-06-27 Thread Yoshihiro Shimoda
This patch set is based on the latest Felipe's testing/next branch (commit id = 1d23d16a88e6c8143b07339435ba061b131ebb8c) and the following fixed patch set: http://thread.gmane.org/gmane.linux.kernel.stable/181504 Yoshihiro Shimoda (3): usb: renesas_usbhs: Fix a condition about a log of

Re: [PATCH v4 01/13] devicetree: bindings: Renesas APMU and SMP Enable method

2016-06-27 Thread Geert Uytterhoeven
On Thu, Jun 16, 2016 at 12:27 PM, Geert Uytterhoeven wrote: > From: Magnus Damm > > Add DT binding documentation for the APMU hardware and add "renesas,apmu" > to the list of enable methods for the ARM cpus. > > Signed-off-by: Magnus Damm

Re: [PATCH v4 07/13] ARM: shmobile: apmu: Add APMU DT support via Enable method

2016-06-27 Thread Geert Uytterhoeven
Hi Sergei, On Sun, Jun 26, 2016 at 6:36 PM, Sergei Shtylyov wrote: > On 06/24/2016 10:44 AM, Geert Uytterhoeven wrote: From: Magnus Damm Allow DT configuration of the APMU hardware in the case when the APMU is

Re: [PATCH v4 6/8] media: rcar-vin: initialize EDID data

2016-06-27 Thread Hans Verkuil
Hi Ulrich, On 05/13/2016 10:36 AM, Hans Verkuil wrote: > On 05/11/2016 04:02 PM, Ulrich Hecht wrote: >> Initializes the decoder subdevice with a fixed EDID blob. >> >> Signed-off-by: Ulrich Hecht > > Nacked-by: Hans Verkuil > > Instead

Re: [PATCH v4 5/8] media: rcar-vin: add DV timings support

2016-06-27 Thread Hans Verkuil
On 05/11/2016 04:02 PM, Ulrich Hecht wrote: > Adds ioctls DV_TIMINGS_CAP, ENUM_DV_TIMINGS, G_DV_TIMINGS, S_DV_TIMINGS, > and QUERY_DV_TIMINGS. > > Signed-off-by: Ulrich Hecht Acked-by: Hans Verkuil Regards, Hans > --- >

Re: [PATCH v4 2/8] media: adv7604: automatic "default-input" selection

2016-06-27 Thread Hans Verkuil
On 05/11/2016 04:02 PM, Ulrich Hecht wrote: > From: William Towle > > Add logic such that the "default-input" property becomes unnecessary > for chips that only have one suitable input (ADV7611 by design, and > ADV7612 due to commit 7111cddd518f ("[media] media:

[PATCH] phy: rcar-gen3-usb2: fix mutex_lock calling in interrupt

2016-06-27 Thread Yoshihiro Shimoda
This patch fixes an issue that the extcon_set_cable_state_() is possible to cause "BUG: scheduling while atomic" because this driver calls extcon_set_cable_state_() in the interrupt handler and mutex_lock() is possible to be called by like the following call trace. So, this patch adds a workqueue