Message ID | 20230807133307.27456-1-diogo.ivo@tecnico.ulisboa.pt |
---|---|
Headers | show |
Series | Add JDI LPM102A188A display panel support | expand |
From: Thierry Reding <treding@nvidia.com> On Mon, 07 Aug 2023 14:33:00 +0100, Diogo Ivo wrote: > These patches add support for the JDI LPM102A188A display panel, > found in the Google Pixel C. > > Patch 1 adds the DT bindings for the panel. > > Patch 2 adds the panel driver, which is based on the downstream > kernel driver published by Google and developed by Sean Paul. > > [...] Applied, thanks! [3/5] arm64: dts: smaug: Add DSI/CSI regulator (no commit info) [4/5] arm64: dts: smaug: Add backlight node (no commit info) [5/5] arm64: dts: smaug: Add display panel node (no commit info) Best regards,
On Mon, Aug 07, 2023 at 02:33:00PM +0100, Diogo Ivo wrote: > Hello, > > These patches add support for the JDI LPM102A188A display panel, > found in the Google Pixel C. > > Patch 1 adds the DT bindings for the panel. > > Patch 2 adds the panel driver, which is based on the downstream > kernel driver published by Google and developed by Sean Paul. > > Patches 3-5 add DT nodes for the regulator, backlight controller and > display panel. > > The first version of this patch series can be found at: > https://lore.kernel.org/all/20220929170502.1034040-1-diogo.ivo@tecnico.ulisboa.pt/ > > The first submission of v2 can be found at: > https://lore.kernel.org/all/20221025153746.101278-1-diogo.ivo@tecnico.ulisboa.pt/ > > Changes in v2: > - Patch 1: remove touchscreen reset gpio property > - Patch 2: clear register based on its value rather than a DT property > - Patch 3: tune backlight delay values > - Patch 4: add generic node names, remove underscores > > Changes in v3: > - Patch 1: add Reviewed-by > - Patch 2: fix error handling, remove enabled/prepared booleans, add > dc/dc setting > - Patches 3-5: Split previous patch 3 into three different patches, > each adding a separate node > - removed previous patch 2 pertaining to Tegra DSI reset as it was upstreamed > > Diogo Ivo (5): > dt-bindings: display: Add bindings for JDI LPM102A188A > drm/panel: Add driver for JDI LPM102A188A > arm64: dts: smaug: Add DSI/CSI regulator > arm64: dts: smaug: Add backlight node > arm64: dts: smaug: Add display panel node I've picked up patches 3-5 into the Tegra tree and I assume the other two will go in through drm-misc? Thierry
Hi, On Mon, 07 Aug 2023 14:33:00 +0100, Diogo Ivo wrote: > These patches add support for the JDI LPM102A188A display panel, > found in the Google Pixel C. > > Patch 1 adds the DT bindings for the panel. > > Patch 2 adds the panel driver, which is based on the downstream > kernel driver published by Google and developed by Sean Paul. > > [...] Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next) [1/5] dt-bindings: display: Add bindings for JDI LPM102A188A https://cgit.freedesktop.org/drm/drm-misc/commit/?id=a913a739ab6e6ef10c0c47cb85dd4a105b3d9df7 [2/5] drm/panel: Add driver for JDI LPM102A188A https://cgit.freedesktop.org/drm/drm-misc/commit/?id=25205087df1ffe06ccea9302944ed1f77dc68c6f
On 16/08/2023 18:30, Thierry Reding wrote: > On Mon, Aug 07, 2023 at 02:33:00PM +0100, Diogo Ivo wrote: >> Hello, >> >> These patches add support for the JDI LPM102A188A display panel, >> found in the Google Pixel C. >> >> Patch 1 adds the DT bindings for the panel. >> >> Patch 2 adds the panel driver, which is based on the downstream >> kernel driver published by Google and developed by Sean Paul. >> >> Patches 3-5 add DT nodes for the regulator, backlight controller and >> display panel. >> >> The first version of this patch series can be found at: >> https://lore.kernel.org/all/20220929170502.1034040-1-diogo.ivo@tecnico.ulisboa.pt/ >> >> The first submission of v2 can be found at: >> https://lore.kernel.org/all/20221025153746.101278-1-diogo.ivo@tecnico.ulisboa.pt/ >> >> Changes in v2: >> - Patch 1: remove touchscreen reset gpio property >> - Patch 2: clear register based on its value rather than a DT property >> - Patch 3: tune backlight delay values >> - Patch 4: add generic node names, remove underscores >> >> Changes in v3: >> - Patch 1: add Reviewed-by >> - Patch 2: fix error handling, remove enabled/prepared booleans, add >> dc/dc setting >> - Patches 3-5: Split previous patch 3 into three different patches, >> each adding a separate node >> - removed previous patch 2 pertaining to Tegra DSI reset as it was upstreamed >> >> Diogo Ivo (5): >> dt-bindings: display: Add bindings for JDI LPM102A188A >> drm/panel: Add driver for JDI LPM102A188A >> arm64: dts: smaug: Add DSI/CSI regulator >> arm64: dts: smaug: Add backlight node >> arm64: dts: smaug: Add display panel node > > I've picked up patches 3-5 into the Tegra tree and I assume the other > two will go in through drm-misc? Sure, done ! > > Thierry