On Fri, 20 Feb 2009 20:32:28 +0300
Anton Vorontsov wrote:
> Hi all,
>
> Some updates for the eSDHC support:
>
I think the patches are coming along nicely. If we can just sort out
the accessors, then it should be ready for -next. It pokes around quite
a bit in the sdhci driver though, so I'd li
Hi all,
Some updates for the eSDHC support:
Changes since the third RFC:
- Use uninitialized_var() (suggested by Laurent Pinchart);
- Fixed a bug in eSDHC SDCLK prescaler calculations because of which
we were over-clocking the SDCLK, and that caused CRC errors using some
SD cards;
- Not a cha