[PATCH 3/4] ARM: dts: r8a7743: Add USB-DMAC device nodes

2017-10-09 Thread Biju Das
Signed-off-by: Biju Das Signed-off-by: Chris Paterson --- This patch has documentation dependency on below patch * [v2] dmaengine: usb-dmac: Add compatible string for r8a7743/5 https://patchwork.kernel.org/patch/9990113/

[PATCH 2/4] ARM: dts: iwg20d-q7: Enable HS-USB

2017-10-09 Thread Biju Das
Enable HS-USB device for the iWave G20D-Q7 carrier board based on RZ/G1M. Also disable the host mode support on usb otg port by default to avoid pin conflicts. Signed-off-by: Biju Das Signed-off-by: Chris Paterson ---

[PATCH 4/4] ARM: dts: r8a7743: Enable DMA for HSUSB

2017-10-09 Thread Biju Das
This patch adds DMA properties to the HSUSB node. Signed-off-by: Biju Das Signed-off-by: Chris Paterson --- arch/arm/boot/dts/r8a7743.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/r8a7743.dtsi

[PATCH 1/4] ARM: dts: r8a7743: Add HS-USB device node

2017-10-09 Thread Biju Das
Define the R8A7743 generic part of the HS-USB device node. It is up to the board file to enable the device. Signed-off-by: Biju Das Signed-off-by: Chris Paterson --- This patch has documentation dependency on below patch * [v2] usb:

[PATCH 0/4] ARM: dts: Add USB function support

2017-10-09 Thread Biju Das
Hello, This series aims to add USB function support for iWave RZ/G1M (R8A7743) board. This series has been tested against renesas-dev tag 201710109-v4.14-rc4. This patch has documentation dependency on below patches * [v2] usb: renesas_usbhs: Add compatible string for r8a7743/5

Re: [PATCH 2/4] ravb: Add optional PHY reset during system resume

2017-10-09 Thread Sergei Shtylyov
On 10/09/2017 12:37 PM, Sergei Shtylyov wrote: If the optional "reset-gpios" property is specified in DT, the generic MDIO bus code takes care of resetting the PHY during device probe. However, the PHY may still have to be reset explicitly after system resume. This allows to restore Ethernet

Re: [PATCH 00/24] V4L2 kAPI cleanups and documentation improvements part 2

2017-10-09 Thread Mauro Carvalho Chehab
Em Mon, 9 Oct 2017 07:19:06 -0300 Mauro Carvalho Chehab escreveu: > That's the second part of my V4L2 kAPI documentation improvements. > It is meant to reduce the gap between the kAPI media headers > and documentation, at least with regards to kernel-doc markups. > >

[PATCH 0/5] Add USB2.0 Host support

2017-10-09 Thread Biju Das
Hello, This series aims to add USB2.0 Host support on iWave RZ/G1E(r8a7745) based board. This series has been tested against renesas-dev tag 20171009-v4.14-rc4 This patch has documentation dependency on below patch * [RESEND] phy: rcar-gen2: Add r8a7743/5 support https://patchwork.kernel.org

[PATCH 1/5] ARM: dts: r8a7745: Add internal PCI bridge nodes

2017-10-09 Thread Biju Das
Add device nodes for the r8a7745 internal PCI bridge devices. Signed-off-by: Biju Das Signed-off-by: Chris Paterson --- arch/arm/boot/dts/r8a7745.dtsi | 46 ++ 1 file changed, 46 insertions(+) diff

[PATCH 3/5] ARM: dts: r8a7745: Link PCI USB devices to USB PHY

2017-10-09 Thread Biju Das
Describe the PCI USB devices that are behind the PCI bridges, adding necessary links to the USB PHY device. Signed-off-by: Biju Das Signed-off-by: Chris Paterson --- arch/arm/boot/dts/r8a7745.dtsi | 24 1 file

[PATCH 5/5] ARM: dts: iwg22d-sodimm: Enable USB PHY

2017-10-09 Thread Biju Das
Signed-off-by: Biju Das Signed-off-by: Chris Paterson --- arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts

[PATCH 4/5] ARM: dts: iwg22d-sodimm: Enable internal PCI

2017-10-09 Thread Biju Das
Enable internal AHB-PCI bridges for the USB EHCI/OHCI controllers attached to them. Signed-off-by: Biju Das Signed-off-by: Chris Paterson --- arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts | 11 +++ 1 file changed, 11 insertions(+)

[PATCH 2/5] ARM: dts: r8a7745: Add USB PHY DT support

2017-10-09 Thread Biju Das
Define the r8a7745 generic part of the USB PHY device node. Signed-off-by: Biju Das Signed-off-by: Chris Paterson --- arch/arm/boot/dts/r8a7745.dtsi | 22 ++ 1 file changed, 22 insertions(+) diff --git

RE: [PATCH] ARM: dts: iwg20d-q7: Add support for ttySC3

2017-10-09 Thread Fabrizio Castro
Hello Geert, thank you for your feedback! > > Hi Fabrizio, Chris, > > On Mon, Oct 9, 2017 at 11:06 AM, Fabrizio Castro > wrote: > > Signed-off-by: Fabrizio Castro > > Signed-off-by: Chris Paterson > >

Re: [PATCH v3 0/6] clk: renesas: r8a779[56]: Add Z and Z2 clock support

2017-10-09 Thread Geert Uytterhoeven
Hi Simon, On Thu, Oct 5, 2017 at 3:23 PM, Simon Horman wrote: > this patch-set adds Z and Z2 clock support. > > These are dependencies for supporting CPUFreq. The remainder of that > work is being posted separately and can be found at: > >

Re: [PATCH 2/4] ARM: dts: iwg20d-q7: Enable HS-USB

2017-10-09 Thread Sergei Shtylyov
Hello! On 10/09/2017 04:21 PM, Biju Das wrote: Enable HS-USB device for the iWave G20D-Q7 carrier board based on RZ/G1M. Also disable the host mode support on usb otg port by default to avoid pin conflicts. Signed-off-by: Biju Das Signed-off-by: Chris Paterson

Re: [PATCH 4/4] arm: dts: r8a7790: add cpu capacity-dmips-mhz information

2017-10-09 Thread Dietmar Eggemann
On 18/09/17 08:39, Simon Horman wrote: > On Wed, Aug 30, 2017 at 03:41:20PM +0100, Dietmar Eggemann wrote: >> The following 'capacity-dmips-mhz' dt property values are used: >> >> Cortex-A15: 1024, Cortex-A7: 539 >> >> They have been derived form the cpu_efficiency values: >> >> Cortex-A15: 3891,

Re: [PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support

2017-10-09 Thread Sergei Shtylyov
On 10/05/2017 12:05 PM, Simon Horman wrote: On 9/21/2017 4:08 PM, Geert Uytterhoeven wrote: Define the Eagle board dependent part of the EtherAVB device node. Enable DHCP and NFS root for the kernel booting. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by:

Re: [PATCH v2 17/18] arm64: dts: ulcb-kf: enable PCA9548 on I2C4

2017-10-09 Thread Simon Horman
On Wed, Sep 20, 2017 at 03:28:55PM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 14, 2017 at 4:19 PM, Vladimir Barinov > wrote: > > This supports PCA9548 I2C switch on I2C4 bus on ULCB Kingfisher board > > > > Signed-off-by: Vladimir Barinov

Re: [PATCH v3 15/18] arm64: dts: ulcb-kf: enable TCA9539 on I2C4

2017-10-09 Thread Simon Horman
On Fri, Oct 06, 2017 at 09:18:48AM +0200, Geert Uytterhoeven wrote: > On Fri, Oct 6, 2017 at 4:44 AM, Vladimir Barinov > wrote: > > This supports TCA9539 gpio expanders on I2C4 bus on ULCB Kingfisher board > > > > Signed-off-by: Vladimir Barinov

Re: [PATCH 18/18] arm64: dts: ulcb-kf: hog USB3 hub control gpios

2017-10-09 Thread Simon Horman
On Wed, Sep 20, 2017 at 03:50:15PM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 7, 2017 at 12:37 AM, Vladimir Barinov > wrote: > > This adds gpio hogs for USB3 hub on ULCB Kingfisher board to power up and > > remove from reset the hub > > > > Signed-off-by:

Re: [PATCH v2 16/18] arm64: dts: ulcb-kf: enable PCA9548 on I2C2

2017-10-09 Thread Simon Horman
On Wed, Sep 20, 2017 at 03:28:37PM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 14, 2017 at 4:19 PM, Vladimir Barinov > wrote: > > This supports PCA9548 I2C switch on I2C2 bus on ULCB Kingfisher board > > > > Signed-off-by: Vladimir Barinov

Re: [PATCH 09/18] arm64: dts: ulcb-kf: enable USB2 PHY of channel 0

2017-10-09 Thread Simon Horman
On Fri, Oct 06, 2017 at 08:28:52PM +0300, Vladimir Barinov wrote: > Hi Geert, > > On 06.10.2017 10:15, Geert Uytterhoeven wrote: > >Hi Vladimir, > > > >CC Shimoda-san > > > >On Fri, Oct 6, 2017 at 4:38 AM, Vladimir Barinov > > wrote: > >>On 20.09.2017 15:59,

Re: [PATCH 13/18] arm64: dts: ulcb-kf: enable USB3.0 Host

2017-10-09 Thread Simon Horman
On Wed, Sep 20, 2017 at 03:07:31PM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 7, 2017 at 12:36 AM, Vladimir Barinov > wrote: > > This supports USB3.0 Host on ULCB Kingfisher board > > > > Signed-off-by: Vladimir Barinov

Re: [PATCH 10/18] arm64: dts: ulcb-kf: enable HSUSB

2017-10-09 Thread Simon Horman
On Wed, Sep 20, 2017 at 02:51:54PM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 7, 2017 at 12:36 AM, Vladimir Barinov > wrote: > > This supports HSUSB on ULCB Kingfisher board > > > > Signed-off-by: Vladimir Barinov > >

Re: [PATCH 11/18] arm64: dts: ulcb-kf: enable USB2.0 Host channel 0

2017-10-09 Thread Simon Horman
On Wed, Sep 20, 2017 at 02:52:12PM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 7, 2017 at 12:36 AM, Vladimir Barinov > wrote: > > This supports USB2.0 Host channel 0 on ULCB Kingfisher board > > > > Signed-off-by: Vladimir Barinov

Re: [PATCH v3 14/18] arm64: dts: ulcb-kf: enable TCA9539 on I2C2

2017-10-09 Thread Simon Horman
On Fri, Oct 06, 2017 at 09:17:45AM +0200, Geert Uytterhoeven wrote: > On Fri, Oct 6, 2017 at 4:44 AM, Vladimir Barinov > wrote: > > This supports TCA9539 gpio expanders on I2C2 bus on ULCB Kingfisher board > > > > Signed-off-by: Vladimir Barinov

Re: [PATCH v2 12/18] arm64: dts: ulcb-kf: enable PCIE0/1

2017-10-09 Thread Simon Horman
On Fri, Oct 06, 2017 at 05:43:59AM +0300, Vladimir Barinov wrote: > This supports PCIE0/1 on ULCB Kingfisher board > > Signed-off-by: Vladimir Barinov > Reviewed-by: Geert Uytterhoeven Thanks, applied.

Re: [PATCH v2 06/18] arm64: dts: h3ulcb-kf: ES2.0+ SoC initial device tree

2017-10-09 Thread Simon Horman
On Thu, Sep 14, 2017 at 05:19:06PM +0300, Vladimir Barinov wrote: > Add the initial device tree for the H3ULCB ES2.0+ SoC with Kingfisher > extension infotainment board. > > Signed-off-by: Vladimir Barinov Thanks, applied.

Re: [PATCH v2 08/18] arm64: dts: ulcb-kf: enable CAN0/1

2017-10-09 Thread Simon Horman
On Thu, Sep 14, 2017 at 05:19:13PM +0300, Vladimir Barinov wrote: > This supports CAN0/1 on ULCB Kingfisher board > > Signed-off-by: Vladimir Barinov Thanks, applied.

Re: [PATCH v2 07/18] arm64: dts: ulcb-kf: enable SCIF1

2017-10-09 Thread Simon Horman
On Fri, Oct 06, 2017 at 05:43:51AM +0300, Vladimir Barinov wrote: > This supports SCIF1 on ULCB Kingfisher board > > Signed-off-by: Vladimir Barinov > Reviewed-by: Geert Uytterhoeven Thanks, applied.

Re: [PATCH v2 03/18] arm64: dts: ulcb-kf: initial device tree

2017-10-09 Thread Simon Horman
On Fri, Oct 06, 2017 at 08:55:56PM +0300, Vladimir Barinov wrote: > Add the initial common dtsi file for Kingfisher infotainment board (R-Car > Starter Kit extension) > > This commit supports the following peripherals: > - HSCIF0 > > Signed-off-by: Vladimir Barinov

Re: [PATCH v2 04/18] arm64: dts: m3ulcb-kf: initial device tree

2017-10-09 Thread Simon Horman
On Fri, Oct 06, 2017 at 11:18:00AM +0200, Simon Horman wrote: > On Fri, Oct 06, 2017 at 05:47:25AM +0300, Vladimir Barinov wrote: > > Hi Simon, Geert, > > > > Do you need extra actions from my side to accept this patch? > > Yes, I need patch 3/18. > Could you repost it? I see you have done so,

Re: [PATCH 0/3] arm64: dts: renesas: Add INTC-EX device node on R-Car M3-W, V3M, and D3

2017-10-09 Thread Simon Horman
On Fri, Oct 06, 2017 at 02:05:50PM +0200, Geert Uytterhoeven wrote: > Hi Simon, Magnus, > > This patch series adds device nodes for the Interrupt Controller for > External Devices (INTC-EX) to the DT sources for the R-Car M3-W, V3M, and > D3 SoCs. > > This has been tested on Salvator-X

Re: [PATCH v2 0/2] ARM: dts: iwg20d-q7: New DT architecture

2017-10-09 Thread Simon Horman
On Fri, Oct 06, 2017 at 06:59:51PM +0100, Fabrizio Castro wrote: > Some of the serial interfaces are exposed on the camera daughter board. > The camera daughter board can be connected to the carrier board > by means of expansion connectors 1, 2 and 3. The carrier board may host > an RZ/G1M or an

Re: [PATCHv3 0/2] drm/bridge/adv7511: add CEC support

2017-10-09 Thread Archit Taneja
On 10/07/2017 04:16 PM, Hans Verkuil wrote: From: Hans Verkuil This patch series adds CEC support to the drm adv7511/adv7533 drivers. I have tested this with the Qualcomm Dragonboard C410 (adv7533 based) and the Renesas R-Car Koelsch board (adv7511 based). I only

Re: [RFC][PATCH 3/4] pinctrl: sh-pfc: r8a77995: add Audio clock pin support

2017-10-09 Thread Kuninori Morimoto
Hi Geert > > - audio_clka > > - audio_clkb > > + audio_clk_a > > + audio_clk_b > > It's debatable. > The datasheet uses "CLKA" and "CLKOUT", while the pinctrl drivers tend > to use "clk_a" (with underscore) and "clkout" (without underscore). > > Except for r8a7794, which uses the "clka"

Re: [PATCH v2] usb: renesas_usbhs: Add compatible string for r8a7743/5

2017-10-09 Thread Geert Uytterhoeven
Hi Simon, On Mon, Oct 9, 2017 at 7:59 AM, Simon Horman wrote: > On Fri, Oct 06, 2017 at 05:49:34PM +0100, Biju Das wrote: >> This patch adds support for r8a7743/5 SoCs. The Renesas RZ/G1[ME] >> (R8A7743/5) usbhs is identical to the R-Car Gen2 family. >> >> No driver change is

[PATCH] ARM: dts: iwg20d-q7: Add support for ttySC3

2017-10-09 Thread Fabrizio Castro
Signed-off-by: Fabrizio Castro Signed-off-by: Chris Paterson --- arch/arm/boot/dts/iwg20d-q7-common.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/iwg20d-q7-common.dtsi

Re: [PATCH 04/24] media: v4l2-mediabus: convert flags to enums and document them

2017-10-09 Thread Hans Verkuil
On 09/10/17 12:19, Mauro Carvalho Chehab wrote: > There is a mess with media bus flags: there are two sets of > flags, one used by parallel and ITU-R BT.656 outputs, > and another one for CSI2. > > Depending on the type, the same bit has different meanings. > > That's very confusing, and

[PATCH 1/2] pinctrl: sh-pfc: r8a7795: fix trivial typo in comment

2017-10-09 Thread Wolfram Sang
From: Wolfram Sang Signed-off-by: Wolfram Sang --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c index

[PATCH 2/2] pinctrl: sh-pfc: r8a7796: fix trivial typo in comment

2017-10-09 Thread Wolfram Sang
From: Wolfram Sang Signed-off-by: Wolfram Sang --- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c b/drivers/pinctrl/sh-pfc/pfc-r8a7796.c index

Re: [PATCH] ARM: dts: iwg20d-q7: Add support for ttySC3

2017-10-09 Thread Geert Uytterhoeven
Hi Fabrizio, Chris, On Mon, Oct 9, 2017 at 11:06 AM, Fabrizio Castro wrote: > Signed-off-by: Fabrizio Castro > Signed-off-by: Chris Paterson Thanks for your patch! Reviewed-by: Geert Uytterhoeven

Re: [PATCH 1/2] pinctrl: sh-pfc: r8a7795: fix trivial typo in comment

2017-10-09 Thread Wolfram Sang
On Mon, Oct 09, 2017 at 10:35:15AM +0200, Wolfram Sang wrote: > From: Wolfram Sang Oops, wrong email. Please use V2 and sorry for the noise! signature.asc Description: PGP signature

Re: [PATCH v3 2/4] phy: rcar-gen3-usb2: split the two meaning of "has_otg"

2017-10-09 Thread Kishon Vijay Abraham I
Hi, On Friday 01 September 2017 08:11 AM, Yoshihiro Shimoda wrote: > The has_otg on previous code has the two meaning: > - The channel has dedicated otg pins (ID, VBUS). > - The channel can swap the role via sysfs. > > However, some SoCs (e.g. R-Car D3) doesn't have such dedicated pins, > but

Re: [renesas:topic/rcar-gen3-z-clk-v3 2/6] rcar-gen3-cpg.c:undefined reference to `__ffsdi2'

2017-10-09 Thread Geert Uytterhoeven
On Thu, Oct 5, 2017 at 6:52 PM, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git > topic/rcar-gen3-z-clk-v3 > head: 4b41ea6e92cdc7fce15ba99b02c40938a134cff7 > commit: fda8dbe29dd1f04b61c443147a106962cf5d3f14 [2/6] clk:

Re: [PATCH v3 2/6] clk: renesas: rcar-gen3: Add Z2 clock divider support

2017-10-09 Thread Geert Uytterhoeven
Hi Simon, On Thu, Oct 5, 2017 at 3:23 PM, Simon Horman wrote: > From: Takeshi Kihara > > This patch adds Z2 clock divider support for R-Car Gen3 SoC. > > Signed-off-by: Takeshi Kihara > Signed-off-by:

Re: [PATCH v3 1/6] clk: renesas: rcar-gen3: Add Z clock divider support

2017-10-09 Thread Geert Uytterhoeven
Hi Simon, On Thu, Oct 5, 2017 at 3:23 PM, Simon Horman wrote: > From: Takeshi Kihara > > This patch adds Z clock divider support for R-Car Gen3 SoC. > > Signed-off-by: Takeshi Kihara > Signed-off-by:

[PATCH 0/2] ARM: dts: gr-peach: ETHER and OS Timers enable

2017-10-09 Thread Jacopo Mondi
Hi Simon, this small series contains other two updates for GR-Peach. The first patch is a re-proposal of the previously sent one. I have received indication from netdev people to move the properties describing reset line to the phy node. I've been suggested to use a different node layout as

RE: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support

2017-10-09 Thread Biju Das
Hi Kishon, Looks like the below patch is not merged into linux-next. Somehow I missed your mail ID, when I submitted the patch(scripts/get_maintainer.pl script didn't show your mail address for this patch) https://patchwork.kernel.org/patch/9919727/ Regards, Biju > -Original

Re: [PATCH v2 1/2] arm64: dts: r8a7795: Add OPPs table for cpu devices

2017-10-09 Thread Geert Uytterhoeven
Hi Simon, On Thu, Oct 5, 2017 at 3:26 PM, Simon Horman wrote: > From: Dien Pham > > Current, OPP tables are defined temporary, > they are being evaluated and adjust in future. > > Based in part on work by Hien Dang. > > Signed-off-by:

Re: [PATCH 2/4] ravb: Add optional PHY reset during system resume

2017-10-09 Thread Sergei Shtylyov
Hello! On 10/1/2017 7:34 PM, Florian Fainelli wrote: If the optional "reset-gpios" property is specified in DT, the generic MDIO bus code takes care of resetting the PHY during device probe. However, the PHY may still have to be reset explicitly after system resume. This allows to restore

[PATCH 04/24] media: v4l2-mediabus: convert flags to enums and document them

2017-10-09 Thread Mauro Carvalho Chehab
There is a mess with media bus flags: there are two sets of flags, one used by parallel and ITU-R BT.656 outputs, and another one for CSI2. Depending on the type, the same bit has different meanings. That's very confusing, and counter-intuitive. So, split them into two sets of flags, inside an

[PATCH 00/24] V4L2 kAPI cleanups and documentation improvements part 2

2017-10-09 Thread Mauro Carvalho Chehab
That's the second part of my V4L2 kAPI documentation improvements. It is meant to reduce the gap between the kAPI media headers and documentation, at least with regards to kernel-doc markups. We should likely write more things at the ReST files under Documentation/ to better describe some of

Re: [renesas:topic/rcar-gen3-z-clk-v3 2/6] rcar-gen3-cpg.c:undefined reference to `__ffsdi2'

2017-10-09 Thread Geert Uytterhoeven
On Mon, Oct 9, 2017 at 10:02 AM, Geert Uytterhoeven wrote: > On Thu, Oct 5, 2017 at 6:52 PM, kbuild test robot > wrote: >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git >> topic/rcar-gen3-z-clk-v3 >> head:

[PATCH v2 2/2] pinctrl: sh-pfc: r8a7796: fix trivial typo in comment

2017-10-09 Thread Wolfram Sang
Signed-off-by: Wolfram Sang --- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c b/drivers/pinctrl/sh-pfc/pfc-r8a7796.c index 200e1f4f6db92b..81d5ef3744fbdb 100644 ---

[PATCH v2 1/2] pinctrl: sh-pfc: r8a7795: fix trivial typo in comment

2017-10-09 Thread Wolfram Sang
Signed-off-by: Wolfram Sang --- Change since V1 for both patches: * corrected authorship email address (sorry for the noise!) drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2] ARM: dts: gr-peach: Enable ostm0 and ostm1 timers

2017-10-09 Thread Jacopo Mondi
Enable ostm0 and ostm1 timers to be used as clock source and clockevent source. The timers provides greater accuracy than the already enabled mtu2 one. With these enabled: clocksource: ostm: mask: 0x max_cycles: 0x, max_idle_ns: 57352151442 ns sched_clock: 32 bits at 33MHz,

RE: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support

2017-10-09 Thread Biju Das
Thanks. I will resend the patch. Regards, Biju > -Original Message- > From: Kishon Vijay Abraham I [mailto:kis...@ti.com] > Sent: 09 October 2017 10:47 > To: Biju Das ; Yoshihiro Shimoda > > Cc: Rob Herring

Re: [PATCH v2 2/2] arm64: dts: r8a7796: Add OPPs table for cpu devices

2017-10-09 Thread Geert Uytterhoeven
Hi Sudeep, On Thu, Oct 5, 2017 at 5:04 PM, Sudeep Holla wrote: > On 05/10/17 14:26, Simon Horman wrote: >> From: Dien Pham >> >> Current, OPP tables are defined temporary, >> they are being evaluated and adjust in future. >> ---

[PATCH v2] pinctrl: sh-pfc: r8a7795: Add HSCIF pins, groups, and functions

2017-10-09 Thread Wolfram Sang
Signed-off-by: Wolfram Sang --- Change since V1: * added third set of pins for HSCIF2 Thanks Geert for the review! drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 283 +++ 1 file changed, 283 insertions(+) diff --git

Re: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support

2017-10-09 Thread Kishon Vijay Abraham I
Hi, On Monday 09 October 2017 02:19 PM, Biju Das wrote: > Hi Kishon, > > Looks like the below patch is not merged into linux-next. Somehow I missed > your mail ID, when I submitted the patch(scripts/get_maintainer.pl script > didn't show your mail address for this patch) > >

[PATCH RESEND] phy: rcar-gen2: Add r8a7743/5 support

2017-10-09 Thread Biju Das
Add USB PHY support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5) USB PHY is identical to the R-Car Gen2 family. Signed-off-by: Biju Das Acked-by: Simon Horman Acked-by: Rob Herring Reviewed-by: Geert Uytterhoeven

RE: [PATCH 00/11] mmc: document mmc_regulator_get_supply and fix users

2017-10-09 Thread Fabrizio Castro
Hi Wolfram, thank you for putting me in CC, and of course I agree with the changes you are suggesting. Have you tried running ./scripts/checkpatch.pl? Thanks, Fab > > Fix the drivers and add some docs according to the outcome of this discussion > [1] we had recently. The motivation from the

Re: [PATCH v2 2/2] arm64: dts: r8a7796: Add OPPs table for cpu devices

2017-10-09 Thread Geert Uytterhoeven
Hi Simon, On Thu, Oct 5, 2017 at 3:26 PM, Simon Horman wrote: > From: Dien Pham > > Current, OPP tables are defined temporary, > they are being evaluated and adjust in future. > > Based in part on work by Hien Dang. > ---