2022-02-01 20:46:45

by Dmitry Osipenko

[permalink] [raw]
Subject: [PATCH v4 0/3] Support Sharp LQ101R1SX03 and HannStar HSD101PWW2 panels

This series adds support for Sharp LQ101R1SX03 and HannStar HSD101PWW2
display panels that are used by Asus Transformer tablets, which we're
planning to support since 5.17 kernel.

Changelog:

v4: - Added r-b from Rob Herring that he gave to the LQ101R1SX01 DT patch
of v2. I missed to add it to the v3 by accident.

v3: - No changes. Re-sending for 5.18. Device-trees of devices that use
these panels were merged to 5.17, so we're missing the display support.

v2: - Added ack from Rob Herring to the HSD101PWW2 binding.

- Updated LQ101R1SX01 binding, like it was suggested by Rob Herring,
making LQ101R1SX03 directly compatible with the LQ101R1SX01.
Such that ["sharp,lq101r1sx03", "sharp,lq101r1sx01"] could be
used in DT. This removes need to update panel driver with the new
compatible.

- Improved commit message of the LQ101R1SX03 patch.

- Added my s-o-b to all patches.

Anton Bambura (1):
dt-bindings: sharp,lq101r1sx01: Add compatible for LQ101R1SX03

Svyatoslav Ryhel (2):
dt-bindings: display: simple: Add HannStar HSD101PWW2
drm/panel: simple: Add support for HannStar HSD101PWW2 panel

.../bindings/display/panel/panel-simple.yaml | 2 ++
.../display/panel/sharp,lq101r1sx01.yaml | 7 ++++-
drivers/gpu/drm/panel/panel-simple.c | 28 +++++++++++++++++++
3 files changed, 36 insertions(+), 1 deletion(-)

--
2.34.1


2022-02-01 20:49:23

by Dmitry Osipenko

[permalink] [raw]
Subject: [PATCH v4 2/3] dt-bindings: display: simple: Add HannStar HSD101PWW2

From: Svyatoslav Ryhel <[email protected]>

Add HannStar HSD101PWW2 10.1" WXGA (1280x800) TFT-LCD LVDS panel
to the list of compatibles.

Acked-by: Rob Herring <[email protected]>
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Signed-off-by: Dmitry Osipenko <[email protected]>
---
.../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
index 62f5f050c1bc..fe49c4df65fa 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
@@ -156,6 +156,8 @@ properties:
- hannstar,hsd070pww1
# HannStar Display Corp. HSD100PXN1 10.1" XGA LVDS panel
- hannstar,hsd100pxn1
+ # HannStar Display Corp. HSD101PWW2 10.1" WXGA (1280x800) LVDS panel
+ - hannstar,hsd101pww2
# Hitachi Ltd. Corporation 9" WVGA (800x480) TFT LCD panel
- hit,tx23d38vm0caa
# InfoVision Optoelectronics M133NWF4 R0 13.3" FHD (1920x1080) TFT LCD panel
--
2.34.1

2022-02-09 09:31:13

by Dmitry Osipenko

[permalink] [raw]
Subject: Re: [PATCH v4 0/3] Support Sharp LQ101R1SX03 and HannStar HSD101PWW2 panels

31.01.2022 21:12, Dmitry Osipenko пишет:
> This series adds support for Sharp LQ101R1SX03 and HannStar HSD101PWW2
> display panels that are used by Asus Transformer tablets, which we're
> planning to support since 5.17 kernel.
>
> Changelog:
>
> v4: - Added r-b from Rob Herring that he gave to the LQ101R1SX01 DT patch
> of v2. I missed to add it to the v3 by accident.
>
> v3: - No changes. Re-sending for 5.18. Device-trees of devices that use
> these panels were merged to 5.17, so we're missing the display support.
>
> v2: - Added ack from Rob Herring to the HSD101PWW2 binding.
>
> - Updated LQ101R1SX01 binding, like it was suggested by Rob Herring,
> making LQ101R1SX03 directly compatible with the LQ101R1SX01.
> Such that ["sharp,lq101r1sx03", "sharp,lq101r1sx01"] could be
> used in DT. This removes need to update panel driver with the new
> compatible.
>
> - Improved commit message of the LQ101R1SX03 patch.
>
> - Added my s-o-b to all patches.
>
> Anton Bambura (1):
> dt-bindings: sharp,lq101r1sx01: Add compatible for LQ101R1SX03
>
> Svyatoslav Ryhel (2):
> dt-bindings: display: simple: Add HannStar HSD101PWW2
> drm/panel: simple: Add support for HannStar HSD101PWW2 panel
>
> .../bindings/display/panel/panel-simple.yaml | 2 ++
> .../display/panel/sharp,lq101r1sx01.yaml | 7 ++++-
> drivers/gpu/drm/panel/panel-simple.c | 28 +++++++++++++++++++
> 3 files changed, 36 insertions(+), 1 deletion(-)
>

Sam, could you please take care of this series? Will be great to see it
in 5.18 and have the panel to light up Asus TF201 tablet, thanks in advance!