From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Jean-Francois Moine <moinejf@free.fr>,
alsa-devel@alsa-project.org, Lars-Peter Clausen <lars@metafoo.de>,
Arnaud Pouliquen <arnaud.pouliquen@st.com>,
Koro Chen <koro.chen@mediatek.com>, Jyri Sarha <jsarha@ti.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
linux-mediatek@lists.infradead.org,
Daniel Kurtz <djkurtz@chromium.org>,
kernel@pengutronix.de, Matthias Brugger <matthias.bgg@gmail.com>,
Cawa Cheng <cawa.cheng@mediatek.com>
Subject: Re: [RFC v4 4/8] video: rmk's HDMI notification prototype
Date: Thu, 18 Feb 2016 15:24:06 +0000 [thread overview]
Message-ID: <20160218152406.GS19428@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1455808710.3937.25.camel@pengutronix.de>
On Thu, Feb 18, 2016 at 04:18:30PM +0100, Philipp Zabel wrote:
> Hi Russell,
>
> Am Donnerstag, den 18.02.2016, 15:06 +0000 schrieb Russell King - ARM
> Linux:
> > On Thu, Feb 18, 2016 at 04:02:17PM +0100, Philipp Zabel wrote:
> > > This is extracted from Russell's food for thought HDMI notification
> > > prototype [1]. I've put it into drivers/video for the time being because
> > > my kernels don't have drivers/cec yet.
> >
> > I see it's also the old version still - this is my latest version, only
> > subtly different in terms of the file naming and Kconfig option name.
> > Functionally the same.
>
> Thank you for the update. Have you sent (or do you intend to send) this
> separately somewhere? I could then reference it and drop the patch from
> this series.
> Or I could add your signoff and keep the new patch as part of this
> series, if you'd prefer.
I haven't yet: it's part of two branches in my tree at the moment, one
with Hans Verkil's CEC work in plus TDA998x and dw-hdmi support for
that, and also my imx-drm branch which contains a reworked version of
FSL's CEC code:
imx-drm:
drm: bridge/dw_hdmi: place PHY into low power mode when disabled
drm: bridge/dw_hdmi: start of support for pixel doubled modes
drm: bridge/dw_hdmi: remove CEC engine register definitions
drm: bridge/dw_hdmi-cec: add Designware HDMI CEC driver
cec: add HDMI CEC input driver
cec: add HDMI CEC core driver
drm: bridge/dw_hdmi: add HDMI notifier support
video: add HDMI state notifier support
cec:
cec: add tda9950 driver using Hans Verkil's CEC code
drm: i2c/tda998x: add CEC support
cec: add dw-hdmi cec driver using Hans Verkil's CEC code
DocBook/media: add CEC documentation
cec.txt: add CEC framework documentation
cec: add compat32 ioctl support
cec: add HDMI CEC framework
rc: Add HDMI CEC protocol handling
HID: add HDMI CEC specific keycodes
input.h: add BUS_CEC type
drm: bridge/dw_hdmi: add HDMI notifier support
video: add HDMI state notifier support
I haven't put any thought into how to get anything from these merged yet,
I was rather hoping that Hans was going to push his own CEC work to be
merged, and then I'd think about those logistics.
--
RMK's Patch system: http://www.arm.linux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
next prev parent reply other threads:[~2016-02-18 15:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-18 14:58 [RFC v4 0/8] ASoC: Add mediatek HDMI codec support Philipp Zabel
[not found] ` <1455807526-16918-1-git-send-email-p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-02-18 14:58 ` [RFC v4 1/8] drm/mediatek: hdmi: Add audio interface to the hdmi-codec driver Philipp Zabel
2016-02-18 14:58 ` [RFC v4 2/8] ASoC: mediatek: address dai link array entries by enum Philipp Zabel
2016-02-18 15:02 ` [RFC v4 3/8] ASoC: mediatek: Add HDMI dai-links in the machine driver Philipp Zabel
2016-02-18 15:02 ` [RFC v4 4/8] video: rmk's HDMI notification prototype Philipp Zabel
[not found] ` <1455807741-19122-2-git-send-email-p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-02-18 15:06 ` Russell King - ARM Linux
[not found] ` <20160218150650.GR19428-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2016-02-18 15:18 ` Philipp Zabel
2016-02-18 15:24 ` Russell King - ARM Linux [this message]
2016-02-18 15:02 ` [RFC v4 5/8] drm/mediatek: hdmi: issue notifications Philipp Zabel
2016-02-18 15:02 ` [RFC v4 6/8] ASoC: hdmi-codec: Use HDMI notifications to add jack support Philipp Zabel
2016-02-18 15:02 ` [RFC v4 7/8] ASoC: hdmi-codec: Add ELD control Philipp Zabel
2016-02-18 15:02 ` [RFC v4 8/8] drm/mediatek: hdmi: use helper function for N and CTS calculation Philipp Zabel
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=20160218152406.GS19428@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=alsa-devel@alsa-project.org \
--cc=arnaud.pouliquen@st.com \
--cc=broonie@kernel.org \
--cc=cawa.cheng@mediatek.com \
--cc=djkurtz@chromium.org \
--cc=jsarha@ti.com \
--cc=kernel@pengutronix.de \
--cc=koro.chen@mediatek.com \
--cc=lars@metafoo.de \
--cc=lgirdwood@gmail.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=moinejf@free.fr \
--cc=p.zabel@pengutronix.de \
/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).