Re: [PATCH 2/3] ARM: dts: gr-peach: Enable MTU2 timer pulse unit

2017-10-05 Thread Geert Uytterhoeven
On Thu, Oct 5, 2017 at 10:58 AM, Jacopo Mondi wrote: > MTU2 multi-function/multi-channel timer/counter is not enabled for > GR-Peach board. The timer is used as clock event source to schedule > wake-ups, and without this enabled all sleeps not performed through busy >

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

2017-10-05 Thread Simon Horman
On Thu, Sep 21, 2017 at 06:09:34PM +0200, Geert Uytterhoeven wrote: > Hi Sergei, > > On Thu, Sep 21, 2017 at 6:03 PM, Sergei Shtylyov > wrote: > > On 9/21/2017 4:08 PM, Geert Uytterhoeven wrote: > >>> Define the Eagle board dependent part of the EtherAVB

Re: [PATCH 2/2] arm64: dts: renesas: r8a77995: draak: enable PWM channel 0 and 1

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 04:38:08PM +0200, Geert Uytterhoeven wrote: > On Wed, Oct 4, 2017 at 12:27 PM, Yoshihiro Shimoda > wrote: > > This patch enables PWM channel 0 and 1 on the draak. Each channel > > connects to LTC2644 for brightness control. > > > >

Re: [PATCH] gpio: rcar: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:16:16PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > Note that the gpio-rcar driver is used with DT only, so there's always a > valid match. > > Signed-off-by: Geert Uytterhoeven

Re: [PATCH] arm: dts: gr-peach: Fix label indent

2017-10-05 Thread Simon Horman
On Thu, Oct 05, 2017 at 10:41:47AM +0200, jacopo mondi wrote: > Hi Simon, Sergei > > On Wed, Oct 04, 2017 at 07:03:35PM +0300, Sergei Shtylyov wrote: > > On 10/04/2017 06:41 PM, Jacopo Mondi wrote: > > > > >Fix 'leds' label indent as it was wrongly aligned > > > >It's not a label, it's node

Re: [PATCH] arm: dts: gr-peach: Reduce extal_clk resolution

2017-10-05 Thread Geert Uytterhoeven
Hi Jacopo, On Thu, Oct 5, 2017 at 9:48 AM, jacopo mondi wrote: > On Wed, Oct 04, 2017 at 05:54:46PM +0200, Geert Uytterhoeven wrote: >> On Wed, Oct 4, 2017 at 5:40 PM, Jacopo Mondi >> wrote: >> > The system clock described by extal_clk is reported

Re: [PATCH 2/3] iio: adc: rcar-gyroadc: Enable compile-testing on non-ARM

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:08:25PM +0200, Geert Uytterhoeven wrote: > The rcar-gyroadc driver compiles fine on other platforms, hence increase > compile coverage. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

Re: [PATCH 1/3] iio: adc: rcar-gyroadc: Cast pointer to uintptr_t to fix warning on 64-bit

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:08:24PM +0200, Geert Uytterhoeven wrote: > On 64-bit: > > drivers/iio/adc/rcar-gyroadc.c: In function 'rcar_gyroadc_parse_subdevs': > drivers/iio/adc/rcar-gyroadc.c:352:15: warning: cast from pointer to > integer of different size [-Wpointer-to-int-cast] >

Re: [PATCH 3/3] iio: adc: rcar-gyroadc: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:08:26PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > Note that the rcar-gyroadc driver is used with DT only, so there's > always a valid match. > > Signed-off-by: Geert Uytterhoeven

Re: [PATCH] usb: host: xhci-plat: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:25:03PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

RE: [PATCH] usb: gadget: udc: renesas_usb3: Use of_device_get_match_data() helper

2017-10-05 Thread Yoshihiro Shimoda
Hi, > From: Geert Uytterhoeven, Sent: Wednesday, October 4, 2017 9:24 PM > > Use the of_device_get_match_data() helper instead of open coding, > postponing the matching until when it's really needed. > Note that the renesas_usb3 driver is used with DT only, so there's > always a valid match. >

Re: [PATCH] usb: host: xhci-plat: Use of_device_get_match_data() helper

2017-10-05 Thread Mathias Nyman
On 05.10.2017 12:19, Simon Horman wrote: On Wed, Oct 04, 2017 at 02:25:03PM +0200, Geert Uytterhoeven wrote: Use the of_device_get_match_data() helper instead of open coding. Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

Re: [PATCH v2 2/3] mmc: parse new binding for eMMC fixed driver type

2017-10-05 Thread Ulf Hansson
On 4 October 2017 at 19:39, Wolfram Sang wrote: > Parse the new binding and store it in the host struct after doing some > sanity checks. The code is designed to support fixed SD driver type if > we ever need that. > > Signed-off-by: Wolfram Sang

Re: [PATCH 2/3] ARM: dts: gr-peach: Enable MTU2 timer pulse unit

2017-10-05 Thread Simon Horman
On Thu, Oct 05, 2017 at 11:02:30AM +0200, Geert Uytterhoeven wrote: > On Thu, Oct 5, 2017 at 10:58 AM, Jacopo Mondi > wrote: > > MTU2 multi-function/multi-channel timer/counter is not enabled for > > GR-Peach board. The timer is used as clock event source to schedule >

Re: [PATCH 1/3] ARM: dts: gr-peach: Fix 'leds' node name indent

2017-10-05 Thread Simon Horman
On Thu, Oct 05, 2017 at 10:58:18AM +0200, Jacopo Mondi wrote: > Fix 'leds' node name indent as it was wrongly aligned. > > Signed-off-by: Jacopo Mondi Thanks, applied.

Re: [PATCH] arm: dts: gr-peach: Fix label indent

2017-10-05 Thread jacopo mondi
Hi Simon, Sergei On Wed, Oct 04, 2017 at 07:03:35PM +0300, Sergei Shtylyov wrote: > On 10/04/2017 06:41 PM, Jacopo Mondi wrote: > > >Fix 'leds' label indent as it was wrongly aligned > >It's not a label, it's node name. :-) You're so right! As I have other 3 patches to send out for GR-Peach,

Re: [PATCH v2 7/8] arm64: dts: renesas: initial Eagle board device tree

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 01:10:26PM +0200, Geert Uytterhoeven wrote: > Hi Sergei, > > On Wed, Oct 4, 2017 at 1:03 PM, Sergei Shtylyov > wrote: > > On 9/21/2017 4:18 PM, Geert Uytterhoeven wrote: > >>> Add the initial device tree for the R8A77970 SoC based

Re: [PATCH 1/2] arm64: dts: renesas: r8a77995: add PWM device nodes

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 04:02:05PM +0200, Geert Uytterhoeven wrote: > On Wed, Oct 4, 2017 at 12:27 PM, Yoshihiro Shimoda > wrote: > > This patch adds PWM device nodes for r8a77995. > > > > Signed-off-by: Yoshihiro Shimoda > >

Re: [PATCH 3/3] ARM: dts: gr-peach: Add ETHER pin group

2017-10-05 Thread Geert Uytterhoeven
Hi Jacopo, On Thu, Oct 5, 2017 at 10:58 AM, Jacopo Mondi wrote: > Add pin configuration subnode for ETHER pin group and enable the interface. > > Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven > ---

Re: [PATCH] MAINTAINERS: Add git repository to Renesas clock driver section

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 01:34:24PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS >

Re: [PATCH] ata: sata_rcar: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:13:07PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > Note that the sata_rcar driver is used with DT only, so there's always a > valid match. > > Signed-off-by: Geert Uytterhoeven

Re: [PATCH] usb: renesas_usbhs: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:26:48PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

Re: [PATCH] dt-bindings: iommu: ipmmu-vmsa: Use generic node name

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:33:08PM +0200, Geert Uytterhoeven wrote: > Use the preferred generic node name in the example. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

RE: [PATCH] usb: host: xhci-plat: Use of_device_get_match_data() helper

2017-10-05 Thread Yoshihiro Shimoda
Hi, > From: Geert Uytterhoeven, Sent: Wednesday, October 4, 2017 9:25 PM > > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven Thank you for the patch! Reviewed-by: Yoshihiro Shimoda

Re: [PATCH] mtd: nand: sh_flctl: Use of_device_get_match_data() helper

2017-10-05 Thread Boris Brezillon
On Wed, 4 Oct 2017 14:19:03 +0200 Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > While at it, make config const so the cast can be dropped. > Applied. Thanks, Boris > Signed-off-by: Geert Uytterhoeven

[PATCH 1/3] ARM: dts: gr-peach: Fix 'leds' node name indent

2017-10-05 Thread Jacopo Mondi
Fix 'leds' node name indent as it was wrongly aligned. Signed-off-by: Jacopo Mondi --- arch/arm/boot/dts/r7s72100-gr-peach.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts

[PATCH 0/3] ARM: dts: gr-peach: Mix DTS fixes/updates

2017-10-05 Thread Jacopo Mondi
Hello, this series includes three patches for GR-Peach DTS. The first, very trivial one is the re-proposal of the already sent patch, with the commit message updated as suggested by Sergei. The second just enables the Multi-function timer/counter unit which was disabled and is actually used

[PATCH 2/3] ARM: dts: gr-peach: Enable MTU2 timer pulse unit

2017-10-05 Thread Jacopo Mondi
MTU2 multi-function/multi-channel timer/counter is not enabled for GR-Peach board. The timer is used as clock event source to schedule wake-ups, and without this enabled all sleeps not performed through busy waiting hang the board. Signed-off-by: Jacopo Mondi ---

Re: [PATCH] serial: sh-sci: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:21:56PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > Note that when used with DT, there's always a valid match. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

Re: [PATCH] usb: gadget: udc: renesas_usb3: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:23:31PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding, > postponing the matching until when it's really needed. > Note that the renesas_usb3 driver is used with DT only, so there's > always a valid match. > >

RE: [PATCH] usb: renesas_usbhs: Use of_device_get_match_data() helper

2017-10-05 Thread Yoshihiro Shimoda
Hi, > From: Geert Uytterhoeven, Sent: Wednesday, October 4, 2017 9:27 PM > > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven Thank you for the patch! Reviewed-by: Yoshihiro Shimoda

Re: [PATCH] arm: dts: gr-peach: Reduce extal_clk resolution

2017-10-05 Thread jacopo mondi
Hi Geert On Wed, Oct 04, 2017 at 05:54:46PM +0200, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Wed, Oct 4, 2017 at 5:40 PM, Jacopo Mondi > wrote: > > The system clock described by extal_clk is reported to have a frequency > > of 13.333 Mhz and is correctly described

Re: [PATCH] arm64: dts: renesas: salvator-common: add pfc node for USB3.0 channel 0

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 03:53:36PM +0200, Geert Uytterhoeven wrote: > On Tue, Oct 3, 2017 at 10:01 AM, Yoshihiro Shimoda > wrote: > > Since a R-Car Gen3 bootloader enables the PFC of USB3.0 channel 0, > > the USB3.0 host controller works without this setting on

Re: [PATCH] irqchip/renesas-intc-irqpin: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:17:58PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

Re: [PATCH] i2c: sh_mobile: Use of_device_get_match_data() helper

2017-10-05 Thread Simon Horman
On Wed, Oct 04, 2017 at 02:17:05PM +0200, Geert Uytterhoeven wrote: > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman

RE: [RFC PATCH] mmc: tmio: check mmc_regulator_get_supply return value

2017-10-05 Thread Fabrizio Castro
Hi Wolfram, Ulf > Hi Fabrizio, > > On Wed, Oct 04, 2017 at 10:50:54AM +, Fabrizio Castro wrote: > > Thank you guys for your comments! > > > > > > > However, there are side effects to it as the mmc devices will be > > > > > enumerated > > > > > in a different order (due to -EPROBE_DEFER),

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

2017-10-05 Thread Vladimir Barinov
Hi Geert, Thank you for the review. On 20.09.2017 15:59, Geert Uytterhoeven wrote: Hi Vladimir, On Thu, Sep 7, 2017 at 12:36 AM, Vladimir Barinov wrote: This supports USB2 PHY channel #0 on ULCB Kingfisher board Signed-off-by: Vladimir Barinov

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

2017-10-05 Thread Vladimir Barinov
This supports SCIF1 on ULCB Kingfisher board Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven --- Changes in version 2: - added rtc/cts arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 13 + 1 file changed, 13

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

2017-10-05 Thread Vladimir Barinov
This supports PCIE0/1 on ULCB Kingfisher board Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven --- Changes in version 2: - removed status update for pcie_bus_clk arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 13

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

2017-10-05 Thread Vladimir Barinov
This supports TCA9539 gpio expanders on I2C2 bus on ULCB Kingfisher board Signed-off-by: Vladimir Barinov --- Changes in version 2: - use generic node name "gpio" Changes in version 3: - changed pca9539 to tca9539 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi |

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

2017-10-05 Thread Vladimir Barinov
This supports TCA9539 gpio expanders on I2C4 bus on ULCB Kingfisher board Signed-off-by: Vladimir Barinov --- Changes in version 2: - use generic node name "gpio" Changes in version 3: - changed pca9539 to tca9539 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi |

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

2017-10-05 Thread Yoshihiro Shimoda
Hi Biju-san, (+ Felipe-san) Thank you for the patch! > From: Biju Das, Sent: Friday, October 6, 2017 12:13 AM > > This patch adds support for r8a7743/5 SoC. The Renesas RZ/G1[ME] > (R8A7743/5) usbhs is identical to the R-Car Gen2 family. > > This doesn't change the driver, so it does nothing

Re: [PATCH 1/4] dt-bindings: net: ravb: Document optional reset-gpios property

2017-10-05 Thread Rob Herring
On Thu, Sep 28, 2017 at 11:07:38PM +0300, Sergei Shtylyov wrote: > Hello! > > On 09/28/2017 06:53 PM, Geert Uytterhoeven wrote: > > > The optional "reset-gpios" property (part of the generic MDIO bus > > properties) lets us describe the GPIO used for resetting the Ethernet > > PHY. > > > >

RE: [PATCH v3 0/4] phy: rcar-gen3-usb2: add support for r8a77995

2017-10-05 Thread Yoshihiro Shimoda
Hi Kishon, Would you review this patch set? I checked this can apply your latest linux-phy.git / next branch (the commit id = 415060b21f31). Best regards, Yoshihiro Shimoda > -Original Message- > From: Yoshihiro Shimoda > Sent: Friday, September 1, 2017 11:41 AM > To: kis...@ti.com >

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

2017-10-05 Thread Vladimir Barinov
Hi Geert, On 20.09.2017 16:44, Geert Uytterhoeven wrote: Hi Vladimir, On Thu, Sep 14, 2017 at 4:19 PM, Vladimir Barinov wrote: This supports PCA9539 gpio expanders on I2C2 bus on ULCB Kingfisher board Signed-off-by: Vladimir Barinov

[PATCH 0/2] pinctrl: sh-pfc: Restore sort order

2017-10-05 Thread Geert Uytterhoeven
Hi, This patch series restores sort order in the R-Car H3 pinctrl files. Queuing up in sh-pfc-for-v4.15, as usual. Geert Uytterhoeven (2): pinctrl: sh-pfc: r8a7795-es1: Restore sort order pinctrl: sh-pfc: r8a7795: Restore sort order drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 34

[PATCH 1/2] pinctrl: sh-pfc: r8a7795-es1: Restore sort order

2017-10-05 Thread Geert Uytterhoeven
Move the USB30 pins where they belong. Signed-off-by: Geert Uytterhoeven --- drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 34 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c

[PATCH 2/2] pinctrl: sh-pfc: r8a7795: Restore sort order

2017-10-05 Thread Geert Uytterhoeven
Move the SCIF_CLK pins where they belong. Signed-off-by: Geert Uytterhoeven --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c

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

2017-10-05 Thread Simon Horman
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: Dien Pham Signed-off-by: Takeshi Kihara

[PATCH v2 0/2] arm64: dts: r8a779[56]: Add OPPs table for cpu devices

2017-10-05 Thread Simon Horman
These are dependencies for supporting CPUFreq. The remainder of that work is being posted separately and can be found at: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/rcar-gen3-cpufreq-v3 A description of steps taken to lightly exercise the same feature for the

RE: [RFC PATCH] mmc: tmio: check mmc_regulator_get_supply return value

2017-10-05 Thread Fabrizio Castro
> [...] > > >> > >> Well, the good news is that it didn't cause a regression for me on R-Car > >> E2 (Alt board) and H3 (Salvator X board). > >> > >> Sadly, it doesn't also fix the SDR104 problems on Alt. I had a little > >> hope this could be the culprit, but sadly it is not. But this is not a >

Re: [RFC PATCH] mmc: tmio: check mmc_regulator_get_supply return value

2017-10-05 Thread Wolfram Sang
> Thank you Uffe. I guess the patch is alright then. > > Wolfram, do you want to add a Tested-by? Sure: Reviewed-by: Wolfram Sang Tested-by: Wolfram Sang signature.asc Description: PGP signature

Re: [RFC PATCH] mmc: tmio: check mmc_regulator_get_supply return value

2017-10-05 Thread Ulf Hansson
[...] >> >> Well, the good news is that it didn't cause a regression for me on R-Car >> E2 (Alt board) and H3 (Salvator X board). >> >> Sadly, it doesn't also fix the SDR104 problems on Alt. I had a little >> hope this could be the culprit, but sadly it is not. But this is not a >> problem with

[PATCH] ARM: shmobile: rcar-gen2: fix non-SMP build

2017-10-05 Thread Arnd Bergmann
A bugfix for the SMP case broke the build for the UP case: arch/arm/mach-shmobile/headsmp-apmu.o: In function `shmobile_boot_apmu': (.text+0x34): undefined reference to `secondary_startup' The assembler file mixes code that is used for SMP with code that we also need on a single-CPU build, so

[PATCH v3 4/6] clk: renesas: r8a7795: Add Z2 clock

2017-10-05 Thread Simon Horman
From: Takeshi Kihara This patch adds Z2 clock for r8a7795 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven ---

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

2017-10-05 Thread Simon Horman
Hi, 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: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/rcar-gen3-cpufreq A description of steps taken to

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

2017-10-05 Thread Simon Horman
From: Takeshi Kihara This patch adds Z clock divider support for R-Car Gen3 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman --- v2 [Simon Horman] * Use DIV_ROUND_CLOSEST_ULL instead of

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

2017-10-05 Thread Simon Horman
From: Takeshi Kihara This patch adds Z2 clock divider support for R-Car Gen3 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman --- v2 [Simon Horman] * Consolidate Z and Z2 clock ops * Allow

[PATCH v3 6/6] clk: renesas: r8a7796: Add Z2 clock

2017-10-05 Thread Simon Horman
From: Takeshi Kihara This patch adds Z2 clock for R8A7796 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven ---

[PATCH v3 5/6] clk: renesas: r8a7796: Add Z clock

2017-10-05 Thread Simon Horman
From: Takeshi Kihara This patch adds Z clock for R8A7796 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven ---

[PATCH v3 3/6] clk: renesas: r8a7795: Add Z clock

2017-10-05 Thread Simon Horman
From: Takeshi Kihara This patch adds Z clock for R8A7795 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven ---

Re: [PATCH] ARM: shmobile: rcar-gen2: fix non-SMP build

2017-10-05 Thread Geert Uytterhoeven
Hi Arnd, On Thu, Oct 5, 2017 at 2:09 PM, Arnd Bergmann wrote: > A bugfix for the SMP case broke the build for the UP case: > > arch/arm/mach-shmobile/headsmp-apmu.o: In function `shmobile_boot_apmu': > (.text+0x34): undefined reference to `secondary_startup' > > The assembler file

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

2017-10-05 Thread Sergei Shtylyov
On 10/05/2017 12:05 PM, Simon Horman 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: Vladimir Barinov

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

2017-10-05 Thread kbuild test robot
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: renesas: rcar-gen3: Add Z2 clock divider support config: i386-allmodconfig (attached as

[PATCH] dmaengine: usb-dmac: Add compatible string for r8a7743/5

2017-10-05 Thread Biju Das
This patch adds support for r8a7743/5 SoC. The Renesas RZ/G1[ME] (R8A7743/5) usbdmac engine is identical to the R-Car Gen2 family. This doesn't change the driver, so it does nothing by itself. But it does mean that checkpatch won't complain about a future patch that adds

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

2017-10-05 Thread Sudeep Holla
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. > I assume these OPPs will continue to work in future but just not optimal. > Based in part on work by Hien

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

2017-10-05 Thread Biju Das
This patch adds support for r8a7743/5 SoC. The Renesas RZ/G1[ME] (R8A7743/5) usbhs is identical to the R-Car Gen2 family. This doesn't change the driver, so it does nothing by itself. But it does mean that checkpatch won't complain about a future patch that adds "renesas,usbhs-r8a7743" or

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

2017-10-05 Thread Vladimir Barinov
Hi Simon, Geert, Do you need extra actions from my side to accept this patch? On 20.09.2017 15:32, Geert Uytterhoeven wrote: Hi Vladimir, [CC Pantelis] On Thu, Sep 14, 2017 at 4:18 PM, Vladimir Barinov wrote: Add the initial device tree for the M3ULCB

Re: [PATCH] ARM: shmobile: rcar-gen2: fix non-SMP build

2017-10-05 Thread Arnd Bergmann
On Thu, Oct 5, 2017 at 2:25 PM, Geert Uytterhoeven wrote: > On Thu, Oct 5, 2017 at 2:09 PM, Arnd Bergmann wrote: >> arch/arm/mach-shmobile/headsmp-apmu.S | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/arch/arm/mach-shmobile/headsmp-apmu.S >>

Re: [RFC][PATCH 0/4] Audio/SSI pin supprt for r8a7795/r8a77995

2017-10-05 Thread Wolfram Sang
Morimoto-san, > But, I2C is not yet supported on H3 ES2.0 "PFC", This is out now: [PATCH] pinctrl: sh-pfc: r8a7795: add I2C pin support and Geert already picked it up. Regards, Wolfram signature.asc Description: PGP signature