[PATCH 1/2] phy: rcar-gen3-usb2: revise the example of device tree doc

2016-08-23 Thread Yoshihiro Shimoda
The clocks property should be set to &cpg, not &mstpX_clks. Signed-off-by: Yoshihiro Shimoda --- Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt b/Do

[PATCH 2/2] phy: rcar-gen3-usb2: Add a compatible string for r8a7796

2016-08-23 Thread Yoshihiro Shimoda
This driver can support for r8a7796 SoC. So, this patch adds it. Signed-off-by: Yoshihiro Shimoda --- Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++ drivers/phy/phy-rcar-gen3-usb2.c | 1 + 2 files changed, 3 insertions(+) diff --git a/Documentat

[PATCH 0/2] phy: rcar-gen3-usb2: revise the dt doc and add support for r8a7796

2016-08-23 Thread Yoshihiro Shimoda
This patch set is based on the latest linux-phy.git / next branch. (commit id = d9a6e11e10d657df9af1d321c0eccdead184f72a) Yoshihiro Shimoda (2): phy: rcar-gen3-usb2: revise the example of device tree doc phy: rcar-gen3-usb2: Add a compatible string for r8a7796 Documentation/devicetree/bindin

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-08-23 Thread Wolfram Sang
> I tried it, but same result. I see. Do we have a list of changes between ES2.0 and 3.0? signature.asc Description: PGP signature

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-08-23 Thread Kuninori Morimoto
Hi Wolfram Thank you for your feedback > > 09a28bb8b17e8cab3e9c120b7e37f631cc334a8f > > ("ARM: dts: lager: use demuxer for IIC3/I2C3") > > Can you try this patch I sent yesterday? > > [PATCH] i2c: mux: demux-pinctrl: run properly with multiple instances I tried it, but same result.

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-08-23 Thread Wolfram Sang
> > 09a28bb8b17e8cab3e9c120b7e37f631cc334a8f > ("ARM: dts: lager: use demuxer for IIC3/I2C3") Can you try this patch I sent yesterday? [PATCH] i2c: mux: demux-pinctrl: run properly with multiple instances signature.asc Description: PGP signature

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-08-23 Thread Kuninori Morimoto
a) the for-next branches > of various subsystem trees and (b) branches with driver code submitted > or planned for submission to maintainers into the development branch of > Simon Horman's renesas.git tree. > > Today's version is based on renesas-devel-20160823-v4.8-rc3.

Re: [PATCH] ARM: dts: blanche: add support for general purpose LEDs

2016-08-23 Thread Sergei Shtylyov
On 08/23/2016 10:39 AM, Simon Horman wrote: Add support for the general purpose LEDs on the Blanche board. Signed-off-by: Sergei Shtylyov --- This patch is against the 'renesas-devel-20160822-v4.8-rc3' of Simon Horman's 'renesas.git' repo plus the SDHI0/DU patches posted earlier. arch/arm/b

Re: [PATCHv9 4/6] arm: dma-mapping: add {map,unmap}_resource for iommu ops

2016-08-23 Thread Niklas Söderlund
Hi Russell, If you have the time can you please have a look at this patch? This series have been out for some time now and Vinod is willing to take it through the dmaengine tree but a ACK is needed on this patch from you first. On 2016-08-10 13:22:17 +0200, Niklas Söderlund wrote: > Add method

[PATCH] i2c: mux: demux-pinctrl: run properly with multiple instances

2016-08-23 Thread Wolfram Sang
We can't use a static property for all the changesets, so we now create dynamic ones for each changeset. Signed-off-by: Wolfram Sang Fixes: 50a5ba87690814 ("i2c: mux: demux-pinctrl: add driver") --- Finally fixed this one! Simon: I think you can retest your demuxer-dts-series now. Pantelis: Wh

Re: [PATCH v4 2/4] mmc: tmio: Add tuning support

2016-08-23 Thread Ulf Hansson
[...] >> > +static int tmio_mmc_execute_tuning(struct mmc_host *mmc, u32 opcode) >> > +{ >> > + struct tmio_mmc_host *host = mmc_priv(mmc); >> > + unsigned int num; >> > + int i, ret = 0; >> > + bool *tap; >> > + >> > + if (!host->init_tuning || !host->select_tuning)

Re: [PATCH v4 2/4] mmc: tmio: Add tuning support

2016-08-23 Thread Simon Horman
Hi Ulf, thanks for your review. I have tried to address it as best I can below. On Mon, Aug 22, 2016 at 03:39:03PM +0200, Ulf Hansson wrote: > On 27 July 2016 at 06:13, Simon Horman wrote: > > From: Ai Kyuse > > > > Add tuning support for use with SDR104 mode > > > > Signed-off-by: Ai Kyuse >

renesas-drivers-2016-08-23-v4.8-rc3

2016-08-23 Thread Geert Uytterhoeven
and (b) branches with driver code submitted or planned for submission to maintainers into the development branch of Simon Horman's renesas.git tree. Today's version is based on renesas-devel-20160823-v4.8-rc3. Included branches with driver code: - clk-renesas-for-v4.9 - sh-pfc-for-v4.9

Re: [PATCH] [media] rcar-fcp: Make sure rcar_fcp_enable() returns 0 on success

2016-08-23 Thread Geert Uytterhoeven
Hi Laurent, On Wed, Aug 17, 2016 at 2:55 PM, Laurent Pinchart wrote: > On Tuesday 09 Aug 2016 17:36:41 Geert Uytterhoeven wrote: >> When resuming from suspend-to-RAM on r8a7795/salvator-x: >> >> dpm_run_callback(): pm_genpd_resume_noirq+0x0/0x90 returns 1 >> PM: Device fe94.fdp1 faile

Re: [PATCH v2 3/9] mmc: tmio: Add UHS-I mode support

2016-08-23 Thread Geert Uytterhoeven
Hi Wolfram, On Wed, Aug 17, 2016 at 9:08 PM, Wolfram Sang wrote: >> [] (__mmc_start_request) from [] >> (mmc_start_request+0x104/0x118) > > This function calls card_busy only for SDIO cards. I assume you don't > have one inserted? Maybe the "broken-cd" property doesn't work correctly > and ca

Re: [PATCH/RFT v2 4/8] gpio: rcar: Add r8a7796 (R-Car M3-W) support

2016-08-23 Thread Geert Uytterhoeven
On Tue, Aug 23, 2016 at 9:49 AM, Simon Horman wrote: > R-Car Gen3's GPIO blocks are identical to Gen2's in every respect. > > Based on work for the r8a7795 (R-Car H3) by Ulrich Hecht. > > Cc: Ulrich Hecht > Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

[PATCH] usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CON

2016-08-23 Thread Yoshihiro Shimoda
This driver should clear the bit. Otherwise, the VBUS will output wrongly if the usb port on a board has VBUS output capability. Fixes: 746bfe63bba3 ("usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller") Cc: # v4.5+ Signed-off-by: Yoshihiro Shimo

[PATCH/RFT v2 1/8] clk: renesas: r8a7796: Add GPIO clocks

2016-08-23 Thread Simon Horman
From: Takeshi Kihara Add GPIO clocks for the R8A7796 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c b

[PATCH/RFT v2 7/8] arm64: dts: r8a7796: add SDHI nodes

2016-08-23 Thread Simon Horman
Add SDHI nodes to the DT of the r8a7796 SoC. Based on the DT of the r8a7795 SoC. Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 42 1 file changed, 42 insertions(+) diff --git a/arch/arm64/boot/dts/re

[PATCH/RFT v2 3/8] pinctrl: sh-pfc: r8a7796: Add SDHI pins, groups and functions

2016-08-23 Thread Simon Horman
From: Takeshi Kihara This patch adds SDHI pins, groups and functions to R8A7796 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 275 +++ 1 file changed, 275 insertions(+)

[PATCH/RFT v2 4/8] gpio: rcar: Add r8a7796 (R-Car M3-W) support

2016-08-23 Thread Simon Horman
R-Car Gen3's GPIO blocks are identical to Gen2's in every respect. Based on work for the r8a7795 (R-Car H3) by Ulrich Hecht. Cc: Ulrich Hecht Signed-off-by: Simon Horman --- v2 * New patch --- Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt | 1 + drivers/gpio/gpio-rcar.c

[PATCH/RFT v2 6/8] arm64: dts: r8a7796: Add GPIO device nodes

2016-08-23 Thread Simon Horman
From: Takeshi Kihara Add GPIO device nodes to the DT of the r8a7796 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 112 +++ 1 file changed, 112 insertions(+) diff --git

[PATCH/RFT v2 8/8] arm64: dts: r8a7796: salvator-x: enable SDHI0 & 3

2016-08-23 Thread Simon Horman
Enable the exposed SD card slots in the DT of the r8a7796/salvator-x. Based on work for the r8a7795/salvator-x by Ai Kyuse. Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 84 ++ 1 file changed, 84 inserti

[PATCH/RFT v2 5/8] mmc: sh_mobile_sdhi: Add r8a7796 support

2016-08-23 Thread Simon Horman
From: Ai Kyuse Add support for r8a7796 SoC. Signed-off-by: Ai Kyuse Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 1 + drivers/mmc/host/sh_mobile_sdhi.c | 1 + 2 files changed, 2 insertions(+) diff --git

[PATCH/RFT v2 2/8] clk: renesas: r8a7796: Add SDIF clocks

2016-08-23 Thread Simon Horman
This patch adds SDIF clocks for R8A7796 SoC. Based on work by Ai Kyuse and Yoshihiro Shimoda for the r8a7795 SoC. Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- v2 * Add and use SDSRC --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 10 ++ 1 file changed, 10 insertions(+)

[PATCH/RFT v2 0/8] Add SDHI to r8a7796/salvator-x

2016-08-23 Thread Simon Horman
Hi, this patch set updates drivers, documentation and DT to enable SDHI0 & 3 on the r8a7796/salvator-x. This includes defining nodes for all available SDHI and GPIO devices. I have boot-tested this which seems successful. However, I do not have physical access to an r8a7796/salvator-x board and t

Re: [PATCH] ARM: dts: blanche: add support for general purpose LEDs

2016-08-23 Thread Simon Horman
On Mon, Aug 22, 2016 at 11:39:30PM +0300, Sergei Shtylyov wrote: > Add support for the general purpose LEDs on the Blanche board. > > Signed-off-by: Sergei Shtylyov > > --- > This patch is against the 'renesas-devel-20160822-v4.8-rc3' of Simon Horman's > 'renesas.git' repo plus the SDHI0/DU patc

Re: [PATCH] ARM: dts: blanche: add DU support

2016-08-23 Thread Simon Horman
On Mon, Aug 22, 2016 at 01:34:12PM +0300, Sergei Shtylyov wrote: > Hello. > > On 8/22/2016 10:41 AM, Simon Horman wrote: > > >>Define the Blanche board dependent part of the DU device node. > >>Add the device nodes for the Analog Devices ADV7511W HDMI transmitter > >>(connected to DU0) and AD

Re: [PATCH 0/2] Add R8A7792 VSP1V support

2016-08-23 Thread Simon Horman
On Sat, Aug 20, 2016 at 01:17:09AM +0300, Sergei Shtylyov wrote: > Hello. > >Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, > 'renesas-devel-20160817-v4.8-rc2' tag. We're adding the R8A7792 VSP1V clocks > and device nodes. The 2nd patch depends on the VSP1 driver patch

Re: [PATCH] ARM: dts: blanche: add SDHI0 support

2016-08-23 Thread Simon Horman
On Mon, Aug 22, 2016 at 05:04:10PM +0300, Sergei Shtylyov wrote: > On 08/22/2016 10:33 AM, Simon Horman wrote: > > >>Define the Blanche board dependent part of the SDHI0 (connected to the > >>micro-SD slot) device node along with the necessary voltage regulator. > >> > >>Signed-off-by: Sergei Sht