]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Export reserved APIs in GPMC header
authorSyed Mohammed Khasim x0khasim@ti.com <x0khasim@ti.com>
Thu, 30 Nov 2006 22:42:13 +0000 (14:42 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 30 Nov 2006 22:42:13 +0000 (14:42 -0800)
commitc5be2c2ba43058a6f265097c115c72f5fa0f46e9
treeac07fc1ddfc72396cb7bb19f5d3d71096fb355e0
parent66e4638655d92c84396dfc7fa095879e27b7f4c6
ARM: OMAP: Export reserved APIs in GPMC header

The attached patch is to export two APIs (gpmc_cs_set_reserved and
gpmc_cs_reserved) in gpmc.h.

This allows other libraries and drivers to access these APIs with out
doing a gpmc_request.

Reason: If I have already configured a GPMC CS in boot loader I might
not be interested in doing the same again in Kernel. However I might
want to reserve this particular CS so that it doesn't show as free when
others do a gpmc_request.

Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/gpmc.c
include/asm-arm/arch-omap/gpmc.h