More build errors and warnings

2012-02-19 Thread Russell King - ARM Linux
Errors: arch/arm/mach-omap2/built-in.o: In function `n8x0_mmc_callback': twl-common.c:(.text+0x108a0): undefined reference to `omap_mmc_notify_cover_event'Warnings Warnings: drivers/iommu/omap-iommu-debug.c:271: warning: passing argument 1 of 'omap_find_iovm_area' from incompatible pointer ty

Re: [PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-02-19 Thread Chris Ball
Hi, On Sun, Feb 19 2012, Daniel Mack wrote: > External circuitry like level shifters may limit the maximum operation > speed of the hsmmc controller. Add a field to struct omap2_hsmmc_info > so boards can adjust the setting on demand. > > Signed-off-by: Daniel Mack > Acked-by: Tony Lindgren > Cc

Re: [PATCH 1/2] ARM: OMAP2+: UART: remove unused fields in omap_uart_state.

2012-02-19 Thread Sergei Shtylyov
Hello. On 19-02-2012 6:29, NeilBrown wrote: commit 2fd149645eb46d261 removed the last usage of 'can_sleep' but did not remove the field. commit 8612bd22f3036974 removed the last non-trivial use of 'pdev'. Please also specify the summaries of the above commits with them. So remove these

Re: [PATCH 2/2] ARM: OMAP2: remove some orphan function declarations.

2012-02-19 Thread Sergei Shtylyov
Hello. On 19-02-2012 6:29, NeilBrown wrote: commit 2fd149645eb Please also specify that commit's summary in parens. removed omap_uart_can_sleep and omap3_can_sleep, but not their declarations. So remove those now. Signed-off-by: NeilBrown WBR, Sergei -- To unsubscribe from this li

Re: [PATCH] ASoC: pandora: switch clock back to internal on stop

2012-02-19 Thread Grazvydas Ignotas
On Sun, Feb 19, 2012 at 8:30 AM, Mark Brown wrote: > On Sun, Feb 19, 2012 at 12:39:55AM +0200, Grazvydas Ignotas wrote: >> For some reason, OMAP doesn't enter lower power states with functional >> clock (CLKS) source set to external, so switch it back to internal when >> done playing. >> >> Signed

Re: [PATCH 2/2] ARM: OMAP2: remove some orphan function declarations.

2012-02-19 Thread Shubhrajyoti
On Sunday 19 February 2012 07:59 AM, NeilBrown wrote: > commit 2fd149645eb removed omap_uart_can_sleep and omap3_can_sleep, > but not their declarations. So remove those now. > a small description with the commit id would have been good. Looks good to me. Reviewed-by: Shubhrajyoti D thanks. >

[PATCH] ARM: OMAP: hsmmc: add max_freq field

2012-02-19 Thread Daniel Mack
External circuitry like level shifters may limit the maximum operation speed of the hsmmc controller. Add a field to struct omap2_hsmmc_info so boards can adjust the setting on demand. Signed-off-by: Daniel Mack Acked-by: Tony Lindgren Cc: Chris Ball Cc: Cousson, Benoit --- This trivial patch