Re: [PATCH v2 0/2] Nokia n8x0 support for mainline

2009-08-09 Thread Kalle Valo
On Sat, Aug 8, 2009 at 12:57 PM, Kalle Valokalle.v...@iki.fi wrote: Here's v2 of n8x0 patches. Added proper commit logs and fixed copyright years reported by our patch review machine Felipe Balbi :) I hope these are now ready for mainline. These patches depend on my serial omap tag removal

Re: [PATCH 1/8] Regulator: Add TPS65023 regulator driver

2009-08-09 Thread Liam Girdwood
On Fri, 2009-08-07 at 16:53 +0100, Mark Brown wrote: On Fri, Aug 07, 2009 at 08:55:26PM +0530, Anuj Aggarwal wrote: +static const struct tps_info tps65023_regs[] = { + { + .name = VDCDC1, + .min_uV = 80, + .max_uV = 160, + .fixed = 0, No need to add fixed = 0 in

Audio on OMAP3

2009-08-09 Thread Gary Thomas
How is audio supported on OMAP3? In particular via the TWL4030/TPS659x0 chip? Is anyone working on this? -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: Audio on OMAP3

2009-08-09 Thread Mark Brown
On Sun, Aug 09, 2009 at 11:25:33AM -0600, Gary Thomas wrote: How is audio supported on OMAP3? In particular via the TWL4030/TPS659x0 chip? Is anyone working on this? This is supported in the ASoC subsystem - see sound/soc/omap for the OMAP specific stuff and sound/soc/codecs/twl4030.c for

Re: Audio on OMAP3

2009-08-09 Thread Gary Thomas
Mark Brown wrote: On Sun, Aug 09, 2009 at 11:25:33AM -0600, Gary Thomas wrote: How is audio supported on OMAP3? In particular via the TWL4030/TPS659x0 chip? Is anyone working on this? This is supported in the ASoC subsystem - see sound/soc/omap for the OMAP specific stuff and