Re: [PATCH 13/15] Documentation: devicetree: ravb: Add r8a77965

2018-02-18 Thread Rob Herring
On Thu, Feb 15, 2018 at 04:45:34PM +0100, Simon Horman wrote: > On Tue, Feb 13, 2018 at 10:46:00AM +0100, Jacopo Mondi wrote: > > Add documentation for r8a77965 compatible string to renesas ravb device > > tree bindings documentation. > > > > Signed-off-by: Jacopo Mondi

Re: [PATCH 08/15] Documentation: devicetree: renesas,sci: Add r8a77965

2018-02-18 Thread Rob Herring
On Thu, Feb 15, 2018 at 04:47:52PM +0100, Simon Horman wrote: > On Tue, Feb 13, 2018 at 10:45:55AM +0100, Jacopo Mondi wrote: > > Add documentation for r8a77965 compatible string to reneass sci-serial > > device tree bindings documentation. > > I think a better subject would be: > > dt-bindings:

Re: [PATCH 06/15] Documentation: devicetree: dma: Add r8a77965 dmac

2018-02-18 Thread Rob Herring
On Thu, Feb 15, 2018 at 04:56:39PM +0100, Simon Horman wrote: > On Thu, Feb 15, 2018 at 04:39:49PM +0100, Simon Horman wrote: > > On Tue, Feb 13, 2018 at 10:45:53AM +0100, Jacopo Mondi wrote: > > > Add documentation for r8a77965 compatible string to rcar-dmac device > > > tree bindings

Re: [PATCH 04/15] pinctrl: sh-pfc: Initial R-Car M3-N support

2018-02-18 Thread Rob Herring
On Tue, Feb 13, 2018 at 10:45:51AM +0100, Jacopo Mondi wrote: > Add initial PFC support for R-Car M3-N (r8a77965) SoC. > No groups or functions defined, just pin and registers enumeration. > > Signed-off-by: Jacopo Mondi > --- >

Re: [PATCH 02/15] clk: renesas: cpg-msr: Add support for R-Car M3-N

2018-02-18 Thread Rob Herring
On Tue, Feb 13, 2018 at 10:45:49AM +0100, Jacopo Mondi wrote: > Initial support for R-Car M3-N (r8a77965), including core and module > clocks. > > Signed-off-by: Jacopo Mondi > --- > .../devicetree/bindings/clock/renesas,cpg-mssr.txt | 1 + >

Re: [PATCH 01/15] Documentation: devicetree: R-Car M3-N SoC DT bindings

2018-02-18 Thread Rob Herring
On Wed, Feb 14, 2018 at 11:01:53AM +0100, Simon Horman wrote: > On Tue, Feb 13, 2018 at 10:45:48AM +0100, Jacopo Mondi wrote: > > Add device tree bindings documentation for Renesas R-Car M3-N (r8a77965) > > SoC. > > > > Signed-off-by: Jacopo Mondi > > Thanks, this

Re: [PATCH v2 1/2] dt-bindings: clock: add R8A77980 CPG core clock definitions

2018-02-18 Thread Rob Herring
On Thu, Feb 15, 2018 at 02:56:53PM +0300, Sergei Shtylyov wrote: > Add macros usable by the device tree sources to reference the R8A77980 > CPG core clocks by index. The data come from the table 8.2e of the R-Car > Series, 3rd Generation User's Manual: Hardware (Rev. 0.80, Oct, 2017), > however I

[PATCH] sh_eth: simplify sh_eth_check_reset()

2018-02-18 Thread Sergei Shtylyov
The *while* loop in this function can be turned into a normal *for* loop. And getting rid of the single return point saves us a few more LoCs... Signed-off-by: Sergei Shtylyov --- The patch is against DaveM's 'net-next.git' repo.

Re: [PATCH] ARM: dts: porter: Add missing PMIC nodes

2018-02-18 Thread Geert Uytterhoeven
Hi Marek, CC Steve Twiss On Sat, Feb 17, 2018 at 3:07 AM, Marek Vasut wrote: > Add PMIC nodes to Porter and connect CPU DVFS supply. There is > one DA9063 and one DA9210 on Porter, the only difference from > the other boards is that DA9063 is at I2C address 0x5a rather >