Re: [RFC][PATCH] MMC: Major restructuring and cleanup

2007-01-14 Thread Philip Langdale
Pierre Ossman wrote: > > 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

Re: [RFC][PATCH] MMC: Major restructuring and cleanup

2007-01-14 Thread Pierre Ossman
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

Re: [RFC][PATCH] MMC: Major restructuring and cleanup

2007-01-13 Thread Philip Langdale
Pierre Ossman wrote: > Hi everyone, > > As I've mentioned to some of you, I've been working on restructuring the MMC > layer in order to make it more easily maintained and to allow extensions > like SDIO support. A first draft of this is now ready for public review. > I've cc:d those who have been