any idea on /dev/fb/0-3 drivers

2010-02-12 Thread Naresh Kansara
/fb/0 Can somebody give me an idea from where to get the device drivers /dev/fb/0 through /dev/fb/3. I could not find it in the ramdisk image or in any other directory on host. OR if it needs to be built on Target system, how to build it? Thank you & Regards, Naresh Naresh Kansara

RE: question on RAMDISK

2010-02-02 Thread Naresh Kansara
ay to partition in two ramdisk also will work. Thanks and Regards, Naresh Naresh Kansara Irvine Sensors Corporation phone: (714)-435-8928 email: nkans...@irvine-sensors.com --- From: kirthika varadarajan [mailto:kirthikai...@gmail.com] Sent:

question on RAMDISK

2010-02-01 Thread Naresh Kansara
Hello All, I have two questions. 1. Is there a limit of 32MB on Ramdisk? I tried to use 64MB size and I got some errors 2. Has anybody tried to use two RAMDISK? If yes how to use two ramdisk? Thank you for your help. Regards, Naresh Naresh Kansara Irvine Sensors

Problem with NAND bad blocks

2010-01-26 Thread Naresh Kansara
... Target: BOOTUBL // Message keep on Repeating afterwards Thanks for any help. Regards, Naresh Kansara Irvine Sensors Corporation phone: (714)-435-8928 email: nkans...@irvine-sensors.com ___ Davinci-linux-open-source mailing list Davinci

RE: Question on initrd RAM0 and NAND Flash

2010-01-21 Thread Naresh Kansara
Hello Yan, Thanks for the help. This setenv command did work for me. Regards, Naresh From: Liu, Yan [mailto:yan-...@ti.com] Sent: Friday, January 15, 2010 1:53 PM To: Naresh Kansara; davinci-linux-open-source@linux.davincidsp.com Subject: RE: Question

Question on initrd RAM0 and NAND Flash

2010-01-15 Thread Naresh Kansara
00. My question is Is there a way to issue a particular "setenv bootcmd" which will copy the ramdisk Image from NAND to DDR memory location and also copy the kernel from NAND location 0x206 to 0x8070? If I can do this, then I do not need to load the ramdisk image again from U

Question on EM_WAIT pin

2010-01-08 Thread Naresh Kansara
/device IDs are not read correctly. The device has to be Ready before a READID command is issued. In turn, since the Device ID is not read correctly, booting from NAND fails. Regards, Naresh Naresh Kansara Irvine Sensors Corporation phone: (714)-435-8928 email: nkans...@irvine-sensors.com

use NAND Flash MT29F2G08ABD (Micron)

2010-01-05 Thread Naresh Kansara
seem not to find this NAND device(get BOOTME message ) Any suggestion is appreciated. Regards, Naresh Kansara Irvine Sensors Corporation phone: (714)-435-8928 email: nkans...@irvine-sensors.com ___ Davinci-linux-open-source mailing

compiling the NANDWriter

2009-12-11 Thread Naresh Kansara
Instruments\ccsv4\utils\gmake\gmake: *** [nand.obj] Error 1 Build complete for project NANDWriter Regards, Naresh Kansara Irvine Sensors Corporation phone: (714)-435-8928 email: nkans...@irvine-sensors.com ___ Davinci-linux-open-source ma

RE: NAND support of DaVinci

2009-12-07 Thread Naresh Kansara
Sandeep, Thank you for your response. We are using TMS320DM6441ZWT device. Can you suggest any NAND device that will be recognized by RBL and easily available from a supplier/distributor in US? Regards, Naresh Irvine Sensors Corporation phone: (714)-435-8928 email: nkans...@irvine

NAND support of DaVinci

2009-12-07 Thread Naresh Kansara
elp. Naresh Kansara Irvine Sensors Corporation phone: (714)-435-8928 email: nkans...@irvine-sensors.com ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-o

question on UART BOOT

2009-10-27 Thread Naresh Kansara
... BOOTUBLStarting UART Boot... How do I load an application program or start communicating with Davinci ? Thanks for your help. Naresh Kansara ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http

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

2009-05-28 Thread naresh
t; >nar...@ti.com writes: > >> From: Naresh Medisetty >> >> 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 associat

RE: [alsa-devel] [PATCH v2 0/6] ARM: DaVinci: ASoC: Add mcasp support for DM646x

2009-04-19 Thread naresh
Kevin, >> From: Naresh.Medisetty >> >> Add audio support for DM646x >> >> Signed-off-by: Naresh Medisetty >> --- >> This patch set adds audio support for DM646x >> >> This series is dependant on the following 3 patches submitted to the &

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

2009-04-19 Thread naresh
Dave, Thanks for the review. I will re-submit the patch after fixing the comments. Regards, Naresh > >On Thursday 16 April 2009, Medisetty, Naresh wrote: >> arch/arm/mach-davinci/dm355.c| 29 - >> arch/arm/mach-davinci/dm644x.c | 27 +++

RE: [alsa-devel] [PATCH v2 0/6] ARM: DaVinci: ASoC: Add mcasp support for DM646x

2009-04-17 Thread Medisetty, Naresh
Mark, Thanks for the review. I will re-submit the patches after fixing the comments. Regards Naresh From: Mark Brown [broo...@sirena.org.uk] Sent: Thursday, April 16, 2009 6:28 PM To: Medisetty, Naresh Cc: alsa-de...@alsa-project.org; davinci-linux-open

[PATCH v2 3/6] ARM: DaVinci: ASoC: Add the platform devices for ASP

2009-04-16 Thread Naresh Medisetty
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) Signed-off-by: Naresh Medisetty --- This patch applies to the DaVinci

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

2009-04-16 Thread Medisetty, Naresh
Please ignore this patch since the patch number is wrong. I will re-submit the same patch with proper numbering. Regards Naresh From: Naresh Medisetty [nar...@ti.com] Sent: Friday, April 17, 2009 4:12 AM To: davinci-linux-open-source@linux.davincidsp.com

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

2009-04-16 Thread Naresh Medisetty
From: Naresh.Medisetty 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 dm.c Signed-off-by: Naresh Medisetty --- This

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

2009-04-16 Thread Naresh Medisetty
-off-by: Naresh Medisetty --- This patch applies against ALSA mainline - that's the topic/asoc branch of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git sound/soc/davinci/davinci-evm.c | 99 --- 1 files changed, 72 insertions(+), 27 dele

[PATCH v2 4/6] ARM: DaVinci: ASoC: Add dummy codec support

2009-04-16 Thread Naresh Medisetty
: Naresh Medisetty --- This patch applies against ALSA mainline - that's the topic/asoc branch of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git sound/soc/codecs/Kconfig |3 + sound/soc/codecs/Makefile|2 + sound/soc/codecs/spdif_transcie

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

2009-04-16 Thread Naresh Medisetty
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 --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git

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

2009-04-16 Thread Naresh Medisetty
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) Signed-off-by: Naresh Medisetty --- This patch applies to the DaVinci

[PATCH v2 1/6] ARM: DaVinci: ASoC: Add mcasp support for DM646x

2009-04-16 Thread Naresh Medisetty
aster clocks, bit clocks, and frame syncs, and using different transmit modes with different bit-stream formats. Signed-off-by: Steve Chen Signed-off-by: Pavel Kiryukhin Signed-off-by: Naresh Medisetty --- This patch applies against ALSA mainline - that's the topic/asoc branch of git://git.kern

[PATCH v2 0/6] ARM: DaVinci: ASoC: Add mcasp support for DM646x

2009-04-16 Thread Naresh Medisetty
From: Naresh.Medisetty Add audio support for DM646x Signed-off-by: Naresh Medisetty --- This patch set adds audio support for DM646x This series is dependant on the following 3 patches submitted to the DaVinci git: [PATCH v2 1/2] ARM: DaVinci: EDMA: Move queue related mappings to dm.c [PATCH

RE: [alsa-devel] [PATCH 0/5] ARM: DaVinci: ASoC: Add audio support for DM646x

2009-04-06 Thread Medisetty, Naresh
Mark, Thanks for the review. I will re-submit the patches by taking care of all your comments > On Thu, Apr 02, 2009 at 09:46:51PM -0400, Naresh Medisetty wrote: > > > This series is dependant on the following 3 patches submitted to the > > DaVinci git: > > Am

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

2009-04-02 Thread Naresh Medisetty
This patch does the following: (1) Add support for the DM646x machine (2)Introduce the platform driver model to get platform data for all the machines including dm355 and dm644x. Signed-off-by: Naresh Medisetty --- This patch applies against ALSA mainline - that's the topic/asoc branch o

RE: [PATCH 3/3] ARM: DaVinci: ASoC: Add machine driver support for DM646x

2009-04-02 Thread Medisetty, Naresh
Please ignore this patch since the patch number is wrong. I will re-submit the same patch with proper numbering. Regards Naresh This patch does the following: (1) Add support for the DM646x machine (2)Introduce the platform driver model to get platform data for all the machines including

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

2009-04-02 Thread Naresh Medisetty
This patch does the following: (1) Add support for the DM646x machine (2)Introduce the platform driver model to get platform data for all the machines including dm355 and dm644x. Signed-off-by: Naresh Medisetty --- This patch applies against ALSA mainline - that's the topic/asoc branch o

[PATCH 3/5] ARM: DaVinci: ASoC: Add the platform devices for ASP

2009-04-02 Thread naresh
From: Naresh Medisetty Registers the platform devices for ASP on dm355, dm644x and dm646x so that the machine driver can probe to get ASP related platform data. Signed-off-by: Naresh Medisetty --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel

[PATCH 4/5] ARM: DaVinci: ASoC: Add dummy codec support

2009-04-02 Thread Naresh Medisetty
McASP on DM646x can operate in DIT (S/PDIF) where no codec is needed. This patch provides stub codec that can be used in these configurations. On DM646x EVM the McASP1 is connected to the S/PDIF out. Signed-off-by: Naresh Medisetty --- This patch applies against ALSA mainline - that's the

[PATCH 2/5] ARM: DaVinci: ASoC: Adds McASP clock support for TI DM646X processor

2009-04-02 Thread naresh
From: Naresh Medisetty 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 --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git

[PATCH 1/5] ARM: DaVinci: ASoC: Add mcasp support for DM646x

2009-04-02 Thread Naresh Medisetty
, and frame syncs, and using different transmit modes with different bit-stream formats. Signed-off-by: Naresh Medisetty --- This patch applies against ALSA mainline - that's the topic/asoc branch of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git sound/soc/davin

[PATCH 0/5] ARM: DaVinci: ASoC: Add audio support for DM646x

2009-04-02 Thread Naresh Medisetty
Add audio support for DM646x Signed-off-by: Naresh Medisetty --- This patch set adds audio support for DM646x This series is dependant on the following 3 patches submitted to the DaVinci git: [PATCH v2 1/2] ARM: DaVinci: EDMA: Move queue related mappings to dm.c [PATCH v2 2/2] ARM: DaVinci

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

2009-04-02 Thread naresh
From: Naresh Medisetty 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 number. In other words, using the DMA channel

[PATCH v2 1/2] ARM: DaVinci: EDMA: Move queue related mappings to dm.c

2009-04-02 Thread naresh
From: Naresh Medisetty EDMA in DM355 and DM644x has two transfer controllers while DM646x has four transfer controllers. Moving the queue to tc mapping and queue priority mapping to dm.c will be helpful to probe these mappings from platform device so that the machine_is_* testing will be avoided

[PATCH v2 0/2] ARM: DaVinci: EDMA: Add EDMA support for dm646x

2009-04-02 Thread naresh
From: Naresh Medisetty Add EDMA support for dm646x Signed-off-by: Naresh Medisetty --- This patch set adds EDMA support for dm646x patch1: Move queue to tc mapping and queue priority mappings to dm.c since the number of transfer controllers in dm646x is four and number of

[PATCH] ARM: DaVinci: Fix the machine_is_davinci_dm6467_evm() error

2009-04-02 Thread naresh
From: Naresh Medisetty Currently the auto generated file mach-types.h is checking for MACH_DAVINCI_DM6467_EVM, while it is configured as MACH_DAVINCI_DM646X_EVM in the Kconfigs and defconfigs. So machine_is_davinci_dm6467_evm() always returns FALSE. Signed-off-by: Naresh Medisetty --- arch

RE: [alsa-devel] [PATCH 0/9] ARM: DaVinci: ASoC: Adds Audio support for TI DM646X

2009-03-18 Thread Medisetty, Naresh
Mark, Thanks for the review. I will re-submit the series by taking care of your comments. > -Original Message- > From: naresh [mailto:x0090...@ti.com] > Sent: Wednesday, March 18, 2009 5:50 PM > To: 'nar...@ti.com' > Subject: > > On Mon, Mar 16, 2

RE: [alsa-devel] [PATCH 9/9] ARM: DaVinci: ASoC: Adds build support for DM646X audio driver

2009-03-18 Thread Medisetty, Naresh
> On Mon, Mar 16, 2009 at 08:06:27AM -0400, Naresh Medisetty wrote: > > > +config SND_SOC_CODEC_STUBS > > +tristate > > + > > You need to add this to SND_SOC_ALL_CODECS. I will add this to SND_SOC_ALL_CODECS ___

RE: [alsa-devel] [PATCH 7/9] ARM: DaVinci: ASoC: Adds ALSA SoC DIT/DIR driver support for DM646X

2009-03-18 Thread Medisetty, Naresh
>> On Mon, Mar 16, 2009 at 08:05:48AM -0400, Naresh Medisetty wrote: > > > --- /dev/null > > +++ b/sound/soc/codecs/codec_stubs.c > > @@ -0,0 +1,63 @@ > > +/* > > + * ALSA SoC DaVinci DIT/DIR driver > > + * > > + * TI DaVinci audio controller

RE: [alsa-devel] [PATCH 6/9] ARM: DaVinci: ASoC: Adds McASP clock support for TI DM646X processor

2009-03-18 Thread Medisetty, Naresh
> On Mon, Mar 16, 2009 at 08:05:25AM -0400, Naresh Medisetty wrote: > > > + CLK("soc-audio.0", NULL, &mcasp0_clk), > > + CLK("soc-audio.1", NULL, &mcasp1_clk), > > Assuming this is a shorthand for defining two platform devices for two &g

RE: [alsa-devel] [PATCH 3/9] ARM: DaVinci: ASoC: Adds header file for McASP Audio Layer for TI DM646X processor

2009-03-18 Thread Medisetty, Naresh
> -Original Message- > From: naresh [mailto:x0090...@ti.com] > Sent: Wednesday, March 18, 2009 5:05 PM > To: 'naresh' > Subject: > > On Mon, Mar 16, 2009 at 08:03:22AM -0400, Naresh Medisetty wrote: > > > +/* > > + * DAVINCI_MCASP_PWREM

RE: [alsa-devel] [PATCH 1/9] ARM: DaVinci: ASoC: Adds ASoC driver support for TI DM646X EVM platform

2009-03-18 Thread Medisetty, Naresh
I will re-work on this and re-submit the patch. Regards Naresh From: Mark Brown [broo...@sirena.org.uk] Sent: Monday, March 16, 2009 8:27 PM To: Medisetty, Naresh Cc: davinci-linux-open-source@linux.davincidsp.com; alsa-de...@alsa-project.org Subject: Re

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

2009-03-18 Thread Medisetty, Naresh
> -Original Message- > From: naresh [mailto:x0090...@ti.com] > Sent: Wednesday, March 18, 2009 4:59 PM > To: 'nar...@ti.com' > Subject: > > On Sunday 15 March 2009, nar...@ti.com<mailto:nar...@ti.com> wrote: > > @@ -167,6 +175,8

RE: [PATCH 1/2] ARM: DaVinci: EDMA: Move queue to tc mapping to dm.c

2009-03-18 Thread Medisetty, Naresh
Dave, Thanks for the review. I will re-work on this and submit a patch Regards Naresh From: davinci-linux-open-source-boun...@linux.davincidsp.com [davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of David Brownell [davi...@pacbell.net

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

2009-03-18 Thread Medisetty, Naresh
Dave, Thanks for the review. > On Sunday 15 March 2009, nar...@ti.com wrote: > > @@ -427,6 +441,20 @@ static irqreturn_t dma_tc1err_handler(int irq, > void *data) > > return IRQ_HANDLED; > > } > > > > +/* dm646x specific */ > > +static irqreturn_t dma_tc2err_ha

[PATCH 9/9] ARM: DaVinci: ASoC: Adds build support for DM646X audio driver

2009-03-16 Thread Naresh Medisetty
Adds build support for DM646X audio driver Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/codecs/Kconfig |3

[PATCH 8/9] ARM: DaVinci: ASoC: Adds header file for DM646X DIT/DIR driver

2009-03-16 Thread Naresh Medisetty
Adds header file for DM646X DIT/DIR driver Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/codecs/codec_stubs.h

[PATCH 7/9] ARM: DaVinci: ASoC: Adds ALSA SoC DIT/DIR driver support for DM646X

2009-03-16 Thread Naresh Medisetty
Adds ALSA SoC DIT/DIR driver support for DM646X Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/codecs/codec_stubs.c

[PATCH 5/9] ARM: DaVinci: ASoC: Adds Audio Serial Port support for TI DM646X processor

2009-03-16 Thread Naresh Medisetty
Adds Audio Serial Port support for TI DM646X processor Signed-off-by: Naresh Medisetty --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git;a=commit;h=486afa37130356662213cc1a2199a285b4fd72af. arch/arm/mach-davinci

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

2009-03-16 Thread Naresh Medisetty
Adds McASP clock support for TI DM646X processor Signed-off-by: Naresh Medisetty --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git;a=commit;h=486afa37130356662213cc1a2199a285b4fd72af. arch/arm/mach-davinci/dm646x.c

[PATCH 4/9] ARM: DaVinci: ASoC: Adds ALSA PCM interface for the TI DM646X processor

2009-03-16 Thread Naresh Medisetty
Adds ALSA PCM interface for the TI DM646X processor Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/davinci/davinci

[PATCH 2/9] ARM: DaVinci: ASoC: Adds ALSA SoC McASP Audio Layer for TI DM646X processor

2009-03-16 Thread Naresh Medisetty
Adds ALSA SoC McASP Audio Layer for TI DM646X processor. Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/davinci

[PATCH 3/9] ARM: DaVinci: ASoC: Adds header file for McASP Audio Layer for TI DM646X processor

2009-03-16 Thread Naresh Medisetty
Adds header file for McASP Audio Layer for TI DM646X processor Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/davinci

[PATCH 1/9] ARM: DaVinci: ASoC: Adds ASoC driver support for TI DM646X EVM platform

2009-03-16 Thread Naresh Medisetty
Adds ASoC driver support for TI DM646X EVM platform Signed-off-by: Naresh Medisetty --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git;a=commit;h=486afa37130356662213cc1a2199a285b4fd72af. sound/soc/davinci/davinci

[PATCH 0/9] ARM: DaVinci: ASoC: Adds Audio support for TI DM646X

2009-03-16 Thread Naresh Medisetty
Adds Audio support for TI DM646X EVM platform Signed-off-by: Naresh Medisetty --- This patch set adds audio support for DM646x This series is dependant on the following 2 patches submitted to the DaVinci git: [PATCH 1/2] ARM: DaVinci: EDMA: Move queue to tc mapping to dm.c [PATCH 2/2] ARM

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

2009-03-16 Thread naresh
From: Naresh Medisetty Enables the module clock for EDMA channel controller and transfer controller. Maps channels to param sets which is specific to dm646x. Registers the error handlers for the transfer controllers (tc2 and tc3). Signed-off-by: Naresh Medisetty --- arch/arm/mach-davinci

[PATCH 1/2] ARM: DaVinci: EDMA: Move queue to tc mapping to dm.c

2009-03-16 Thread naresh
From: Naresh Medisetty Move queue to tc mapping and queue priority mappings to dm.c since the number of transfer controllers in dm646x is four and number of transfer controllers in dm644x/dm355 is two. Signed-off-by: Naresh Medisetty --- arch/arm/mach-davinci/dm355.c | 19

[PATCH 0/2] ARM: DaVinci: EDMA: EDMA support for dm646x

2009-03-16 Thread naresh
From: Naresh Medisetty Adds EDMA support for dm646x Signed-off-by: Naresh Medisetty --- This patch set adds EDMA support for dm646x patch1: Move queue to tc mapping and queue priority mappings to dm.c since the number of transfer controllers in dm646x is four and number of

RE: [alsa-devel] [PATCH 0/8]ALSA: ASoc: DaVinci: cleanup

2008-12-23 Thread Medisetty, Naresh
Mark, > > > > Could you expand on that a bit - what are you referring to as the > > > standard here? This could just be a case of different hardware > > > manufacturers implementing slightly different things and giving > them > > > the same name. > > > Yes, Exactly it's just a case of differ

RE: [alsa-devel] [PATCH 0/8]ALSA: ASoc: DaVinci: cleanup

2008-12-23 Thread Medisetty, Naresh
Mark, > On Mon, Dec 22, 2008 at 12:06:05PM +0530, Medisetty, Naresh wrote: > > > Still I find difficulty to agree with Troy regarding the meaning > change of > > SND_SOC_DAIFMT_NB_NF, since the existing meaning is correct w.r.t > davinci > > McBSP. > > Could

RE: [alsa-devel] [PATCH 0/8]ALSA: ASoc: DaVinci: cleanup

2008-12-21 Thread Medisetty, Naresh
From: Troy Kisky [troy.ki...@boundarydevices.com] Sent: Friday, December 19, 2008 11:51 PM To: Mark Brown Cc: alsa-de...@alsa-project.org; davinci-linux-open-source@linux.davincidsp.com; Medisetty, Naresh Subject: Re: [alsa-devel] [PATCH 0/8]ALSA: ASoc

RE: [PATCH] (v2)RFC: ARM: DaVinci: ASoC: dm644x_evm use dsp_a

2008-12-16 Thread Medisetty, Naresh
> -Original Message- > From: davinci-linux-open-source-boun...@linux.davincidsp.com > [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf > Of Troy Kisky > Sent: Tuesday, December 16, 2008 12:46 AM > To: Medisetty, Naresh > Cc: davi

RE: [PATCH] (v2)RFC: ARM: DaVinci: ASoC: dm644x_evm use dsp_a

2008-12-14 Thread Medisetty, Naresh
Troy, > -Original Message- > From: davinci-linux-open-source-boun...@linux.davincidsp.com > [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf > Of Troy Kisky > Sent: Saturday, December 13, 2008 8:39 AM > To: davinci-linux-open-source@linux.davincidsp.com > Subject:

RE: codec support on dm355 evm ...

2008-12-08 Thread Medisetty, Naresh
name ASP. Regards Naresh From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of David Brownell [EMAIL PROTECTED] Sent: Monday, December 08, 2008 7:17 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: Re: codec support on dm355 evm ... On

RE: codec support on dm355 evm ...

2008-12-08 Thread Medisetty, Naresh
Dave, I am working on the dm355 evm audio. We were waiting for the nfs to work so that we can test the audio thoroughly. I will get back to you on this as early as possible. Regards Naresh From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of David

RE: [alsa-devel] [PATCH] ASoC: DaVinci: Fix audio stall when doing full duplex

2008-11-19 Thread Medisetty, Naresh
Mark, Thanks! I see that you had already taken care of Signed-of-by lines for this patch. I will take care of this in my further patches. Regards Naresh From: Mark Brown [EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 5:06 PM To: Medisetty, Naresh

[PATCH] ASoC: DaVinci: Fix audio stall when doing full duplex

2008-11-17 Thread naresh
From: Naresh Medisetty <[EMAIL PROTECTED]> Fix concurrent capture/playback issue. The issue is caused by re-initialization of control registers used specifically for capture or playback in both capture and playback operations. Signed-off-by: Steve Chen <[EMAIL PROTECTED]>

[PATCH] ASoC: DaVinci: Audio: Fix swapping of channels at start of stereo playback

2008-11-11 Thread naresh
From: Naresh Medisetty <[EMAIL PROTECTED]> Fixes swapping of channels at start of stereo playback. Channel swap can be observed while playing left-only or right-only audio data. The channel swap is fixed by handling the XSYNCERR condition. Signed-off-by: Naresh Medisetty <[EMAIL

RE: DM6446: audio slowness on 2.6.28-rc3

2008-11-10 Thread Medisetty, Naresh
sample rate of 48KHZ with aplay utility by giving the following options aplay -r 48000 -c 2 -f S16_LE and it is playing properly. If the same audio file is played with -f cd option (sets sample rate to 44100) I observed that audio is playing slowly Regards Naresh

RE: [PATCH] ARM: DaVinci: Audio: Fix the audio stall problem when doing full-duplex

2008-11-03 Thread Medisetty, Naresh
stream, we can drop including this patch in DaVinci GIT From: Steve Chen [EMAIL PROTECTED] Sent: Friday, October 31, 2008 4:56 PM To: Medisetty, Naresh Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: [PATCH] ARM: DaVinci: Audio: Fix the a

ARM: DaVinci: Audio: Fix swapping of channels at start of stereo playback

2008-10-31 Thread naresh
From: Naresh Medisetty <[EMAIL PROTECTED]> The two patches submitted apply on the git-kernel available today. If some of the patches in the pipeline get accepted, these patches will need a rework. ___ Davinci-linux-open-source mailing list D

[PATCH] ARM: DaVinci: Audio: Fix the audio stall problem when doing full-duplex

2008-10-31 Thread naresh
From: Naresh Medisetty <[EMAIL PROTECTED]> Fixes the audio stall problem when doing playback and capture at the same time. Signed-off-by: Naresh Medisetty <[EMAIL PROTECTED]> --- sound/soc/davinci/davinci-i2s.c | 35 --- 1 files changed, 24 inser

[PATCH] ARM: DaVinci: Audio: Fix swapping of channels at start of stereo playback

2008-10-31 Thread naresh
From: Naresh Medisetty <[EMAIL PROTECTED]> Fixes swapping of channels at start of stereo playback. Channel swap can be observed while playing left-only or right-only audio data. The channel swap is fixed by handling the XSYNCERR condition. Signed-off-by: Naresh Medisetty <[EMAIL