RE: [PATCH] omap4: pandaboard: fix up mmc card detect logic

2010-10-18 Thread Madhusudhan
-Original Message- From: Nishanth Menon [mailto:n...@ti.com] Sent: Friday, October 15, 2010 8:25 AM To: l-o Cc: Dave; Nishanth Menon; Tony Lindgren; Madhusudhan Chikkature; Adrian Hunter; Samuel Ortiz Subject: [PATCH] omap4: pandaboard: fix up mmc card detect logic For MMC1

Re: [PATCH] omap4: pandaboard: fix up mmc card detect logic

2010-10-18 Thread Tony Lindgren
: pandaboard: fix up mmc card detect logic For MMC1 Controller, card detect interrupt source is twl6030 which is non-gpio. The card detect call back function provides card present/absent status by reading MMC Control register present on twl6030. This functionality was introduced in mfd tree

Re: [PATCH] omap4: pandaboard: fix up mmc card detect logic

2010-10-16 Thread Jarkko Nikula
On Fri, 15 Oct 2010 08:24:47 -0500 Nishanth Menon n...@ti.com wrote: For MMC1 Controller, card detect interrupt source is twl6030 which is non-gpio. The card detect call back function provides card present/absent status by reading MMC Control register present on twl6030. This functionality

[PATCH] omap4: pandaboard: fix up mmc card detect logic

2010-10-15 Thread Nishanth Menon
For MMC1 Controller, card detect interrupt source is twl6030 which is non-gpio. The card detect call back function provides card present/absent status by reading MMC Control register present on twl6030. This functionality was introduced in mfd tree on track to kernel.org Sync pandaboard to the

Re: [PATCH] omap4: pandaboard: fix up mmc card detect logic

2010-10-15 Thread Nishanth Menon
Menon, Nishanth had written, on 10/15/2010 08:24 AM, the following: For MMC1 Controller, card detect interrupt source is twl6030 which is non-gpio. The card detect call back function provides card present/absent status by reading MMC Control register present on twl6030. This functionality was