omap: Fix functions for dynamic remuxing of pins
authorTony Lindgren <tony@atomide.com>
Tue, 19 Jan 2010 23:15:24 +0000 (15:15 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 20 Jan 2010 02:17:35 +0000 (18:17 -0800)
commitd4bb72e50a0c4b6790dec127a38fd06d06e561cc
tree6c25baeb406cfdab554aa7c826f952004d801287
parent2cb0c54f3a696351b81e6670f8419120c94b5e0b
omap: Fix functions for dynamic remuxing of pins

Make the omap_mux_read and write available for board code,
and rename omap_mux_set_board_signals into omap_mux_write_array.
Also add the related prototypes and comments into mux.h.

In some cases we want to change the signals dynamically,
mostly for power management.

Note that we cannot use the signal names as they are set
__init to save memory.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/mux.c
arch/arm/mach-omap2/mux.h