From: Jakob Hauser <jahau@rocketmail.com>
To: Neil Armstrong <neil.armstrong@linaro.org>,
Jessica Zhang <quic_jesszhan@quicinc.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Thierry Reding <thierry.reding@gmail.com>,
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
Andrzej Hajda <andrzej.hajda@intel.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
Jakob Hauser <jahau@rocketmail.com>
Subject: [PATCH v2 0/5] Add new panel driver Samsung S6E88A0-AMS427AP24
Date: Tue, 22 Oct 2024 23:33:34 +0200 [thread overview]
Message-ID: <cover.1729630039.git.jahau@rocketmail.com> (raw)
In-Reply-To: cover.1729630039.git.jahau.ref@rocketmail.com
The patchset adds a new driver for Samsung AMS427AP24 panel with S6E88A0
controller. Patches are based on current branch drm-misc-next.
Changes in v2:
- Patch 1: New patch to move the bt-bindings properties "flip-horizontal"
and "flip-vertical" to "panel-common.yaml". File "samsung,s6e8aa0.yaml"
needs to be changed accordingly.
- Patch 2: Adapted property "flip-horizontal" to being moved to
"panel-common.yaml".
- Patch 3: Removed bool "prepared" from struct s6e88a0_ams427ap24 and instead
used framework-provided "panel->prepared" in functions
s6e88a0_ams427ap24_prepare() and s6e88a0_ams427ap24_unprepare(). Mentioned
this in the commit message.
- Patch 3: In commit message removed comment "Coulnd't read out RAW EDID..."
and put it below the '---' line.
- Patch 4: In the table "s6e88a0_ams427ap24_aid" in comment of the second-last
line changed the format of "40,00 %" to "40.0%" like all others.
v1: https://lore.kernel.org/dri-devel/cover.1728582727.git.jahau@rocketmail.com/T/#t
Jakob Hauser (5):
dt-bindings: display: panel: Move flip properties to panel-common
dt-bindings: display: panel: Add Samsung S6E88A0-AMS427AP24 bindings
drm/panel: samsung-s6e88a0-ams427ap24: Add initial driver
drm/panel: samsung-s6e88a0-ams427ap24: Add brightness control
drm/panel: samsung-s6e88a0-ams427ap24: Add flip option
.../bindings/display/panel/panel-common.yaml | 8 +
.../panel/samsung,s6e88a0-ams427ap24.yaml | 65 ++
.../display/panel/samsung,s6e8aa0.yaml | 10 +-
drivers/gpu/drm/panel/Kconfig | 10 +
drivers/gpu/drm/panel/Makefile | 1 +
.../panel/panel-samsung-s6e88a0-ams427ap24.c | 771 ++++++++++++++++++
6 files changed, 857 insertions(+), 8 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/panel/samsung,s6e88a0-ams427ap24.yaml
create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e88a0-ams427ap24.c
--
2.39.5
next parent reply other threads:[~2024-10-22 21:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1729630039.git.jahau.ref@rocketmail.com>
2024-10-22 21:33 ` Jakob Hauser [this message]
2024-10-22 21:33 ` [PATCH v2 1/5] dt-bindings: display: panel: Move flip properties to panel-common Jakob Hauser
2024-10-23 7:15 ` Krzysztof Kozlowski
2024-10-23 23:52 ` Jakob Hauser
2024-10-22 21:33 ` [PATCH v2 2/5] dt-bindings: display: panel: Add Samsung S6E88A0-AMS427AP24 bindings Jakob Hauser
2024-10-23 7:16 ` Krzysztof Kozlowski
2024-10-22 21:33 ` [PATCH v2 3/5] drm/panel: samsung-s6e88a0-ams427ap24: Add initial driver Jakob Hauser
2024-10-23 7:41 ` Neil Armstrong
2024-10-22 21:33 ` [PATCH v2 4/5] drm/panel: samsung-s6e88a0-ams427ap24: Add brightness control Jakob Hauser
2024-10-23 7:44 ` Neil Armstrong
2024-10-22 21:33 ` [PATCH v2 5/5] drm/panel: samsung-s6e88a0-ams427ap24: Add flip option Jakob Hauser
2024-10-23 7:47 ` Neil Armstrong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1729630039.git.jahau@rocketmail.com \
--to=jahau@rocketmail.com \
--cc=andrzej.hajda@intel.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=krzk+dt@kernel.org \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=quic_jesszhan@quicinc.com \
--cc=robh@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).