Re: [PATCHv2] ARM: OMAP: hsmmc: Fix mux for non-OMAP pins

2011-12-08 Thread Tony Lindgren
* Thomas Weber we...@corscience.de [17 13:05]: The Devkit8000 uses a TWL4030 pin for card detection. Thats why the error: _omap_mux_init_gpio: Could not set gpio192 occurs. This patch checks that the pin is on OMAP before calling omap_mux_init_gpio. Thanks applying into omap driver

[PATCHv2] ARM: OMAP: hsmmc: Fix mux for non-OMAP pins

2011-11-17 Thread Thomas Weber
The Devkit8000 uses a TWL4030 pin for card detection. Thats why the error: _omap_mux_init_gpio: Could not set gpio192 occurs. This patch checks that the pin is on OMAP before calling omap_mux_init_gpio. Signed-off-by: Thomas Weber we...@corscience.de --- Changelog: v2: Remove backslash at end of

[PATCHv2] ARM: OMAP: hsmmc: Fix mux for non-OMAP pins

2011-11-16 Thread Thomas Weber
The Devkit8000 uses a TWL4030 pin for card detection. Thats why the error: _omap_mux_init_gpio: Could not set gpio192 occurs. This patch checks that the pin is on OMAP before calling omap_mux_init_gpio. Signed-off-by: Thomas Weber we...@corscience.de --- Changelog: v2: Remove backslash at end of