Re: MMC: Make the configuration memory resource optional

From: Ian Molton
Date: Wed Aug 05 2009 - 09:34:25 EST


Hi all,

Could all non-MFD users of tmio-mmc please ensure that the following is actually true on your hardware?

mmc->f_max = pdata->hclk;
mmc->f_min = mmc->f_max / 512;

According to all the data I have, the smallest divider setting of 0x100 is /2 and only MFD controllers with the CNF area can select no-divider mode.

this would mean that non-MFD chips should be doing:

mmc->f_max = pdata->hclk / 2;
mmc->f_min = pdata->hclk / 512;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/