On Fri, May 22, 2009 at 12:57:23PM +0300, Peter Ujfalusi wrote:
On Friday 22 May 2009 12:28:07 ext Mark Brown wrote:
I've applied both. It'd be really good if you could look into converting the TWL4030 driver into a regular platform driver, probing via the normal methods, so it could get this data as regular platform data.
Thanks, any pointers for such an implementation?
wm8350 and wm8400 are similar chips with audio blocked in with other functionality.
Do we need to convert the codec driver(s) to use the platform_device_register/platform_driver_register, or is it more feasible to convert the platform drivers (for example sound/soc/omap/omap3beagle.c)?
The idea is that the device registration gets done either in arch/arm or in drivers/mfd - the intention is to make things look much more like the standard device model. For twl4030 I'd expect it to be done in drivers/mfd.