From: Jon Hunter Date: Thu, 21 Feb 2013 19:46:22 +0000 (-0600) Subject: ARM: OMAP2+: Add structure for storing GPMC settings X-Git-Tag: omap-for-v3.10/gpmc-signed^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3be5b457ae1bb6dc93ef25bfa03e595969acbfc;p=pandora-kernel.git ARM: OMAP2+: Add structure for storing GPMC settings The GPMC has various different configuration options such as bus-width, synchronous or asychronous mode selection, burst mode options etc. Currently, there is no central structure for storing all these options when configuring the GPMC for a given device. Some of the options are stored in the GPMC timing structure and some are directly programmed into the GPMC configuration register. Add a new structure to store these options and convert code to use this structure. Adding this structure will allow us to create a common function for configuring these options. Signed-off-by: Jon Hunter Tested-by: Ezequiel Garcia --- Reading git-diff-tree failed