Re: [PATCH v2 2/2] drm: rcar-du: add R8A77970 support

2018-03-07 Thread Laurent Pinchart
Hi Sergei, Thank you for the patch. On Thursday, 18 January 2018 23:05:59 EET Sergei Shtylyov wrote: > Add support for the R-Car V3M (R8A77970) SoC to the R-Car DU driver. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Laurent Pinchart and applied to my tree. > --- > Changes in version 2:

[PATCH v2 2/2] drm: rcar-du: add R8A77970 support

2018-01-18 Thread Sergei Shtylyov
Add support for the R-Car V3M (R8A77970) SoC to the R-Car DU driver. Signed-off-by: Sergei Shtylyov --- Changes in version 2: - removed the 'model' and 'dpll_ch' field initializers; - fixed up the DU port numbers; - split the DU bindings and the LVDS driver updates into a separate patches; - re