From: Afzal Mohammed Date: Thu, 30 Aug 2012 19:53:23 +0000 (-0700) Subject: ARM: OMAP2+: gpmc-onenand: provide memory as resource X-Git-Tag: omap-devel-gpmc-fixed-for-v3.7~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681988ba0c369795def0346d210ce96d6177059a;p=pandora-kernel.git ARM: OMAP2+: gpmc-onenand: provide memory as resource Currently omap onenand driver invokes gpmc_cs_request, obtains address space allocated by gpmc to onenand. Remove this, instead use resource structure; this is now updated with address space for onenand by gpmc initialization with the help of gpmc_cs_request. And remove usage of gpmc_cs_request in onenand driver. This helps in smooth migration of gpmc to driver. Signed-off-by: Afzal Mohammed Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed