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