Re: [PATCH] sh-sci: add R8A7743/5 support

2016-10-06 Thread Geert Uytterhoeven
On Wed, Oct 5, 2016 at 3:37 PM, Laurent Pinchart wrote: > On Wednesday 05 Oct 2016 08:28:05 Rob Herring wrote: >> Is it really 4 distinct UARTs on a chip? DT can't fix that insanity. > > It's really 4 different UART types on a chip, yes. We have actually 5 >

Re: [PATCH] sh-sci: add R8A7743/5 support

2016-10-05 Thread Laurent Pinchart
Hi Chris, On Wednesday 05 Oct 2016 13:50:18 Chris Brandt wrote: > > There are 34 compatible strings defined, one per UART + SoC combination, > > plus a set of more generic ones. So far, the driver handles the r7s72100 > > compatible string separately as the UART on that chip is quite peculiar, >

Re: [PATCH] sh-sci: add R8A7743/5 support

2016-10-05 Thread Laurent Pinchart
On Wednesday 05 Oct 2016 08:28:05 Rob Herring wrote: > On Wed, Oct 5, 2016 at 4:55 AM, Laurent Pinchart > > wrote: > > On Friday 30 Sep 2016 10:38:48 Geert Uytterhoeven wrote: > >> On Thu, Sep 29, 2016 at 11:37 PM, Sergei Shtylyov wrote: > >> > Renesas RZ/G

RE: [PATCH] sh-sci: add R8A7743/5 support

2016-10-05 Thread Chris Brandt
> There are 34 compatible strings defined, one per UART + SoC combination, > plus a set of more generic ones. So far, the driver handles the r7s72100 > compatible string separately as the UART on that chip is quite peculiar, > but for all other SoCs we only need to match against Just FYI... There

Re: [PATCH] sh-sci: add R8A7743/5 support

2016-10-05 Thread Laurent Pinchart
On Wednesday 05 Oct 2016 12:03:24 Geert Uytterhoeven wrote: > Hi Laurent, > > On Wed, Oct 5, 2016 at 11:55 AM, Laurent Pinchart > > wrote: > > On Friday 30 Sep 2016 10:38:48 Geert Uytterhoeven wrote: > >> On Thu, Sep 29, 2016 at 11:37 PM, Sergei Shtylyov

Re: [PATCH] sh-sci: add R8A7743/5 support

2016-10-05 Thread Rob Herring
On Wed, Oct 5, 2016 at 4:55 AM, Laurent Pinchart wrote: > On Friday 30 Sep 2016 10:38:48 Geert Uytterhoeven wrote: >> On Thu, Sep 29, 2016 at 11:37 PM, Sergei Shtylyov wrote: >> > Renesas RZ/G SoC also have the SCIF, SCIFA, SCIFB, and HSCIF ports. >> > Document

Re: [PATCH] sh-sci: add R8A7743/5 support

2016-10-05 Thread Geert Uytterhoeven
Hi Laurent, On Wed, Oct 5, 2016 at 11:55 AM, Laurent Pinchart wrote: > On Friday 30 Sep 2016 10:38:48 Geert Uytterhoeven wrote: >> On Thu, Sep 29, 2016 at 11:37 PM, Sergei Shtylyov wrote: >> > Renesas RZ/G SoC also have the SCIF, SCIFA, SCIFB, and HSCIF ports.

Re: [PATCH] sh-sci: add R8A7743/5 support

2016-10-05 Thread Laurent Pinchart
On Friday 30 Sep 2016 10:38:48 Geert Uytterhoeven wrote: > On Thu, Sep 29, 2016 at 11:37 PM, Sergei Shtylyov wrote: > > Renesas RZ/G SoC also have the SCIF, SCIFA, SCIFB, and HSCIF ports. > > Document RZ/G1[ME] (also known as R8A774[35]) SoC bindings along with > > the RZ/G family bindings. The

Re: [PATCH] sh-sci: add R8A7743/5 support

2016-09-30 Thread Sergei Shtylyov
On 09/30/2016 11:38 AM, Geert Uytterhoeven wrote: Renesas RZ/G SoC also have the SCIF, SCIFA, SCIFB, and HSCIF ports. Document RZ/G1[ME] (also known as R8A774[35]) SoC bindings along with the RZ/G family bindings. The driver itself also needs to recognize the latter binding for the SCIF

Re: [PATCH] sh-sci: add R8A7743/5 support

2016-09-30 Thread Geert Uytterhoeven
Hi Sergei, On Thu, Sep 29, 2016 at 11:37 PM, Sergei Shtylyov wrote: > Renesas RZ/G SoC also have the SCIF, SCIFA, SCIFB, and HSCIF ports. > Document RZ/G1[ME] (also known as R8A774[35]) SoC bindings along with > the RZ/G family bindings. The driver itself

Re: [PATCH] sh-sci: add R8A7743/5 support

2016-09-30 Thread Simon Horman
On Fri, Sep 30, 2016 at 12:37:13AM +0300, Sergei Shtylyov wrote: > Renesas RZ/G SoC also have the SCIF, SCIFA, SCIFB, and HSCIF ports. > Document RZ/G1[ME] (also known as R8A774[35]) SoC bindings along with > the RZ/G family bindings. The driver itself also needs to recognize > the latter

[PATCH] sh-sci: add R8A7743/5 support

2016-09-29 Thread Sergei Shtylyov
Renesas RZ/G SoC also have the SCIF, SCIFA, SCIFB, and HSCIF ports. Document RZ/G1[ME] (also known as R8A774[35]) SoC bindings along with the RZ/G family bindings. The driver itself also needs to recognize the latter binding for the SCIF ports, so teach it... Signed-off-by: Sergei Shtylyov