Re: SD Host Controller 3.0 support

2016-01-10 Thread Jonathan Gray
On Sun, Jan 10, 2016 at 04:03:03PM +0100, Mark Kettenis wrote: > The diff below adds (minimal) support for the 3.0 specification. The > most important bit is support for the higher base clock and the larger > divisors that this standard brings. It doesn't really add support for > the new features

SD Host Controller 3.0 support

2016-01-10 Thread Mark Kettenis
The diff below adds (minimal) support for the 3.0 specification. The most important bit is support for the higher base clock and the larger divisors that this standard brings. It doesn't really add support for the new features that allow faster data transport. ok? Index: sdhc.c ===