Hi,

On 09/10/2012 04:50 PM, Shawn Guo wrote:
On Mon, Sep 10, 2012 at 01:04:00PM +0300, Lauri Hintsala wrote:
@@ -187,6 +188,9 @@ static int mxs_mmc_get_cd(struct mmc_host *mmc)
  {
        struct mxs_mmc_host *host = mmc_priv(mmc);

+       if (host->broken_cd)
+               return -ENOSYS;
+

...

But for this patch:

Acked-by: Shawn Guo <[email protected]>

Any chance to get this patch for 3.7? It makes possible to use the driver without a card detect signal.

Regards,
Lauri
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to