From: Jon Hunter Date: Thu, 21 Feb 2013 21:43:08 +0000 (-0600) Subject: ARM: OMAP2+: Convert NAND to use gpmc_cs_program_settings() X-Git-Tag: omap-for-v3.10/gpmc-signed^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24db7eccfba339293e1cc081cf73e06a0149784a;p=pandora-kernel.git ARM: OMAP2+: Convert NAND to use gpmc_cs_program_settings() Convert the OMAP2+ NAND code to use the gpmc_cs_program_settings() function for configuring the various GPMC options instead of directly programming the CONFIG1 register. This moves the configuration of some GPMC options outside the nand_gpmc_retime() because these options should only need to be set once regardless of whether the gpmc timing is changing dynamically at runtime. The programming of where the wait-pin is also moved slightly, but this will not have any impact to existing devices as no boards are currently setting the dev_ready variable. Signed-off-by: Jon Hunter Tested-by: Ezequiel Garcia --- Reading git-diff-tree failed