[PATCH] ARM: mx5: change babbage card_detect and write_protect to use gpio

2011-06-20 Thread Shawn Guo
Due to the issue reported with ESDHC_CD_CONTROLLER mode as below, GPIO mode becomes the best choice for card detection before the issue gets addressed. http://article.gmane.org/gmane.linux.ports.arm.kernel/120790 Signed-off-by: Shawn Guo shawn@linaro.org --- Actually the issue has been fixed

Re: [PATCH] ARM: mx5: change babbage card_detect and write_protect to use gpio

2011-06-20 Thread Nicolas Pitre
On Mon, 20 Jun 2011, Shawn Guo wrote: Due to the issue reported with ESDHC_CD_CONTROLLER mode as below, GPIO mode becomes the best choice for card detection before the issue gets addressed. http://article.gmane.org/gmane.linux.ports.arm.kernel/120790 Signed-off-by: Shawn Guo