commit | d4bb72e50a0c4b6790dec127a38fd06d06e561cc | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Jan 19 15:15:24 2010 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Tue Jan 19 18:17:35 2010 -0800 |
tree | 6c25baeb406cfdab554aa7c826f952004d801287 | |
parent | 2cb0c54f3a696351b81e6670f8419120c94b5e0b [diff] |
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>