Message ID | cover.1559905870.git.hns@goldelico.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b | expand |
Hi, > Am 07.06.2019 um 13:11 schrieb H. Nikolaus Schaller <hns@goldelico.com>: > > V3: > * add bindings documentation (suggested by sam@ravnborg.org) > > V2 2019-06-05 07:07:05: > * fix typo in 99dtc panel compatible string (reported by imirkin@alum.mit.edu) > > V1 2019-06-04 14:53:00: > > Since v5.2-rc1 OMAP is no longer using a special display driver architecture > for DPI panels, but uses the general drm/panel/panel-simple. > > So we finally can add SoC independent panel definitions for two panel models > which we already had worked on quite a while ago (before device tree was > introduced): > > https://patchwork.kernel.org/patch/2851295/ > > > > H. Nikolaus Schaller (5): > drm/panel: simple: Add Sharp LQ070Y3DG3B panel support > drm/panel: simple: Add Ortustech COM37H3M panel support > dt-bindings: drm/panel: simple: add ortustech,com37h3m05dtc panel > dt-bindings: drm/panel: simple: add ortustech,com37h3m99dtc panel > dt-bindings: drm/panel: simple: add sharp,lq070y3dg3b panel > > .../display/panel/ortustech,com37h3m05dtc.txt | 12 ++++ > .../display/panel/ortustech,com37h3m99dtc.txt | 12 ++++ > .../display/panel/sharp,lq070y3dg3b.txt | 12 ++++ > drivers/gpu/drm/panel/panel-simple.c | 63 +++++++++++++++++++ > 4 files changed, 99 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/ortustech,com37h3m05dtc.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/ortustech,com37h3m99dtc.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq070y3dg3b.txt > > -- > 2.19.1 > any progress towards merging this somewhere? It did not yet arrive in linux-next. BTW: should also be applied to 5.2 BR and thanks, Nikolaus
Hi Nikolaus > > V3: > > * add bindings documentation (suggested by sam@ravnborg.org) > > > > V2 2019-06-05 07:07:05: > > * fix typo in 99dtc panel compatible string (reported by imirkin@alum.mit.edu) > > > > V1 2019-06-04 14:53:00: > > > > Since v5.2-rc1 OMAP is no longer using a special display driver architecture > > for DPI panels, but uses the general drm/panel/panel-simple. > > > > So we finally can add SoC independent panel definitions for two panel models > > which we already had worked on quite a while ago (before device tree was > > introduced): > > > > https://patchwork.kernel.org/patch/2851295/ > > > > > > > > H. Nikolaus Schaller (5): > > drm/panel: simple: Add Sharp LQ070Y3DG3B panel support > > drm/panel: simple: Add Ortustech COM37H3M panel support > > dt-bindings: drm/panel: simple: add ortustech,com37h3m05dtc panel > > dt-bindings: drm/panel: simple: add ortustech,com37h3m99dtc panel > > dt-bindings: drm/panel: simple: add sharp,lq070y3dg3b panel > > > > .../display/panel/ortustech,com37h3m05dtc.txt | 12 ++++ > > .../display/panel/ortustech,com37h3m99dtc.txt | 12 ++++ > > .../display/panel/sharp,lq070y3dg3b.txt | 12 ++++ > > drivers/gpu/drm/panel/panel-simple.c | 63 +++++++++++++++++++ > > 4 files changed, 99 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/display/panel/ortustech,com37h3m05dtc.txt > > create mode 100644 Documentation/devicetree/bindings/display/panel/ortustech,com37h3m99dtc.txt > > create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq070y3dg3b.txt > > > > -- > > 2.19.1 > > > > any progress towards merging this somewhere? It did not yet arrive in linux-next. > > BTW: should also be applied to 5.2 The drm bits are reviewed. The DT bits needs OK from DT people. When we have OK from DT people we can apply them all to drm-misc-next. If we need them expedited towards the upstream kernel you will need help from someone else. But let's get them in drm-misc-next first. Sam
Hi Nikolaus. > > > > any progress towards merging this somewhere? It did not yet arrive in linux-next. > > > > BTW: should also be applied to 5.2 > The drm bits are reviewed. The DT bits needs OK from DT people. > When we have OK from DT people we can apply them all to drm-misc-next. I got OK on irc from Rob to process these. All patches are now applied to drm-misc-next. Sam
Hi Sam, > Am 26.06.2019 um 09:33 schrieb Sam Ravnborg <sam@ravnborg.org>: > > Hi Nikolaus. > >>> >>> any progress towards merging this somewhere? It did not yet arrive in linux-next. >>> >>> BTW: should also be applied to 5.2 >> The drm bits are reviewed. The DT bits needs OK from DT people. >> When we have OK from DT people we can apply them all to drm-misc-next. > > I got OK on irc from Rob to process these. > All patches are now applied to drm-misc-next. Thanks for taking care of this! > > Sam BR, Nikolaus
Hi Sam, > Am 26.06.2019 um 14:40 schrieb H. Nikolaus Schaller <hns@goldelico.com>: > > Hi Sam, > >> Am 26.06.2019 um 09:33 schrieb Sam Ravnborg <sam@ravnborg.org>: >> >> Hi Nikolaus. >> >>>> >>>> any progress towards merging this somewhere? It did not yet arrive in linux-next. >>>> >>>> BTW: should also be applied to 5.2 >>> The drm bits are reviewed. The DT bits needs OK from DT people. >>> When we have OK from DT people we can apply them all to drm-misc-next. >> >> I got OK on irc from Rob to process these. >> All patches are now applied to drm-misc-next. > > Thanks for taking care of this! I have checked but it seems they are still not merged into linux-next. BR and thanks, Nikolaus
Hi Nikolaus. > >>>> BTW: should also be applied to 5.2 > >>> The drm bits are reviewed. The DT bits needs OK from DT people. > >>> When we have OK from DT people we can apply them all to drm-misc-next. > >> > >> I got OK on irc from Rob to process these. > >> All patches are now applied to drm-misc-next. > > > > Thanks for taking care of this! > > I have checked but it seems they are still not merged into linux-next. They will appear in next merge window. They were to late to hit current merge window, as the cut-of time is around .rc5 in the drm subsystem. And this is not really a fix so not stable material. Sam
Hi Sam, > Am 17.07.2019 um 20:14 schrieb Sam Ravnborg <sam@ravnborg.org>: > > Hi Nikolaus. > >>>>>> BTW: should also be applied to 5.2 >>>>> The drm bits are reviewed. The DT bits needs OK from DT people. >>>>> When we have OK from DT people we can apply them all to drm-misc-next. >>>> >>>> I got OK on irc from Rob to process these. >>>> All patches are now applied to drm-misc-next. >>> >>> Thanks for taking care of this! >> >> I have checked but it seems they are still not merged into linux-next. > > They will appear in next merge window. They were to late to hit current > merge window, as the cut-of time is around .rc5 in the drm subsystem. > And this is not really a fix so not stable material. have finally arrived. I just wasn't patient enough :) BR and thanks, Nikolaus