From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC v2 00/35] Second preview of imx-drm cleanup series
Date: Mon, 10 Feb 2014 12:28:03 +0000 [thread overview]
Message-ID: <20140210122802.GS26684@n2100.arm.linux.org.uk> (raw)
This is the latest revision of my series cleaning up imx-drm and
hopefully getting it ready to be moved out of drivers/staging.
This series is updated to v3.14-rc2.
Since the last round of patches were posted, the component support
has been merged into mainline, and thus dropped from this series.
Greg has taken the first three patches and merged them into his
linux-next tree - however, I include them here for completness.
Most of the comments from last time still apply, and I'll look at
incorporating some of the other patches that were posted in the
coming week.
If I can have some acks for this, I'll start sending some of it to
Greg - I'd like to at least get the five or six initial imx-hdmi
patches to Greg and queued up for the next merge window sooner
rather than later, preferably getting most of this ready for that
window too.
arch/arm/boot/dts/imx51-babbage.dts | 10 +-
arch/arm/boot/dts/imx53-m53evk.dts | 8 +-
arch/arm/boot/dts/imx53-mba53.dts | 6 +
arch/arm/boot/dts/imx53-qsb.dts | 8 +-
arch/arm/boot/dts/imx6dl.dtsi | 5 +
arch/arm/boot/dts/imx6q-sabresd.dts | 4 +
arch/arm/boot/dts/imx6q.dtsi | 5 +
arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 6 +
arch/arm/boot/dts/imx6qdl.dtsi | 9 +
drivers/staging/imx-drm/Makefile | 3 +-
drivers/staging/imx-drm/imx-drm-core.c | 831 ++++++++++-------------------
drivers/staging/imx-drm/imx-drm.h | 39 +-
drivers/staging/imx-drm/imx-fb.c | 47 --
drivers/staging/imx-drm/imx-fbdev.c | 74 ---
drivers/staging/imx-drm/imx-hdmi.c | 680 +++++++++--------------
drivers/staging/imx-drm/imx-ldb.c | 125 ++---
drivers/staging/imx-drm/imx-tve.c | 134 +++--
drivers/staging/imx-drm/ipu-v3/ipu-di.c | 317 +++++------
drivers/staging/imx-drm/ipuv3-crtc.c | 56 +-
drivers/staging/imx-drm/parallel-display.c | 100 ++--
20 files changed, 934 insertions(+), 1533 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: David Airlie <airlied@linux.ie>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Sascha Hauer <kernel@pengutronix.de>,
Shawn Guo <shawn.guo@linaro.org>,
Fabio Estevam <festevam@gmail.com>
Cc: devel@driverdev.osuosl.org, dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC v2 00/35] Second preview of imx-drm cleanup series
Date: Mon, 10 Feb 2014 12:28:03 +0000 [thread overview]
Message-ID: <20140210122802.GS26684@n2100.arm.linux.org.uk> (raw)
This is the latest revision of my series cleaning up imx-drm and
hopefully getting it ready to be moved out of drivers/staging.
This series is updated to v3.14-rc2.
Since the last round of patches were posted, the component support
has been merged into mainline, and thus dropped from this series.
Greg has taken the first three patches and merged them into his
linux-next tree - however, I include them here for completness.
Most of the comments from last time still apply, and I'll look at
incorporating some of the other patches that were posted in the
coming week.
If I can have some acks for this, I'll start sending some of it to
Greg - I'd like to at least get the five or six initial imx-hdmi
patches to Greg and queued up for the next merge window sooner
rather than later, preferably getting most of this ready for that
window too.
arch/arm/boot/dts/imx51-babbage.dts | 10 +-
arch/arm/boot/dts/imx53-m53evk.dts | 8 +-
arch/arm/boot/dts/imx53-mba53.dts | 6 +
arch/arm/boot/dts/imx53-qsb.dts | 8 +-
arch/arm/boot/dts/imx6dl.dtsi | 5 +
arch/arm/boot/dts/imx6q-sabresd.dts | 4 +
arch/arm/boot/dts/imx6q.dtsi | 5 +
arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 6 +
arch/arm/boot/dts/imx6qdl.dtsi | 9 +
drivers/staging/imx-drm/Makefile | 3 +-
drivers/staging/imx-drm/imx-drm-core.c | 831 ++++++++++-------------------
drivers/staging/imx-drm/imx-drm.h | 39 +-
drivers/staging/imx-drm/imx-fb.c | 47 --
drivers/staging/imx-drm/imx-fbdev.c | 74 ---
drivers/staging/imx-drm/imx-hdmi.c | 680 +++++++++--------------
drivers/staging/imx-drm/imx-ldb.c | 125 ++---
drivers/staging/imx-drm/imx-tve.c | 134 +++--
drivers/staging/imx-drm/ipu-v3/ipu-di.c | 317 +++++------
drivers/staging/imx-drm/ipuv3-crtc.c | 56 +-
drivers/staging/imx-drm/parallel-display.c | 100 ++--
20 files changed, 934 insertions(+), 1533 deletions(-)
next reply other threads:[~2014-02-10 12:28 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-10 12:28 Russell King - ARM Linux [this message]
2014-02-10 12:28 ` [PATCH RFC v2 00/35] Second preview of imx-drm cleanup series Russell King - ARM Linux
2014-02-10 12:29 ` [PATCH RFC v2 13/35] imx-drm: add imx6 DT configuration for HDMI Russell King
2014-02-10 12:29 ` Russell King
2014-02-10 12:29 ` [PATCH RFC v2 14/35] imx-drm: update and fix imx6 DT descriptions for v3 HDMI driver Russell King
2014-02-10 12:29 ` Russell King
2014-02-10 12:30 ` [PATCH RFC v2 19/35] imx-drm: convert to componentised device support Russell King
2014-02-10 12:30 ` Russell King
2014-02-10 15:12 ` [PATCH RFC v2 00/35] Second preview of imx-drm cleanup series Philipp Zabel
2014-02-10 15:12 ` Philipp Zabel
2014-02-10 15:18 ` Russell King - ARM Linux
2014-02-10 15:18 ` Russell King - ARM Linux
2014-02-10 16:00 ` Jean-Francois Moine
2014-02-10 16:00 ` Jean-Francois Moine
2014-02-10 17:37 ` Philipp Zabel
2014-02-10 17:56 ` Russell King - ARM Linux
2014-02-10 17:56 ` Russell King - ARM Linux
2014-02-18 11:45 ` Philipp Zabel
2014-02-18 11:45 ` Philipp Zabel
2014-02-18 12:36 ` Russell King - ARM Linux
2014-02-18 12:36 ` Russell King - ARM Linux
2014-02-12 9:56 ` Russell King - ARM Linux
2014-02-12 9:56 ` Russell King - ARM Linux
2014-02-12 17:24 ` Philipp Zabel
2014-02-12 17:24 ` Philipp Zabel
2014-02-12 11:53 ` Fabio Estevam
2014-02-12 11:53 ` Fabio Estevam
2014-02-12 12:04 ` Christian Gmeiner
2014-02-12 12:04 ` Christian Gmeiner
2014-02-12 12:45 ` Russell King - ARM Linux
2014-02-12 12:45 ` Russell King - ARM Linux
2014-02-12 13:11 ` Christian Gmeiner
2014-02-12 13:11 ` Christian Gmeiner
2014-02-12 12:56 ` Shawn Guo
2014-02-12 12:56 ` Shawn Guo
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=20140210122802.GS26684@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.