From: Russell King - ARM Linux <linux@armlinux.org.uk>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: David Airlie <airlied@linux.ie>,
Archit Taneja <architt@codeaurora.org>,
linux-arm-kernel@lists.infradead.org,
dri-devel@lists.freedesktop.org
Subject: [PATCH 0/4] dw-hdmi CEC support
Date: Tue, 30 May 2017 15:22:18 +0100 [thread overview]
Message-ID: <20170530142218.GS22219@n2100.armlinux.org.uk> (raw)
Hi,
This series adds dw-hdmi CEC support. This is done in four stages:
1. Remove definitions that are not required from dw-hdmi.h
2. Add cec-notifier support
3. Fix up the clkdis register support, as this register contains a
clock disable bit for the CEC module.
4. Add the driver.
The CEC driver has been updated to use the register accessors in the
main driver - it would be nice if it was possible to use the regmap
support directly, but there's some knowledge private to the main
driver that's required to correctly access the registers. (I don't
understand why the register stride isn't part of regmap.)
drivers/gpu/drm/bridge/synopsys/Kconfig | 8 +
drivers/gpu/drm/bridge/synopsys/Makefile | 1 +
drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c | 320 ++++++++++++++++++++++++++
drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.h | 19 ++
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 87 ++++++-
drivers/gpu/drm/bridge/synopsys/dw-hdmi.h | 45 ----
6 files changed, 423 insertions(+), 57 deletions(-)
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
next reply other threads:[~2017-05-30 14:22 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-30 14:22 Russell King - ARM Linux [this message]
2017-05-30 14:23 ` [PATCH 1/4] drm/bridge: dw-hdmi: remove CEC engine register definitions Russell King
2017-06-09 14:24 ` Hans Verkuil
2017-05-30 14:23 ` [PATCH 2/4] drm/bridge: dw-hdmi: add cec notifier support Russell King
2017-06-09 12:59 ` Neil Armstrong
2017-06-09 13:38 ` Russell King - ARM Linux
2017-06-09 13:51 ` Hans Verkuil
2017-06-09 13:56 ` Neil Armstrong
2017-06-09 14:04 ` Hans Verkuil
2017-06-09 14:10 ` Russell King - ARM Linux
2017-06-09 14:38 ` Hans Verkuil
2017-07-17 8:56 ` Hans Verkuil
2017-07-17 9:05 ` Russell King - ARM Linux
2017-07-17 11:19 ` Hans Verkuil
2017-07-17 11:39 ` Hans Verkuil
2017-07-17 12:05 ` Russell King - ARM Linux
2017-07-17 12:23 ` Hans Verkuil
2017-07-24 12:16 ` Hans Verkuil
2017-07-24 13:07 ` Russell King - ARM Linux
2017-07-24 16:34 ` Russell King - ARM Linux
2017-06-09 14:27 ` Hans Verkuil
2017-05-30 14:23 ` [PATCH 3/4] drm/bridge: dw-hdmi: add better clock disable control Russell King
2017-06-01 0:55 ` Jose Abreu
2017-06-09 14:28 ` Hans Verkuil
2017-05-30 14:23 ` [PATCH 4/4] drm/bridge: dw-hdmi: add cec driver Russell King
2017-06-01 0:53 ` Jose Abreu
2017-06-01 22:30 ` Russell King - ARM Linux
2017-06-02 5:02 ` Jose Abreu
2017-06-02 9:15 ` Russell King - ARM Linux
2017-06-02 9:28 ` Hans Verkuil
2017-06-02 9:36 ` Russell King - ARM Linux
2017-06-01 8:31 ` Hans Verkuil
2017-06-01 9:46 ` Russell King - ARM Linux
2017-06-01 10:44 ` Hans Verkuil
2017-06-02 12:07 ` Russell King - ARM Linux
2017-06-02 12:29 ` Hans Verkuil
2017-06-12 8:42 ` Hans Verkuil
2017-06-01 13:47 ` Neil Armstrong
2017-06-02 6:31 ` Hans Verkuil
2017-06-02 6:43 ` Jose Abreu
2017-06-02 9:06 ` Hans Verkuil
2017-06-02 9:18 ` Russell King - ARM Linux
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=20170530142218.GS22219@n2100.armlinux.org.uk \
--to=linux@armlinux.org.uk \
--cc=airlied@linux.ie \
--cc=architt@codeaurora.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=hverkuil@xs4all.nl \
--cc=linux-arm-kernel@lists.infradead.org \
/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).