From: Rob Clark <rob.clark@linaro.org>
To: dri-devel@lists.freedesktop.org
Cc: patches@linaro.org, Greg KH <greg@kroah.com>,
Tomi Valkeinen <tomi.valkeinen@ti.com>, Rob Clark <rob@ti.com>
Subject: [PATCH 0/3] Add ARCH_MULTIPLATFORM support
Date: Mon, 29 Oct 2012 09:31:11 +0100 [thread overview]
Message-ID: <1351499474-5937-1-git-send-email-rob.clark@linaro.org> (raw)
From: Rob Clark <rob@ti.com>
I was updating omapdrm to support ARCH_MULTIPLATFORM, and noticed that
imx and exynos only required a Kconfig change, so I went ahead and
updated them too. The shmobile driver didn't seem so straightforward
due to backlight device stuff, so I skipped it.
Having ARCH_MULTIPLATFORM support is quite convenient to be able to
at least compile test the different ARM DRM devices without having
to switch configs.
Rob Clark (3):
drm/omap: add support for ARCH_MULTIPLATFORM
drm/exynos: add support for ARCH_MULTIPLATFORM
drm/imx: add support for ARCH_MULTIPLATFORM
arch/arm/mach-omap2/drm.c | 7 +++++++
drivers/gpu/drm/exynos/Kconfig | 2 +-
drivers/staging/imx-drm/Kconfig | 2 +-
drivers/staging/omapdrm/Kconfig | 2 +-
drivers/staging/omapdrm/omap_dmm_tiler.h | 1 -
drivers/staging/omapdrm/omap_drv.c | 6 +++++-
drivers/staging/omapdrm/omap_drv.h | 2 ++
include/linux/platform_data/omap_drm.h | 1 +
8 files changed, 18 insertions(+), 5 deletions(-)
--
1.7.9.5
next reply other threads:[~2012-10-29 8:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-29 8:31 Rob Clark [this message]
2012-10-29 8:31 ` [PATCH 1/3] drm/omap: add support for ARCH_MULTIPLATFORM Rob Clark
2012-10-29 9:04 ` Tomi Valkeinen
2012-10-29 9:27 ` Rob Clark
2012-10-29 8:31 ` [PATCH 2/3] drm/exynos: " Rob Clark
2012-10-30 18:08 ` Greg KH
2012-10-31 0:52 ` Inki Dae
2012-10-29 8:31 ` [PATCH 3/3] drm/imx: " Rob Clark
2012-10-29 8:36 ` Sascha Hauer
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=1351499474-5937-1-git-send-email-rob.clark@linaro.org \
--to=rob.clark@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=greg@kroah.com \
--cc=patches@linaro.org \
--cc=rob@ti.com \
--cc=tomi.valkeinen@ti.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;
as well as URLs for NNTP newsgroup(s).