[PATCH v3 0/6] ARM: DaVinci: Audio support for DM646x

2009-05-28 Thread Chaithrika U S
From: Chaithrika U S chaithr...@ti.com Add audio support for DM646x Signed-off-by: Naresh Medisetty nar...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com --- This patch set adds audio support for DM646x This updated version has included most of the review comments received for the

[PATCH v3 1/6] ARM: DaVinci: ASoC: Adds McASP clock support for TI DM646X processor

2009-05-28 Thread Chaithrika U S
Adds McASP clock support for the two instances of mcasp (mcasp0,mcasp1). This patch is part of the audio support for dm646x series. Signed-off-by: Naresh Medisetty nar...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com --- This patch applies to the DaVinci git tree available at

[PATCH v3 3/6] ARM: DaVinci: ASoC: Introduce platform driver model for dm644x, dm355

2009-05-28 Thread Chaithrika U S
Introduce the platform driver model to get platform data for dm355 and dm644x. Register platform driver and acquire the resources in the probe function Since the platform specific code had been moved from machine driver to dmsoc.c Signed-off-by: Naresh Medisetty nar...@ti.com Signed-off-by:

[PATCH v3 2/6] ARM: DaVinci: ASoC: Add the platform devices for ASP

2009-05-28 Thread Chaithrika U S
1) Registers the platform devices for ASP on dm355, dm644x and dm646x so that the machine driver can probe to get ASP related platform data. 2) Move towards definition of the asp clocks using phyisical name(for dm355 and dm644x) 3) Add platform data to board specific files. Signed-off-by: Naresh

[PATCH v3 6/6] ARM: DaVinci: ASoC: Add machine driver support for DM646x

2009-05-28 Thread Chaithrika U S
This patch does the following: (1) Add support for the DM646x machine (2)Modifications required to introduce the platform driver model to get platform data for all the machines including dm355 and dm644x. Signed-off-by: Steve Chen sc...@mvista.com Signed-off-by: Pavel Kiryukhin

Re: [PATCH 2/9] ccdc hw device header file for vpfe capture

2009-05-28 Thread Laurent Pinchart
Hi, On Friday 15 May 2009 20:36:19 m-kariche...@ti.com wrote: From: Muralidharan Karicheri a0868...@gt516km11.gt.design.ti.com CCDC hw device header file Adds ccdc hw device header for vpfe capture driver This has comments incorporated from previous review. Reviewed By Hans Verkuil.

Supporting multiple codecs

2009-05-28 Thread Azam Ansari
Hi, I am using 2 different audio codecs. It seems that the davinci audio supports only one codec at a time. How can I support more than one codec? file: sound/oss/davinci-audio.c int audio_register_codec(audio_state_t * codec_state) { int ret; FN_IN; /* We dont handle multiple

Re: Supporting multiple codecs

2009-05-28 Thread Steve Chen
On Thu, 2009-05-28 at 19:06 +0530, Azam Ansari wrote: Hi Steve, Does latest version support OSS with multiple codecs? There is multiple codec support for McASP (dm6467). However, to the best of my knowledge, there is no multiple codec support for McBSP (dm644x/dm355). We are using OSS

Re: [PATCH 3/9] dm355 ccdc module for vpfe capture driver

2009-05-28 Thread Hans Verkuil
On Thursday 28 May 2009 15:18:17 Laurent Pinchart wrote: Hi, most comments here apply to the DM6446 CCDC module as well. Generic comments apply throughout the source code. Hans, I'd appreciate if you could review my comments, as some of them might made according to personal preferences more

Re: [PATCH 09/16] davinci: Make GPIO code more generic

2009-05-28 Thread Kevin Hilman
Russell King - ARM Linux li...@arm.linux.org.uk writes: On Fri, May 15, 2009 at 05:58:27PM -0700, Kevin Hilman wrote: diff --git a/arch/arm/mach-davinci/dm355.c b/arch/arm/mach-davinci/dm355.c index 4154397..f213d06 100644 --- a/arch/arm/mach-davinci/dm355.c +++

Re: [PATCH 13/16] davinci: Factor out emac mac address handling

2009-05-28 Thread Kevin Hilman
Russell King - ARM Linux li...@arm.linux.org.uk writes: On Fri, May 15, 2009 at 05:58:31PM -0700, Kevin Hilman wrote: +void davinci_get_mac_addr(struct memory_accessor *mem_acc, void *context) +{ +DECLARE_MAC_BUF(mac_str); +struct davinci_soc_info *soc_info = davinci_get_soc_info();

Re: [PATCH v2 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x

2009-05-28 Thread Kevin Hilman
nar...@ti.com writes: From: Naresh Medisetty nar...@ti.com Enables module clock for DM646x EDMA channel controller and transfer controller. Channel mapping logic is introduced in dm646x EDMA. This implies that there is no fixed association for a channel number to a parameter entry

Compiler setting of CCS inside codec engine for DM6446

2009-05-28 Thread Vinayagam Mariappan
I am working with optimization of JPEG and MPEG encoder. In CCS studio i am making the compiler setting as Opt Level: File (o 3) Opt Speed Vs Size: Speed Most critical Program Level Opt: No External Var Ref.(=pm =op3) Enabling Macros I want to do the same setting for my codec which is residing

Re: [PATCH v2 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x

2009-05-28 Thread David Brownell
On Thursday 28 May 2009, chaithrika wrote: In this case, can you please merge this patch into the DaVinci tree? Surely you mean version *4* not the old version 2 ___ Davinci-linux-open-source mailing list

RE: [PATCH v2 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x

2009-05-28 Thread chaithrika
On Fri, May 29, 2009 at 08:26:44, David Brownell wrote: -Original Message- From: David Brownell [mailto:davi...@pacbell.net] Sent: Friday, May 29, 2009 8:27 AM To: davinci-linux-open-source@linux.davincidsp.com Cc: chaithrika Subject: Re: [PATCH v2 2/2] ARM: DaVinci: EDMA: Enable

RE: [PATCH v2 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x

2009-05-28 Thread naresh
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, May 29, 2009 4:32 AM To: nar...@ti.com Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: [PATCH v2 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x nar...@ti.com writes: From: