Re: [PATCH] sh_eth: add wake-on-lan support via magic packet

2016-12-07 Thread Niklas Söderlund
Hi Geert, Thanks for testing and your feedback. On 2016-12-07 19:14:40 +0100, Geert Uytterhoeven wrote: > Hi Niklas, > > On Wed, Dec 7, 2016 at 5:28 PM, Niklas Söderlund > wrote: > > Signed-off-by: Niklas Söderlund

Re: [PATCH pci/next v3 0/3] PCI: rcar, rcar-gen2: Bindings cleanups

2016-12-07 Thread Bjorn Helgaas
On Tue, Dec 06, 2016 at 04:51:28PM +0100, Simon Horman wrote: > Hi, > > this short series makes some bindings cleanups to the Renesas PCI drivers. > > Changes v2->v3: > * Reworded changelogs to indicate that re-ordering struct of_device_id > entries does not effect run-time behaviour > *

Re: [PATCH] sh_eth: add wake-on-lan support via magic packet

2016-12-07 Thread Geert Uytterhoeven
Hi Niklas, On Wed, Dec 7, 2016 at 5:28 PM, Niklas Söderlund wrote: > Signed-off-by: Niklas Söderlund Thanks, works fine on r8a7791/koelsch! Tested-by: Geert Uytterhoeven > ---

[PATCH v2 4/4] arm64: renesas: r8a7796: Enable HSCIF DMA

2016-12-07 Thread Ulrich Hecht
Signed-off-by: Ulrich Hecht --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index c508e0f..748a2c2 100644 ---

[PATCH v2 3/4] arm64: renesas: r8a7796 dtsi: Add all HSCIF nodes

2016-12-07 Thread Ulrich Hecht
Add the device nodes for all HSCIF serial ports, incl. clocks, and clock domain. Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 70 1 file

[PATCH v2 2/4] pinctrl: sh-pfc: r8a7796: Add HSCIF pins, groups, and functions

2016-12-07 Thread Ulrich Hecht
Signed-off-by: Ulrich Hecht --- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 283 +++ 1 file changed, 283 insertions(+) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c b/drivers/pinctrl/sh-pfc/pfc-r8a7796.c index dc9b671..ed4a877

[PATCH v2 1/3] clk: renesas: r8a7796: Add SCIF clocks

2016-12-07 Thread Ulrich Hecht
Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c

[PATCH v2 1/4] clk: shmobile: r8a7796: Add HSCIF clocks

2016-12-07 Thread Ulrich Hecht
Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c

[PATCH v2 3/3] arm64: renesas: r8a7796: Enable SCIF DMA

2016-12-07 Thread Ulrich Hecht
Signed-off-by: Ulrich Hecht --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index c5f0df5..782063a 100644 ---

[PATCH v2 2/3] arm64: renesas: r8a7796: Add all SCIF nodes

2016-12-07 Thread Ulrich Hecht
Add the device nodes for all R-Car H3 SCIF serial ports, incl. clocks and clock domain. Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 65 1

[PATCH v2 0/3] r8a7796 SCIF integration

2016-12-07 Thread Ulrich Hecht
Hi! This revision fixes the completely incorrect DMA assignments (must have looked in the wrong datasheet), and adds dmac2 references and Reviewed-bys where appropriate. Based on renesas-devel-20161207-v4.9-rc8. CU Uli Ulrich Hecht (3): clk: renesas: r8a7796: Add SCIF clocks arm64

[PATCH v2 0/4] r8a7796 HSCIF integration

2016-12-07 Thread Ulrich Hecht
Hi! This revision adds dmac2 references and Reviewed-bys where appropriate, plus the missing C pin group for HSCIF2. (Unlike the SCIF series, the DMA assignments in this one are not completely bogus. Go figure.) Based on renesas-devel-20161207-v4.9-rc8. CU Uli Ulrich Hecht (4): clk

[PATCH] sh_eth: add wake-on-lan support via magic packet

2016-12-07 Thread Niklas Söderlund
Signed-off-by: Niklas Söderlund --- drivers/net/ethernet/renesas/sh_eth.c | 120 +++--- drivers/net/ethernet/renesas/sh_eth.h | 4 ++ 2 files changed, 116 insertions(+), 8 deletions(-) diff --git

Re: [PATCH 2/2] i2c: sh_mobile: Add per-Generation fallback bindings

2016-12-07 Thread Geert Uytterhoeven
On Wed, Dec 7, 2016 at 11:39 AM, Simon Horman wrote: > Add per-Generation fallback bindings for R-Car SoCs. > > This is in keeping with the compatibility string scheme is being adopted > for drivers for Renesas SoCs. > > Signed-off-by: Simon Horman

Re: [PATCH 1/2] i2c: sh_mobile: List rmobile fallback compatibility last

2016-12-07 Thread Geert Uytterhoeven
On Wed, Dec 7, 2016 at 11:39 AM, Simon Horman wrote: > Improve readability by listing the rmobile fallback compatibility string > after the more-specific compatibility strings they provide a fallback for. > > This does not effect run-time behaviour as it is the order

Re: [PATCH] iio: Add Maxim MAX11100 driver

2016-12-07 Thread jac...@jmondi.org
Hi Peter, thanks for review On 06/12/2016 22:00, Peter Meerwald-Stadler wrote: On Tue, 6 Dec 2016, Jacopo Mondi wrote: Add IIO driver for Maxim MAX11100 single-channel ADC. Support raw_read mode only. comments below; very minimal driver, but several easy issues... the read_raw() is

Re: [renesas:soc-for-v4.11 3/8] make[4]: *** No rule to make target 'drivers/soc/renesas/renesas-soc.o', needed by 'drivers/soc/renesas/built-in.o'.

2016-12-07 Thread Simon Horman
renesas/built-in.o'. > > >make[4]: Target '__build' not remade because of errors. > > > > That seems to be an incorrect merge conflict resolution in the above commit. > > drivers/soc/renesas/renesas-soc.c does not exist there, so the line to build > > it should not have been added to the Makefile. > > Thanks, I am looking into this. Should be fixed in renesas-devel-20161207-v4.9-rc8 Happy 7th!

Re: [renesas:soc-for-v4.11 3/8] make[4]: *** No rule to make target 'drivers/soc/renesas/renesas-soc.o', needed by 'drivers/soc/renesas/built-in.o'.

2016-12-07 Thread Simon Horman
On Wed, Dec 07, 2016 at 10:38:28AM +0100, Geert Uytterhoeven wrote: > On Wed, Dec 7, 2016 at 10:28 AM, kbuild test robot > wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git > > soc-for-v4.11 > > head:

[PATCH 1/2] i2c: sh_mobile: List rmobile fallback compatibility last

2016-12-07 Thread Simon Horman
Improve readability by listing the rmobile fallback compatibility string after the more-specific compatibility strings they provide a fallback for. This does not effect run-time behaviour as it is the order in the DTB that determines which compatibility string is used. Signed-off-by: Simon

[PATCH 2/2] i2c: sh_mobile: Add per-Generation fallback bindings

2016-12-07 Thread Simon Horman
Add per-Generation fallback bindings for R-Car SoCs. This is in keeping with the compatibility string scheme is being adopted for drivers for Renesas SoCs. Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt | 17 ++---

[PATCH 0/2] i2c: sh_mobile: fallback enhancements

2016-12-07 Thread Simon Horman
Hi, this short series aims to improve the fallback compatibility strings for the i2c-sh_mobile driver. Simon Horman (2): i2c: sh_mobile: List rmobile fallback compatibility last i2c: sh_mobile: Add per-Generation fallback bindings Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt |

Re: [PATCH 14/22] dt-bindings: display: dw-hdmi: Clean up DT bindings documentation

2016-12-07 Thread Laurent Pinchart
Hi Rob, On Tuesday 06 Dec 2016 15:15:50 Rob Herring wrote: > On Fri, Dec 02, 2016 at 01:43:29AM +0200, Laurent Pinchart wrote: > > Make it clear that the core bridge/dw_hdmi.txt document isn't a device > > tree binding by itself but is meant to be referenced by platform device > > tree bindings,

Re: [renesas:soc-for-v4.11 3/8] make[4]: *** No rule to make target 'drivers/soc/renesas/renesas-soc.o', needed by 'drivers/soc/renesas/built-in.o'.

2016-12-07 Thread Geert Uytterhoeven
On Wed, Dec 7, 2016 at 10:28 AM, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git > soc-for-v4.11 > head: d22b40a6a05125debadedf78d35ce172e92b96f5 > commit: 68122e60d3a6d1e7e312909108b8459489393894 [3/8] Merge branch

[renesas:soc-for-v4.11 3/8] make[4]: *** No rule to make target 'drivers/soc/renesas/renesas-soc.o', needed by 'drivers/soc/renesas/built-in.o'.

2016-12-07 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git soc-for-v4.11 head: d22b40a6a05125debadedf78d35ce172e92b96f5 commit: 68122e60d3a6d1e7e312909108b8459489393894 [3/8] Merge branch 'rcar-rst' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into

Re: [RFC] dts: arm: renesas: koelsh: Add MAX11100 device

2016-12-07 Thread jac...@jmondi.org
Hi Geert, thanks for review On 07/12/2016 09:40, Geert Uytterhoeven wrote: Hi Jacopo, On Tue, Dec 6, 2016 at 5:34 PM, Jacopo Mondi wrote: Add node to test MAX11100 ADC with LED28 connected to the chip input line. What does the name "LED28" refer to? It's simply

Re: [PATCH v4 2/4] thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver

2016-12-07 Thread Wolfram Sang
> Would you please check the following from checkpatch too? I saw them and chose to ignore them. I am not strict with those warnings within the i2c subsystem as well. I can change the series if your mileage varies, of course. > WARNING: please write a paragraph that describes the config symbol

Re: [RFC] dts: arm: renesas: koelsh: Add MAX11100 device

2016-12-07 Thread Geert Uytterhoeven
Hi Jacopo, On Tue, Dec 6, 2016 at 5:34 PM, Jacopo Mondi wrote: > Add node to test MAX11100 ADC with LED28 connected to the chip input > line. What does the name "LED28" refer to? > The ADC sits on a gpio-spi master. > > Signed-off-by: Jacopo Mondi > --- >

Re: [PATCH] iio: Add Maxim MAX11100 driver

2016-12-07 Thread Geert Uytterhoeven
On Tue, Dec 6, 2016 at 10:00 PM, Peter Meerwald-Stadler wrote: >> --- a/drivers/iio/adc/Kconfig >> +++ b/drivers/iio/adc/Kconfig >> +static int max11100_read_raw(struct iio_dev *indio_dev, >> + struct iio_chan_spec const *chan, >> +