diff options
author | Kai Svahn <kai.svahn@nokia.com> | 2007-01-26 12:29:40 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2007-09-20 09:59:26 -0700 |
commit | 23300597948131d07eebeb1308c2ba0a1c147494 (patch) | |
tree | f287e49b8c52c26659842e69c4e3beb9a924c669 /include | |
parent | c1ed6407cddbd87206b860f6207731d51c1d57bf (diff) | |
download | op-kernel-dev-23300597948131d07eebeb1308c2ba0a1c147494.zip op-kernel-dev-23300597948131d07eebeb1308c2ba0a1c147494.tar.gz |
ARM: OMAP: Merge gpmc changes from N800 tree
This patch merges gpmc changes from N800 tree
and adds gpmc_get_fclk_period() to gpmc.h.
Signed-off-by: Kai Svahn <kai.svahn@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-omap/gpmc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/gpmc.h b/include/asm-arm/arch-omap/gpmc.h index 434672d..6a8e07f 100644 --- a/include/asm-arm/arch-omap/gpmc.h +++ b/include/asm-arm/arch-omap/gpmc.h @@ -81,6 +81,8 @@ struct gpmc_timings { }; extern unsigned int gpmc_ns_to_ticks(unsigned int time_ns); +extern unsigned int gpmc_round_ns_to_ticks(unsigned int time_ns); +extern unsigned long gpmc_get_fclk_period(void); extern void gpmc_cs_write_reg(int cs, int idx, u32 val); extern u32 gpmc_cs_read_reg(int cs, int idx); |