On Tue, Jul 22, 2008 at 10:52:20AM -0400, Jon Smirl wrote:
I'm just going to ignore 2.6.27 and wait for 2.6.28. This driver only
If you want to get changes in for 2.6.28 it's probably best to be working on them now - it's not clear if this driver will be merged for 2.6.27 at all and the sooner the stuff gets in the safer it is for 2.6.28 and the closer the code base will be to 2.6.26. It's up to you obviously but I think it may work best.
partially implement i2s support and assumes external clocking. There's no way to add a ASOC machine driver. It's not a general purpose driver. Adding the rest of the features probably means device tree changes.
of-soc is a machine driver - other machine drivers should be able to bind to the driver as normal (though I'd expect that users would want to add more configurablilty to the driver prior to using it). Or at least that was the usage I was expecting, anyway.
Implementing only partial support for devices is pretty much normal when the driver isn't contributed by the vendor - people tend to only work on the features they're using.