From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:55934 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751201Ab0E0TlH (ORCPT ); Thu, 27 May 2010 15:41:07 -0400 From: jcrouse@codeaurora.org Subject: [PATCH v2] DRM platform device support Date: Thu, 27 May 2010 13:40:23 -0600 Message-Id: <1274989227-11669-1-git-send-email-jcrouse@codeaurora.org> In-Reply-To: <4B8BE489.7020402@codeaurora.org> References: <4B8BE489.7020402@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: dri-devel@lists.freedesktop.org Cc: linux-arm-msm@vger.kernel.org Here is the second revision implementing platform device support for DRM. I've split the original patch into three and applied most of the comments I got from the previous go-around. The first patch removes the resource wrappers from DRM and switches the drivers to use the bus level functions. The second patch adds the platform support, and the third patch adds the ARM specific #ifdefs. Plus, a bonus patch that ensures that the DRM offset fits into the pgoff (unsigned long) offset for mmap. The original code made a 64 bit value that didn't fly with a 32 bit processor. Thanks for the comments and keep em coming. Jordan