mbox series

[0/6] TI SN65DSI83 Features

Message ID 20220530150548.1236307-1-m.felsch@pengutronix.de (mailing list archive)
Headers show
Series TI SN65DSI83 Features | expand

Message

Marco Felsch May 30, 2022, 3:05 p.m. UTC
Hi,

the purpose of this small series is to enable the support for the reverse
lane feature and to add support for reset controllers which can drive
the enable pin.

Regards,
  Marco

Marco Felsch (6):
  drm/bridge: ti-sn65dsi83: make lvds lane register setup more readable
  dt-bindings: drm/bridge: ti-sn65dsi83: add documentation for reverse
    lvds lanes
  drm/bridge: ti-sn65dsi83: add support to swap the LVDS data lanes
  drm/bridge: ti-sn65dsi83: make use of dev_err_probe
  dt-bindings: drm/bridge: ti-sn65dsi83: Add reset controller
    documentation
  drm/bridge: ti-sn65dsi83: add support for a external reset controller

 .../bindings/display/bridge/ti,sn65dsi83.yaml | 64 ++++++++++++-
 drivers/gpu/drm/bridge/ti-sn65dsi83.c         | 89 +++++++++++++++++--
 2 files changed, 145 insertions(+), 8 deletions(-)

Comments

Marco Felsch July 26, 2022, 9:12 a.m. UTC | #1
Hi all,

gentle ping on this series since I didn't received much feedback for the
code.

Regards,
  Marco

On 22-05-30, Marco Felsch wrote:
> Hi,
> 
> the purpose of this small series is to enable the support for the reverse
> lane feature and to add support for reset controllers which can drive
> the enable pin.
> 
> Regards,
>   Marco
> 
> Marco Felsch (6):
>   drm/bridge: ti-sn65dsi83: make lvds lane register setup more readable
>   dt-bindings: drm/bridge: ti-sn65dsi83: add documentation for reverse
>     lvds lanes
>   drm/bridge: ti-sn65dsi83: add support to swap the LVDS data lanes
>   drm/bridge: ti-sn65dsi83: make use of dev_err_probe
>   dt-bindings: drm/bridge: ti-sn65dsi83: Add reset controller
>     documentation
>   drm/bridge: ti-sn65dsi83: add support for a external reset controller
> 
>  .../bindings/display/bridge/ti,sn65dsi83.yaml | 64 ++++++++++++-
>  drivers/gpu/drm/bridge/ti-sn65dsi83.c         | 89 +++++++++++++++++--
>  2 files changed, 145 insertions(+), 8 deletions(-)
> 
> -- 
> 2.30.2
> 
> 
>
Robert Foss Aug. 29, 2022, 3:06 p.m. UTC | #2
Hey Marco,

Sorry about the slow reply.

This series no longer applies on drm-misc-next. Can you rebase this
series and send it out a v2?


Rob.
Marco Felsch Aug. 31, 2022, 8:13 a.m. UTC | #3
Hi Robert,

On 22-08-29, Robert Foss wrote:
> Hey Marco,
> 
> Sorry about the slow reply.
> 
> This series no longer applies on drm-misc-next. Can you rebase this
> series and send it out a v2?

I can but I would rather prefer to get some feedback first. Right now I
just got a minor documentation issue feedback from Alexander.

Regards,
  Marco