On Wed, Sep 12, 2012 at 09:49:29AM -0700, Greg Kroah-Hartman wrote:
On Wed, Sep 12, 2012 at 12:31:09PM +0200, Sascha Hauer wrote:
This patch adds the i.MX glue stuff between i.MX and drm.
Signed-off-by: Sascha Hauer s.hauer@pengutronix.de
drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 +
The patch fails at this point when applying it.
What tree did you make it against? Please do so against linux-next or hopefully, the staging-next branch, and resubmit these.
Also, will this cause build errors if I don't have the needed patchs that are in the DRM tree in my tree?
Yes, the driver won't build without the patches. I'll rebase the IPU support on linux-next once the dependency patches are in place.
Thanks Sascha