From: Hsin-Yi Wang <hsinyi@chromium.org>
To: dri-devel@lists.freedesktop.org
Cc: Archit Taneja <architt@codeaurora.org>,
Nicolas Boichat <drinkcat@chromium.org>,
Enric Balletbo i Serra <enric.balletbo@collabora.com>,
Thierry Reding <treding@nvidia.com>,
Russell King <rmk+kernel@arm.linux.org.uk>,
Matthias Brugger <mbrugger@suse.com>,
p.zabel@pengutronix.de, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] drm: bridge: anx7688 and an optional feature
Date: Mon, 9 Dec 2019 20:20:09 +0800 [thread overview]
Message-ID: <20191209122013.178564-1-hsinyi@chromium.org> (raw)
This series is to add anx7688 bridge driver. It is extended from
previous work[1].
The first 2 patches are same as previous version, with some modification
due to drm core function changes and use regmap abstraction.
We add an optional feature bypass-gpios so that driver can decide if it serves
as simple pass-thru by reading GPIO values, which is controlled by
hardware.
[1] https://lore.kernel.org/lkml/1467013727-11482-1-git-send-email-drinkcat@chromium.org/
Hsin-Yi Wang (2):
dt-bindings: drm/bridge: analogix-anx78xx: support bypass GPIO
drm: bridge: anx7688: Support bypass GPIO feature
Nicolas Boichat (2):
dt-bindings: drm/bridge: analogix-anx7688: Add ANX7688 transmitter
binding
drm: bridge: anx7688: Add anx7688 bridge driver support.
.../bindings/display/bridge/anx7688.txt | 70 +++++
drivers/gpu/drm/bridge/Kconfig | 9 +
drivers/gpu/drm/bridge/Makefile | 1 +
drivers/gpu/drm/bridge/analogix-anx7688.c | 260 ++++++++++++++++++
4 files changed, 340 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/bridge/anx7688.txt
create mode 100644 drivers/gpu/drm/bridge/analogix-anx7688.c
--
2.24.0.393.g34dc348eaf-goog
next reply other threads:[~2019-12-09 12:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-09 12:20 Hsin-Yi Wang [this message]
2019-12-09 12:20 ` [PATCH 1/4] dt-bindings: drm/bridge: analogix-anx7688: Add ANX7688 transmitter binding Hsin-Yi Wang
2019-12-09 12:20 ` [PATCH 2/4] drm: bridge: anx7688: Add anx7688 bridge driver support Hsin-Yi Wang
2019-12-09 12:20 ` [PATCH 3/4] dt-bindings: drm/bridge: analogix-anx78xx: support bypass GPIO Hsin-Yi Wang
2019-12-09 12:20 ` [PATCH 4/4] drm: bridge: anx7688: Support bypass GPIO feature Hsin-Yi Wang
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=20191209122013.178564-1-hsinyi@chromium.org \
--to=hsinyi@chromium.org \
--cc=architt@codeaurora.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=drinkcat@chromium.org \
--cc=enric.balletbo@collabora.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mbrugger@suse.com \
--cc=p.zabel@pengutronix.de \
--cc=rmk+kernel@arm.linux.org.uk \
--cc=treding@nvidia.com \
/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