Re: ARM/ARM-SoC plans for v3.4 merge window

2012-02-08 Thread Nicolas Ferre
On 02/08/2012 02:18 AM, Olof Johansson : Hi, On Mon, Jan 30, 2012 at 2:08 AM, Nicolas Ferre nicolas.fe...@atmel.com wrote: On 01/29/2012 12:57 AM, Olof Johansson : Hi, On Thu, Jan 26, 2012 at 1:23 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: And we're now there. So...

RE: [RESEND PATCH] davinci: CQ93VC: remove machine specific header file inclusion from codec driver

2012-02-08 Thread Hadli, Manjunath
Mark, On Wed, Jan 11, 2012 at 00:17:41, Mark Brown wrote: On Tue, Jan 10, 2012 at 04:57:43PM +0530, Manjunath Hadli wrote: remove unnecessary inclusion of machine specific header file mach/dm365.h from cq93vc.c voice codec driver which comes in the way of platform code consolidation.

Re: [RESEND PATCH] davinci: CQ93VC: remove machine specific header file inclusion from codec driver

2012-02-08 Thread Mark Brown
On Wed, Feb 08, 2012 at 12:41:14PM +, Hadli, Manjunath wrote: On Wed, Jan 11, 2012 at 00:17:41, Mark Brown wrote: Fix your mailer, not only is it not word wrapping within paragraphs it's adding such problems to quoted text. Applied but please do try to use a subject line appropriate for

Re: ARM/ARM-SoC plans for v3.4 merge window

2012-02-08 Thread Olof Johansson
On Wed, Feb 8, 2012 at 3:52 AM, Nicolas Ferre nicolas.fe...@atmel.com wrote: On 02/08/2012 02:18 AM, Olof Johansson : Hi, On Mon, Jan 30, 2012 at 2:08 AM, Nicolas Ferre nicolas.fe...@atmel.com wrote: On 01/29/2012 12:57 AM, Olof Johansson : Hi, On Thu, Jan 26, 2012 at 1:23 PM, Russell

[PATCH] video: da8xx-fb: Fix build warning on unused label

2012-02-08 Thread Manjunathappa, Prakash
Patch fixes build warning on label err_cpu_freq when CONFIG_CPU_FREQ is not defined. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com --- drivers/video/da8xx-fb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c

[PATCH] video:da8xx-fb: calculate pixel clock period for the panel

2012-02-08 Thread Manjunathappa, Prakash
Patch calculates pixel clock period in pico seconds and updates the same in variable screen information structure. fbset utility uses this information. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com --- drivers/video/da8xx-fb.c | 21 - 1 files changed, 20

[PATCH v2] video:da8xx-fb: calculate pixel clock period for the panel

2012-02-08 Thread Manjunathappa, Prakash
Patch calculates pixel clock period in pico seconds and updates the same in variable screen information structure. fbset utility uses this information. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com --- Since v1: Fixed the spelling mistake. drivers/video/da8xx-fb.c | 19