Re: Help with interfacing to OMAP2+: McBSP

2011-10-19 Thread Jarkko Nikula
On Wed, 19 Oct 2011 17:18:54 +1100 Paul Chiha paul.ch...@greyinnovation.com wrote: Hi, I need to write a simple driver sends and receives packets over McBSP3 on the DM3730 processor, and was wondering if anyone has already this. I understand that the functions in arch/arm/plat-omap/mcbsp.c

Re: [PATCH 3/4] ARM: OMAP3: cm-t35: fix audio

2011-10-19 Thread Sergei Shtylyov
Hello. On 19-10-2011 13:39, Igor Grinberg wrote: TWL4030 audio codec is not being registered if no platform data is supplied. Plovide platform data for the TWL4030 audio codec. s/Plovide/Provide/. Perhaps a committer can fix this typo. Signed-off-by: Igor Grinberggrinb...@compulab.co.il

Re: 5430 adc to temp

2011-10-19 Thread J, KEERTHY
Sorry for the Spam! On Wed, Oct 19, 2011 at 4:37 PM, J, KEERTHY j-keer...@ti.com wrote: -- Regards and Thanks, Keerthy -- Regards and Thanks, Keerthy -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH 2/6] OMAP2+: omap_hwmod: manage the wake-up latency constraints

2011-10-19 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com Hwmod is queried from the OMAP_PM layer to manage the power domains wake-up latency constraints. Hwmod retrieves the correct power domain and if it exists it calls the corresponding power domain function. Tested on OMAP3 Beagleboard and OMAP4 Pandaboard in RET/OFF

[PATCH 5/6] OMAP3: update cpuidle latency and threshold figures

2011-10-19 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com Update the data from the measurements performed at HW and SW levels. Cf. http://www.omappedia.org/wiki/Power_Management_Device_Latencies_Measurement for a detailed explanation on where are the numbers coming from. ToDo: - Measure the wake-up latencies for all

Re: [PATCH v2 3/5] regulator: helper routine to extract regulator_init_data

2011-10-19 Thread Shawn Guo
On Wed, Oct 19, 2011 at 03:47:34PM +0100, Mark Brown wrote: On Wed, Oct 19, 2011 at 01:33:55PM +0800, Shawn Guo wrote: On Tue, Oct 18, 2011 at 05:00:46PM +0100, Mark Brown wrote: It's not just Linux-specific stuff, some of this is even specific to what current Linux drivers can do -