From: Greg KH <gregkh@linuxfoundation.org>
To: Rob Clark <rob.clark@linaro.org>
Cc: linux-omap@vger.kernel.org, dri-devel@lists.freedesktop.org,
patches@linaro.org, Tomi Valkeinen <tomi.valkeinen@ti.com>,
Andy Gross <andy.gross@ti.com>, Rob Clark <rob@ti.com>
Subject: Re: [PATCH 1/2] omap2+: add drm device
Date: Thu, 9 Feb 2012 09:28:04 -0800 [thread overview]
Message-ID: <20120209172804.GA27532@kroah.com> (raw)
In-Reply-To: <1326487320-8781-1-git-send-email-rob.clark@linaro.org>
On Fri, Jan 13, 2012 at 02:41:59PM -0600, Rob Clark wrote:
> From: Rob Clark <rob@ti.com>
>
> Register OMAP DRM/KMS platform device, and reserve a CMA region for
> the device to use for buffer allocation.
>
> v1: initial patch
> v2: move platform data structs into plat-omap to avoid having to
> #include headers from drivers/staging and cleanups
>
> Signed-off-by: Rob Clark <rob@ti.com>
> ---
> Note: after applying this patch there will be duplicate copies of the
> platform data structs (until the 2nd patch is applied). But I tested
> to ensure this does not cause build breaks. So the 2nd patch which
> should go thru staging tree is safe to be held until this patch hits
> Linus's master branch.
>
> arch/arm/plat-omap/Makefile | 2 +-
> arch/arm/plat-omap/common.c | 3 +-
> arch/arm/plat-omap/drm.c | 83 +++++++++++++++++++++++++++++++++
> arch/arm/plat-omap/include/plat/drm.h | 70 +++++++++++++++++++++++++++
> 4 files changed, 156 insertions(+), 2 deletions(-)
> create mode 100644 arch/arm/plat-omap/drm.c
> create mode 100644 arch/arm/plat-omap/include/plat/drm.h
Did this ever get applied? As I can't apply 2/2 without it, please feel
free to add:
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
to 2/2 when some dri/omap developer commits this one.
thanks,
greg k-h
next prev parent reply other threads:[~2012-02-09 17:37 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-13 20:41 [PATCH 1/2] omap2+: add drm device Rob Clark
2012-01-13 20:42 ` [PATCH 2/2] drm/omap: platform data structs moved to plat-omap Rob Clark
2012-01-13 20:59 ` [PATCH 1/2] omap2+: add drm device Felipe Contreras
2012-01-13 21:04 ` Rob Clark
2012-01-13 21:19 ` Rob Clark
2012-01-16 14:12 ` Felipe Contreras
2012-01-16 16:37 ` Rob Clark
2012-01-16 16:59 ` Felipe Contreras
2012-01-16 17:01 ` Rob Clark
2012-01-16 20:37 ` Felipe Contreras
2012-01-16 21:24 ` Rob Clark
2012-01-24 15:33 ` Felipe Contreras
2012-01-24 15:54 ` Rob Clark
2012-01-25 2:17 ` Felipe Contreras
2012-01-25 2:32 ` Rob Clark
2012-01-25 13:51 ` Rob Clark
2012-01-23 17:24 ` Cousson, Benoit
2012-01-23 17:48 ` Rob Clark
2012-02-17 21:14 ` Gross, Andy
2012-02-09 17:28 ` Greg KH [this message]
2012-02-09 17:41 ` Rob Clark
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=20120209172804.GA27532@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=andy.gross@ti.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-omap@vger.kernel.org \
--cc=patches@linaro.org \
--cc=rob.clark@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 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.