Message ID | 20190711203455.125667-1-dianders@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | drm/panel: simple: Add mode support to devicetree | expand |
Hi Doug. On Thu, Jul 11, 2019 at 01:34:52PM -0700, Douglas Anderson wrote: > I'm reviving Sean Paul's old patchset to get mode support in device > tree. The cover letter for his v3 is at: > https://lists.freedesktop.org/archives/dri-devel/2018-February/165162.html > > v6 of this patch is just a repost of the 3 DRM patches in v5 rebased > atop drm-misc. A few notes: > - I've dropped the bindings patch. Commit 821a1f7171ae ("dt-bindings: > display: Convert common panel bindings to DT schema") has landed and > Rob H said [1] that when that landed the bindings were implicitly > supported. > - Since the bindings patch was dropped I am assuming that Heiko > can just pick up the .dts patches from the v5 series. I > double-checked with him and he confirmed this is fine. Thus I > have left the device tree patches out of this version. > > There were some coding style discussions on v5 of the path but it's > been agreed that we can land this series as-is and after it lands we > can address the minor style issues. > > [1] https://lkml.kernel.org/r/CAL_JsqJGtUTpJL+SDEKi09aDT4yDzY4x9KwYmz08NaZcn=nHfA@mail.gmail.com > > Changes in v6: > - Rebased to drm-misc next > - Added tags ... Thanks for your patience with this. Applied to drm-misc-next and pushed out. Sam
Hi, On Thu, Jul 11, 2019 at 11:07 PM Sam Ravnborg <sam@ravnborg.org> wrote: > > Hi Doug. > > On Thu, Jul 11, 2019 at 01:34:52PM -0700, Douglas Anderson wrote: > > I'm reviving Sean Paul's old patchset to get mode support in device > > tree. The cover letter for his v3 is at: > > https://lists.freedesktop.org/archives/dri-devel/2018-February/165162.html > > > > v6 of this patch is just a repost of the 3 DRM patches in v5 rebased > > atop drm-misc. A few notes: > > - I've dropped the bindings patch. Commit 821a1f7171ae ("dt-bindings: > > display: Convert common panel bindings to DT schema") has landed and > > Rob H said [1] that when that landed the bindings were implicitly > > supported. > > - Since the bindings patch was dropped I am assuming that Heiko > > can just pick up the .dts patches from the v5 series. I > > double-checked with him and he confirmed this is fine. Thus I > > have left the device tree patches out of this version. > > > > There were some coding style discussions on v5 of the path but it's > > been agreed that we can land this series as-is and after it lands we > > can address the minor style issues. > > > > [1] https://lkml.kernel.org/r/CAL_JsqJGtUTpJL+SDEKi09aDT4yDzY4x9KwYmz08NaZcn=nHfA@mail.gmail.com > > > > Changes in v6: > > - Rebased to drm-misc next > > - Added tags > ... > > Thanks for your patience with this. > Applied to drm-misc-next and pushed out. As promised, posted the follow-up patch addressing the style concerns / suggestions. I didn't CC every last person here, but it's on LKML and I'm happy for anyone to review it that is interested: https://lkml.kernel.org/r/20190712163333.231884-1-dianders@chromium.org -Doug