Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-24 Thread David Miller
From: Sergei Shtylyov Date: Sat, 24 Feb 2018 21:01:15 +0300 > On 02/01/2018 11:13 PM, Sergei Shtylyov wrote: > >> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB >> device, so document the SoC specific bindings. >> >> Signed-off-by:

Re: [PATCH v6 3/4] drm: rcar-du: Fix legacy DT to create LVDS encoder nodes

2018-02-24 Thread Frank Rowand
On 02/22/18 14:10, Frank Rowand wrote: > Hi Laurent, Rob, > > Thanks for the prompt spin to address my concerns. There are some small > technical issues. > > I did not read the v3 patch until today. v3 through v6 are still using the > old overlay apply method which uses an expanded device tree

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

2018-02-24 Thread Marek Vasut
On 02/18/2018 04:07 PM, Geert Uytterhoeven wrote: > Hi Marek, Hi, > 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

Re: [PATCH v6 3/4] drm: rcar-du: Fix legacy DT to create LVDS encoder nodes

2018-02-24 Thread Frank Rowand
On 02/23/18 11:56, Laurent Pinchart wrote: > Hi Frank, > > On Friday, 23 February 2018 21:43:17 EET Frank Rowand wrote: >> On 02/23/18 01:00, Laurent Pinchart wrote: >>> On Friday, 23 February 2018 04:38:06 EET Frank Rowand wrote: On 02/22/18 14:10, Frank Rowand wrote: > Hi Laurent, Rob,

[PATCH net-next] sh_eth: fix TSU init on SH7734/R8A7740

2018-02-24 Thread Sergei Shtylyov
It appears that the single port Ether controllers having TSU (like SH7734/ R8A7740) need the same kind of treating in sh_eth_tsu_init() as R7S72100 currently has -- they also don't have the TSU registers related e.g. to passing the frames between ports. Add the 'sh_eth_cpu_data::dual_port' flag

Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-24 Thread Sergei Shtylyov
On 02/01/2018 11:13 PM, Sergei Shtylyov wrote: > Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB > device, so document the SoC specific bindings. > > Signed-off-by: Sergei Shtylyov > > --- > The patch is against DaveM's 'net-next.git'

[PATCH net-next] sh_eth: TSU_QTAG0/1 registers the same as TSU_QTAGM0/1

2018-02-24 Thread Sergei Shtylyov
The TSU_QTAG0/1 registers found in the Gigabit Ether controllers actually have the same long name as the TSU_QTAGM0/1 registers in the early Ether controllers: Qtag Addition/Deletion Set Register (Port 0/1 to 1/0); thus there's no need to make a difference in sh_eth_tsu_init() between those

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

2018-02-24 Thread Marek Vasut
On 02/23/2018 05:45 PM, Simon Horman wrote: > On Sun, Feb 18, 2018 at 04:07:51PM +0100, Geert Uytterhoeven wrote: >> 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