Philip Langdale wrote: > So, I think I'm a bit too much of a kernel newbie to be able to provide a > definitive review, but I've looked over the changes and they look good to me. >
Good to hear. I'd like to get this in ASAP, but in order to make sure everyone gets a look at it, it'll have to go a round in -mm during the next kernel. > I fully agree with the rearchitecturing - it makes it a lot easier to see > what's going on and it'll scale for SDIO (as you mention) and CE-ATA as well, > if we ever get a hold of any of those :-) > With the very generous help of John Gilmore, I think we'll have those sorted out in a jiffy. :) > One concrete observation I'd make is that we should probably try and detect > MMC first instead of SD. Up until today, I'd have said it didn't really > matter, but I've been doing some reading and discovered that Protec make > some very strange cards they call "SuperSD" which can talk mmc4 and sd 1.1. > These will happily go along with either initialisation sequence - and as mmc4 > is either the same or better than sd 1.1 from a performance point of view, > we should prefer it. This is independent of your restructuring, but as you're > fiddling with this code... :-) > Eeeeww... This is a problem as the SD spec. clearly states the order of init commands. So I wouldn't be surprised if we find SD cards that choke on the MMC init sequence. I guess what we lose by not supporting these is 8 bit data bus, but as we do not currently have a controller for that I think the point is moot. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainer http://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/