Re: [PATCH v3 0/5] drm: rcar-du: r8a77965 DU support

2018-05-02 Thread Kieran Bingham
Hi Geert

On 02/05/18 09:59, Geert Uytterhoeven wrote:
> Hi Laurent,
> 
> On Sat, Apr 28, 2018 at 12:43 AM, Laurent Pinchart
>  wrote:
>> On Saturday, 28 April 2018 01:21:49 EEST Kieran Bingham wrote:
>>> The r8a77965 M3-N platform supports a DPAD, HDMI and LVDS output, along
>>> 3 DU channels. However, DU2 is not available in the hardware, with the
>>> DPAD instead being routed through DU3.
>>>
>>> Provide support for this non-linear indexing with updates to the rcar-du
>>> driver, before adding the device info structure for the r8a77965.
>>>
>>>
>>> Kieran Bingham (5):
>>>   dt-bindings: display: renesas: Add R-Car M3-N HDMI TX DT bindings
>>>   pinctrl: sh-pfc: r8a77965: Add DU RGB output pins, groups and
>>> functions
>>>   drm: rcar-du: Split CRTC handling to support hardware indexing
>>>   drm: rcar-du: Allow DU groups to work with hardware indexing
>>>   drm: rcar-du: Add R8A77965 support
>>
>> I've taken the whole series in my tree for v4.18.
> 
> Shouldn't patch #2 go through sh-pfc?

Yes :-)

Sorry, It looks like I should have split it out from the series.

--
Kieran


> Gr{oetje,eeting}s,
> 
> Geert
> 


Re: [PATCH v3 0/5] drm: rcar-du: r8a77965 DU support

2018-05-02 Thread Geert Uytterhoeven
Hi Laurent,

On Sat, Apr 28, 2018 at 12:43 AM, Laurent Pinchart
 wrote:
> On Saturday, 28 April 2018 01:21:49 EEST Kieran Bingham wrote:
>> The r8a77965 M3-N platform supports a DPAD, HDMI and LVDS output, along
>> 3 DU channels. However, DU2 is not available in the hardware, with the
>> DPAD instead being routed through DU3.
>>
>> Provide support for this non-linear indexing with updates to the rcar-du
>> driver, before adding the device info structure for the r8a77965.
>>
>>
>> Kieran Bingham (5):
>>   dt-bindings: display: renesas: Add R-Car M3-N HDMI TX DT bindings
>>   pinctrl: sh-pfc: r8a77965: Add DU RGB output pins, groups and
>> functions
>>   drm: rcar-du: Split CRTC handling to support hardware indexing
>>   drm: rcar-du: Allow DU groups to work with hardware indexing
>>   drm: rcar-du: Add R8A77965 support
>
> I've taken the whole series in my tree for v4.18.

Shouldn't patch #2 go through sh-pfc?

Gr{oetje,eeting}s,

Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


Re: [PATCH v3 0/5] drm: rcar-du: r8a77965 DU support

2018-04-27 Thread Laurent Pinchart
Hi Kieran,

Thank you for the patches.

On Saturday, 28 April 2018 01:21:49 EEST Kieran Bingham wrote:
> The r8a77965 M3-N platform supports a DPAD, HDMI and LVDS output, along
> 3 DU channels. However, DU2 is not available in the hardware, with the
> DPAD instead being routed through DU3.
> 
> Provide support for this non-linear indexing with updates to the rcar-du
> driver, before adding the device info structure for the r8a77965.
> 
> 
> Kieran Bingham (5):
>   dt-bindings: display: renesas: Add R-Car M3-N HDMI TX DT bindings
>   pinctrl: sh-pfc: r8a77965: Add DU RGB output pins, groups and
> functions
>   drm: rcar-du: Split CRTC handling to support hardware indexing
>   drm: rcar-du: Allow DU groups to work with hardware indexing
>   drm: rcar-du: Add R8A77965 support

I've taken the whole series in my tree for v4.18.

>  .../display/bridge/renesas,dw-hdmi.txt|   1 +
>  drivers/gpu/drm/rcar-du/rcar_du_crtc.c|  26 ++--
>  drivers/gpu/drm/rcar-du/rcar_du_crtc.h|   3 +-
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c |  51 ++--
>  drivers/gpu/drm/rcar-du/rcar_du_drv.h |   4 +-
>  drivers/gpu/drm/rcar-du/rcar_du_group.c   |  14 ++-
>  drivers/gpu/drm/rcar-du/rcar_du_group.h   |   2 +
>  drivers/gpu/drm/rcar-du/rcar_du_kms.c |  23 +++-
>  drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 116 ++
>  9 files changed, 203 insertions(+), 37 deletions(-)


-- 
Regards,

Laurent Pinchart





[PATCH v3 0/5] drm: rcar-du: r8a77965 DU support

2018-04-27 Thread Kieran Bingham
The r8a77965 M3-N platform supports a DPAD, HDMI and LVDS output, along
3 DU channels. However, DU2 is not available in the hardware, with the
DPAD instead being routed through DU3.

Provide support for this non-linear indexing with updates to the rcar-du
driver, before adding the device info structure for the r8a77965.


Kieran Bingham (5):
  dt-bindings: display: renesas: Add R-Car M3-N HDMI TX DT bindings
  pinctrl: sh-pfc: r8a77965: Add DU RGB output pins, groups and
functions
  drm: rcar-du: Split CRTC handling to support hardware indexing
  drm: rcar-du: Allow DU groups to work with hardware indexing
  drm: rcar-du: Add R8A77965 support

 .../display/bridge/renesas,dw-hdmi.txt|   1 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c|  26 ++--
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h|   3 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c |  51 ++--
 drivers/gpu/drm/rcar-du/rcar_du_drv.h |   4 +-
 drivers/gpu/drm/rcar-du/rcar_du_group.c   |  14 ++-
 drivers/gpu/drm/rcar-du/rcar_du_group.h   |   2 +
 drivers/gpu/drm/rcar-du/rcar_du_kms.c |  23 +++-
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 116 ++
 9 files changed, 203 insertions(+), 37 deletions(-)

-- 
2.17.0