Re: [PATCH 2/6] omap2+: Add support for hwmod specific muxing of devices

2010-12-22 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [101202 16:35]: This allows adding hwmod specific pads dynamically during the platform device init. Note that we don't currently have the hwmod specific signals listed in the hwmod data, but struct omap_hwmod_mux_info will make that possible if necessary.

[PATCH 2/6] omap2+: Add support for hwmod specific muxing of devices

2010-12-02 Thread Tony Lindgren
This allows adding hwmod specific pads dynamically during the platform device init. Note that we don't currently have the hwmod specific signals listed in the hwmod data, but struct omap_hwmod_mux_info will make that possible if necessary. Signed-off-by: Tony Lindgren t...@atomide.com ---