Message ID | 20210624000304.16281-1-laurent.pinchart+renesas@ideasonboard.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/bridge: ti-sn65dsi86: Misc improvements | expand |
Applied to drm-misc-next https://cgit.freedesktop.org/drm/drm-misc/commit/?id=0715786771f24190b3f2dcdcaf2af263c1ef46eb On Thu, 24 Jun 2021 at 02:03, Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> wrote: > > Hello, > > This patch series contains miscellaneous improvements to the > ti-sn65dsi86 driver, and prepares it for optional connector creation and > DisplayPort (non-eDP) support. > > The patches have been posted previously as part of the "[RFC PATCH > 00/11] drm/bridge: ti-sn65dsi86: Support DisplayPort mode" series. The > last four patches have been left out as discussions are ongoing, this > series focusses on the base work that has mostly been approved during > the review of the RFC. > > The code has been rebased on top of the latest drm-misc-next, and while > some changes to the ti-sn65dsi86 driver made conflict resolution > painful in patch 5/6, there was no big functional conflict. > > Laurent Pinchart (6): > dt-bindings: drm/bridge: ti-sn65dsi8: Make enable GPIO optional > drm/bridge: ti-sn65dsi86: Make enable GPIO optional > drm/bridge: ti-sn65dsi86: Use bitmask to store valid rates > drm/bridge: ti-sn65dsi86: Wrap panel with panel-bridge > drm/bridge: ti-sn65dsi86: Group code in sections > drm/bridge: ti-sn65dsi86: Split connector creation to a function > > .../bindings/display/bridge/ti,sn65dsi86.yaml | 1 - > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 703 ++++++++++-------- > 2 files changed, 374 insertions(+), 330 deletions(-) > > > base-commit: 7601d53c2c49e3a7e8150e8cf332b3c17943f75a > -- > Regards, > > Laurent Pinchart >