From: Afzal Mohammed Date: Wed, 5 Sep 2012 00:44:44 +0000 (-0700) Subject: ARM: OMAP2+: gpmc-onenand: provide memory as resource X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76689644090315d1ece0c71b50e634a1fe89184c;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