Re: [U-Boot] U-Boot and CONFIG_SYS_DAVINCI_BROKEN_ECC

2009-04-26 Thread Hugo Villeneuve
On Sun, 26 Apr 2009 16:56:40 -0700 David Brownell wrote: > On Sunday 26 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > > > > Before I submit a patch to remove it from U-Boot GIT (nothing > > > > > there enables it, and it will nastify 4-bit support), I > > > > > thought I'd see if a

Re: Kernel and U-boot status for DM355 EVM

2009-04-22 Thread Hugo Villeneuve
On Wed, 22 Apr 2009 13:12:38 -0700 David Brownell wrote: > On Wednesday 22 April 2009, Jean-Philippe François wrote: > > Hi, > > > > I have been looking at the wiki, and could not find what is the > > current status of support for DM355 EVM > > > > Davinci git kernel tree seems to support some

Re: [PATCH 10/18] ARM: DaVinci - Move serial platform_device into SoC-specific files

2009-04-03 Thread Hugo Villeneuve
On Fri, 3 Apr 2009 10:42:09 -0700 "Mark A. Greer" wrote: > On Fri, Apr 03, 2009 at 12:55:36PM -0500, Hugo Villeneuve wrote: > > On Fri, 3 Apr 2009 08:55:41 -0700 > > "Mark A. Greer" wrote: > > > > > On Tue, Mar 31, 2009 at 01:43:41PM -0700,

Re: [PATCH 10/18] ARM: DaVinci - Move serial platform_device into SoC-specific files

2009-04-03 Thread Hugo Villeneuve
On Fri, 3 Apr 2009 08:55:41 -0700 "Mark A. Greer" wrote: > On Tue, Mar 31, 2009 at 01:43:41PM -0700, David Brownell wrote: > > On Tuesday 31 March 2009, Mark A. Greer wrote: > > > The serial infrastructure is pretty limited WRT this (I have same > > > issue on da830 evm--I only want to use uart2)

Re: [PATCH 10/18] ARM: DaVinci - Move serial platform_device into SoC-specific files

2009-03-31 Thread Hugo Villeneuve
On Tue, 31 Mar 2009 22:04:46 -0700 Kevin Hilman wrote: > Hugo Villeneuve writes: > > > On Tue, 31 Mar 2009 21:31:13 -0700 > > Kevin Hilman wrote: > > > >> David Brownell writes: > >> > >> > On Tuesday 31 March 2009, Mark A. Greer w

Re: [PATCH 10/18] ARM: DaVinci - Move serial platform_device into SoC-specific files

2009-03-31 Thread Hugo Villeneuve
On Tue, 31 Mar 2009 21:31:13 -0700 Kevin Hilman wrote: > David Brownell writes: > > > On Tuesday 31 March 2009, Mark A. Greer wrote: > >> On Tue, Mar 31, 2009 at 01:43:41PM -0700, David Brownell wrote: > >> > On Tuesday 31 March 2009, Mark A. Greer wrote: > >> > > The serial infrastructure is p

Re: [PATCH 10/18] ARM: DaVinci - Move serial platform_device into SoC-specific files

2009-03-30 Thread Hugo Villeneuve
On Mon, 30 Mar 2009 10:14:28 -0700 "Mark A. Greer" wrote: > On Sat, Mar 28, 2009 at 11:33:58PM -0400, Hugo Villeneuve wrote: > > On Sat, 28 Mar 2009 19:05:13 -0700 > > "Mark A. Greer" wrote: > > > > > From: Mark A. Greer > > >

Re: [PATCH 10/18] ARM: DaVinci - Move serial platform_device into SoC-specific files

2009-03-28 Thread Hugo Villeneuve
On Sat, 28 Mar 2009 19:05:13 -0700 "Mark A. Greer" wrote: > From: Mark A. Greer > > Currently, there is one set of platform_device and platform_data > structures for all DaVinci SoCs. The differences in the data > between the various SoCs is handled by davinci_serial_init() > by checking the S

[PATCH 1/1] ARM: Davinci: UART: Fix bug with serial ports registration

2009-03-18 Thread Hugo Villeneuve
the serial_platform_data structure as soon as it sees a zero flags entry. Thus the davinci serial registration code (serial.c) must the serial_platform_data structure and only clear the flags entry when there is no more devices following. Tested on DM6446 and DM355 custom boards. Signed-o

Re: DM355 UART2 problem

2009-03-17 Thread Hugo Villeneuve
On Mon, 16 Mar 2009 21:36:28 -0700 "Mark A. Greer" wrote: > On Mon, Mar 16, 2009 at 03:20:54PM -0500, Hugo Villeneuve wrote: > > Hi, > > I'm trying to use UART2 ont he DM355, but here is the error message > > I have when the kernel boots: > > > >

DM355 UART2 problem

2009-03-16 Thread Hugo Villeneuve
Hi, I'm trying to use UART2 ont he DM355, but here is the error message I have when the kernel boots: ... Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250.0: ttyS0 at MMIO 0x1c2 (irq = 40) is a 16550A console [ttyS0] enabled serial8250.0: ttyS1 at MMIO 0x1c20400 (irq = 41)

Re: [alsa-devel] [PATCH 4/4] ALSA: ASoC: Davinci: Fixed missing McBSP pinmux for SFFSDR

2009-03-10 Thread Hugo Villeneuve
On Tue, 10 Mar 2009 09:20:15 -0700 Kevin Hilman wrote: > Hugo Villeneuve writes: > > > On Tue, 10 Mar 2009 08:55:06 -0700 > > Kevin Hilman wrote: > > > >> Hugo Villeneuve writes: > >> > >> > On Tue, 10 Mar 2009 15:16:32 + > >&

Re: [alsa-devel] [PATCH 4/4] ALSA: ASoC: Davinci: Fixed missing McBSP pinmux for SFFSDR

2009-03-10 Thread Hugo Villeneuve
On Tue, 10 Mar 2009 08:55:06 -0700 Kevin Hilman wrote: > Hugo Villeneuve writes: > > > On Tue, 10 Mar 2009 15:16:32 + > > Mark Brown wrote: > > > >> On Tue, Mar 10, 2009 at 10:03:41AM -0400, Hugo Villeneuve wrote: > >> > >> > I ba

Re: [alsa-devel] [PATCH 4/4] ALSA: ASoC: Davinci: Fixed missing McBSP pinmux for SFFSDR

2009-03-10 Thread Hugo Villeneuve
On Tue, 10 Mar 2009 15:16:32 + Mark Brown wrote: > On Tue, Mar 10, 2009 at 10:03:41AM -0400, Hugo Villeneuve wrote: > > > I based those patches on the latest linux-davinci git tree, which > > has the function. > > Do not submit patches for mainline which are not b

Re: [alsa-devel] [PATCH 4/4] ALSA: ASoC: Davinci: Fixed missing McBSP pinmux for SFFSDR

2009-03-10 Thread Hugo Villeneuve
On Tue, 10 Mar 2009 10:29:23 + Mark Brown wrote: > On Mon, Mar 09, 2009 at 11:32:09PM -0400, Hugo Villeneuve wrote: > > return -EINVAL; > > > > + davinci_cfg_reg(DM644X_MCBSP); > > + > > I can't find any references to this functio

[PATCH 4/4] ALSA: ASoC: Davinci: Fixed missing McBSP pinmux for SFFSDR

2009-03-09 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- sound/soc/davinci/davinci-sffsdr.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sound/soc/davinci/davinci-sffsdr.c b/sound/soc/davinci/davinci-sffsdr.c index 7fdfba8..1fc53c1 100644 --- a/sound/soc/davinci/davinci-sffsdr.c +++ b

[PATCH 1/4] ALSA: ASoC: Davinci: Fix SFFSDR FPGA module codec FS bug

2009-03-09 Thread Hugo Villeneuve
This prevented the FPGA from properly configuring the codec FS when the SFFSDR FPGA was compiled as a module. Signed-off-by: Hugo Villeneuve --- sound/soc/davinci/davinci-sffsdr.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sound/soc/davinci/davinci

[PATCH 3/4] ALSA: ASoC: Davinci: Updated sffsdr_hw_params() function to new format

2009-03-09 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- sound/soc/davinci/davinci-sffsdr.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/sound/soc/davinci/davinci-sffsdr.c b/sound/soc/davinci/davinci-sffsdr.c index b338c71..7fdfba8 100644 --- a/sound/soc/davinci/davinci-sffsdr.c +++ b

Fix audio for Lyrtech SFFSDR board

2009-03-09 Thread Hugo Villeneuve
These patches make the audio work again on the SFFSDR ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

[PATCH 2/4] ALSA: ASoC: Davinci: Replaced DAI format RIGHT_J by DSP_B for SFFSDR

2009-03-09 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- sound/soc/davinci/davinci-sffsdr.c | 17 ++--- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/sound/soc/davinci/davinci-sffsdr.c b/sound/soc/davinci/davinci-sffsdr.c index 1d10957..b338c71 100644 --- a/sound/soc/davinci/davinci

[PATCH 1/1] ALSA: ASoC: Davinci: Fix incorrect machine type for SFFSDR board

2009-03-05 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- sound/soc/davinci/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig index 7d3a85d..411a710 100644 --- a/sound/soc/davinci/Kconfig +++ b/sound/soc/davinci/Kconfig @@ -21,7

Re: Sync with ALSA to fix bugs

2009-03-05 Thread Hugo Villeneuve
On Thu, 05 Mar 2009 11:50:58 -0800 Kevin Hilman wrote: > Hugo Villeneuve writes: > > > Hi Kevin, > > I was referring to the > > git://source.mvista.com/git/linux-davinci-2.6.git tree :) > > Ah, that tree is dead and is only for historic purposes. I will not

[PATCH 1/1] dm355 evm: make structure davinci_nand_partitions static

2009-03-05 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- arch/arm/mach-davinci/board-dm355-evm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/board-dm355-evm.c b/arch/arm/mach-davinci/board-dm355-evm.c index 63d7a88..e104650 100644 --- a/arch/arm/mach-davinci/board

Re: Sync with ALSA to fix bugs

2009-03-05 Thread Hugo Villeneuve
On Thu, 05 Mar 2009 09:30:05 -0800 Kevin Hilman wrote: > Hugo Villeneuve writes: > > > Hi Kevin, > > can you apply those two patches from ALSA to the > > linux-davinci-2.6.git tree to fix some running and compilation bugs? > > > > Here are the relevant pa

Sync with ALSA to fix bugs

2009-03-05 Thread Hugo Villeneuve
Hi Kevin, can you apply those two patches from ALSA to the linux-davinci-2.6.git tree to fix some running and compilation bugs? Here are the relevant patches infos: http://git.alsa-project.org/?p=alsa-kernel.git;a=commitdiff;h=7f7ebad4cb7dba50c22e290363e113f055400d6a http://git.alsa-project.org/

Re: [PATCH]: ARM DaVinci ASoC: Fix module unload error

2009-02-13 Thread Hugo Villeneuve
On Fri, 13 Feb 2009 12:39:39 +0530 chaithr...@ti.com wrote: > From: Chaithrika U S > > Fix for the error when the audio module is unloaded. > On unregistering the platform_device, platform_device_release will > free the platform data.If platform data is static the kernel panics > when it is free

Re: mmc_davinci DMA Oops

2009-01-28 Thread Hugo Villeneuve
On Wed, 28 Jan 2009 11:37:35 -0500 Hugo Villeneuve wrote: > On Tue, 27 Jan 2009 14:28:05 -0800 > David Brownell wrote: > > > On Tuesday 27 January 2009, Hugo Villeneuve wrote: > > > > > > > > So if I am using the latest davinci git kernel, should I app

[PATCH 1/1] Prevent a segmentation fault when MMC DMA transfer failed.

2009-01-28 Thread Hugo Villeneuve
The segmentation fault is caused when accessing a potential NULL host->data structure. Signed-off-by: Hugo Villeneuve --- drivers/mmc/host/davinci_mmc.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mm

Re: mmc_davinci DMA Oops

2009-01-28 Thread Hugo Villeneuve
On Tue, 27 Jan 2009 14:28:05 -0800 David Brownell wrote: > On Tuesday 27 January 2009, Hugo Villeneuve wrote: > > > > > > So if I am using the latest davinci git kernel, should I apply > > > > your patch? If so where is it located? > > > > > &

Re: mmc_davinci DMA Oops

2009-01-27 Thread Hugo Villeneuve
On Tue, 27 Jan 2009 13:35:11 -0800 David Brownell wrote: > On Tuesday 27 January 2009, Hugo Villeneuve wrote: > > On Tue, 27 Jan 2009 11:10:51 -0800 > > David Brownell wrote: > > > > > On Tuesday 27 January 2009, Hugo Villeneuve wrote: > > > > I´m t

Re: mmc_davinci DMA Oops

2009-01-27 Thread Hugo Villeneuve
On Tue, 27 Jan 2009 11:10:51 -0800 David Brownell wrote: > On Tuesday 27 January 2009, Hugo Villeneuve wrote: > > I´m trying to use a Marvell 88w8686 chip with a DM6446 and the > > libertas driver. So far it looks promising as the libertas is able > > to detect the chip, se

mmc_davinci DMA Oops

2009-01-27 Thread Hugo Villeneuve
with that bug/condition? Thank-you, Hugo V. ------- Hugo Villeneuve www.hugovil.com --- ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-l

[PATCH 1/1] Fix compilation errors with musb/cppi_dma.c

2009-01-23 Thread Hugo Villeneuve
/musb/cppi_dma.c:884: error: 'debug' undeclared (first use in this function) Signed-off-by: Hugo Villeneuve --- drivers/usb/musb/cppi_dma.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/usb/musb/cppi_dma.c b/drivers/usb/musb/cppi_dma.c index

Re: [PATCH 1/1] Fix MUSB_HDRC compilation error

2009-01-23 Thread Hugo Villeneuve
On Fri, 23 Jan 2009 12:20:14 +0200 Felipe Balbi wrote: > On Fri, Jan 09, 2009 at 05:44:55PM -0500, ext Hugo Villeneuve wrote: > > With CONFIG_USB_MUSB_HDRC selected, we have the > > following compilation errors: > > > > drivers/usb/musb/cppi_dma.c:437:5: w

Re: [PATCH 2/2] Replace UARTx enable bits with macros in board setup code

2009-01-16 Thread Hugo Villeneuve
On Fri, 16 Jan 2009 14:17:28 -0800 Kevin Hilman wrote: > Hugo Villeneuve writes: > > > Signed-off-by: Hugo Villeneuve > > --- > > arch/arm/mach-davinci/board-dm355-evm.c |2 +- > > arch/arm/mach-davinci/board-dm644x-evm.c|2 +- > > arch

[PATCH 1/2] Add support for UART1 and UART2 pinmux.

2009-01-16 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- arch/arm/mach-davinci/include/mach/mux.h |6 ++ arch/arm/mach-davinci/mux_cfg.c |3 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h

DaVinci serial ports patches

2009-01-16 Thread Hugo Villeneuve
The following patches are for using serial ports 1 and 2 and to simplify enabling serial ports in board setup code. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/d

[PATCH 2/2] Replace UARTx enable bits with macros in board setup code

2009-01-16 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- arch/arm/mach-davinci/board-dm355-evm.c |2 +- arch/arm/mach-davinci/board-dm644x-evm.c|2 +- arch/arm/mach-davinci/board-dm646x-evm.c|2 +- arch/arm/mach-davinci/board-sffsdr.c|6 +- arch/arm/mach-davinci/include/mach

Lyrtech SFFSDR board

2009-01-16 Thread Hugo Villeneuve
The first patch fix a problem with the machine type for the SFFSDR. The second patch updates the defconfig to match the latest davinci git tree. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davi

[PATCH 2/2] Update SFFSDR defconfig to match latest davinci git

2009-01-16 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- arch/arm/configs/davinci_sffsdr_defconfig | 53 ++--- 1 files changed, 18 insertions(+), 35 deletions(-) diff --git a/arch/arm/configs/davinci_sffsdr_defconfig b/arch/arm/configs/davinci_sffsdr_defconfig index b040df9..8c17858 100644

[PATCH 1/2] Changed MACH_DAVINCI_SFFSDR to MACH_SFFSDR

2009-01-16 Thread Hugo Villeneuve
In , the SFFSDR board is defined as MACH_SFFSDR. Signed-off-by: Hugo Villeneuve --- arch/arm/configs/davinci_sffsdr_defconfig |2 +- arch/arm/mach-davinci/Kconfig |2 +- arch/arm/mach-davinci/Makefile|2 +- 3 files changed, 3 insertions(+), 3 deletions

Re: [alsa-devel] [PATCH 1/1] ASoC: Fix compilation error with davinci-sffsdr module

2009-01-16 Thread Hugo Villeneuve
On Thu, 15 Jan 2009 15:50:52 -0700 Troy Kisky wrote: > Hugo Villeneuve wrote: > > On Thu, 15 Jan 2009 15:10:01 -0700 > > Troy Kisky wrote: > > > >>> Hopefully a comparison of the mainline and DaVinci trees will show > >>> something... &g

Re: [alsa-devel] [PATCH 1/1] ASoC: Fix compilation error with davinci-sffsdr module

2009-01-15 Thread Hugo Villeneuve
e and the SND_SOC_DAIFMT_IB_NF flag for it to work (it used to work a few weeks/months ago). > But, you should be seeing error messages. Did someone test the latest git tree and audio on a DM644x EVM to see if it still works? Hugo. --- Hugo Villeneuve www.hugovil.com -

Re: [alsa-devel] [PATCH 1/1] ALSA: ASoC: DaVinci: Fix SFFSDR init bug.

2009-01-15 Thread Hugo Villeneuve
On Thu, 15 Jan 2009 21:40:41 + Mark Brown wrote: > On Thu, Jan 15, 2009 at 04:17:00PM -0500, Hugo Villeneuve wrote: > > Mark Brown wrote: > > > > Sounds like that should be fixed instead, then? > > > If someone wants to fix it, fine. I tried but couldn?t fin

Re: [PATCH 1/1] ALSA: ASoC: DaVinci: Fix SFFSDR compilation error.

2009-01-15 Thread Hugo Villeneuve
On Thu, 15 Jan 2009 13:23:09 -0800 David Brownell wrote: > On Thursday 15 January 2009, Hugo Villeneuve wrote: > > Remove dependency on sffsdr_fpga_set_codec_fs() when the > > SFFSDR FPGA module is not selected. > > > > Signed-off-by: Hugo Villeneuve > > --- &

Re: [alsa-devel] [PATCH 1/1] ALSA: ASoC: DaVinci: Fix SFFSDR init bug.

2009-01-15 Thread Hugo Villeneuve
On Thu, 15 Jan 2009 21:09:12 + Mark Brown wrote: > On Thu, Jan 15, 2009 at 04:02:57PM -0500, Hugo Villeneuve wrote: > > On Thu, 15 Jan 2009 20:57:53 + > > Mark Brown wrote: > > > > This should be replaced with the appropriate machine_is_() call > > &

Re: [alsa-devel] [PATCH 1/1] ALSA: ASoC: DaVinci: Fix SFFSDR init bug.

2009-01-15 Thread Hugo Villeneuve
On Thu, 15 Jan 2009 20:57:53 + Mark Brown wrote: > On Thu, Jan 15, 2009 at 03:39:52PM -0500, Hugo Villeneuve wrote: > > Removed call to machine_is_sffsdr() in module init > > function because it always returns zero and causes > > GCC to optimise and remove all fu

[PATCH 1/1] ALSA: ASoC: DaVinci: Fix SFFSDR compilation error.

2009-01-15 Thread Hugo Villeneuve
Remove dependency on sffsdr_fpga_set_codec_fs() when the SFFSDR FPGA module is not selected. Signed-off-by: Hugo Villeneuve --- sound/soc/davinci/davinci-sffsdr.c | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/sound/soc/davinci/davinci-sffsdr.c b

[PATCH 1/1] ALSA: ASoC: DaVinci: Fix SFFSDR init bug.

2009-01-15 Thread Hugo Villeneuve
Removed call to machine_is_sffsdr() in module init function because it always returns zero and causes GCC to optimise and remove all functions of the module. Signed-off-by: Hugo Villeneuve --- sound/soc/davinci/davinci-sffsdr.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff

Re: [alsa-devel] [PATCH 1/1] ASoC: Fix compilation error with davinci-sffsdr module

2009-01-15 Thread Hugo Villeneuve
On Thu, 15 Jan 2009 20:01:22 + Mark Brown wrote: > On Thu, Jan 15, 2009 at 02:54:54PM -0500, Hugo Villeneuve wrote: > > Mark Brown wrote: > > > > > The breakage I see when I run the aplay utility is this: > > > > > aplay: pcm_writ

Re: [alsa-devel] [PATCH 1/1] ASoC: Fix compilation error with davinci-sffsdr module

2009-01-15 Thread Hugo Villeneuve
On Thu, 15 Jan 2009 11:18:07 + Mark Brown wrote: > ") > Fcc: +sent-mail > > On Wed, Jan 14, 2009 at 03:54:06PM -0500, Hugo Villeneuve wrote: > > Mark Brown wrote: > > > > Speaking as the person who I expect most frequently tries that I > > > w

Re: [alsa-devel] [PATCH 1/1] ASoC: Fix compilation error with davinci-sffsdr module

2009-01-14 Thread Hugo Villeneuve
On Tue, 6 Jan 2009 22:00:06 + Mark Brown wrote: > On Tue, Jan 06, 2009 at 04:41:20PM -0500, Hugo Villeneuve wrote: > > Mark Brown wrote: > > > > If the driver is for is not yet in mainline I'd be more inclined > > > to fix this by providing the relevant

[PATCH 1/1] Fix MUSB_HDRC compilation error

2009-01-09 Thread Hugo Villeneuve
#x27; undeclared (first use in this function) These compilation errors are related to incorrect debugging macro and variable names. Signed-off-by: Hugo Villeneuve --- drivers/usb/musb/cppi_dma.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/usb/musb

[PATCH 1/1] Add support for VLYNQ module clock.

2009-01-08 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- arch/arm/mach-davinci/clock.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/clock.c b/arch/arm/mach-davinci/clock.c index c23243f..67ab35d 100644 --- a/arch/arm/mach-davinci/clock.c +++ b/arch/arm/mach

[PATCH 1/1] Add VLYNQ mux support.

2009-01-08 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- arch/arm/mach-davinci/psc.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/psc.c b/arch/arm/mach-davinci/psc.c index 0f1c1cd..275387a 100644 --- a/arch/arm/mach-davinci/psc.c +++ b/arch/arm/mach-davinci/psc.c

Re: VLYNQ support

2009-01-08 Thread Hugo Villeneuve
On Tue, 16 Dec 2008 14:30:30 -0500 Hugo Villeneuve wrote: > These patches are necessary to enable the VLYNQ module (power and > clock), and to configure it properly (interface width). Tested with a > custom VLYNQ driver on the SFFSDR board. I never had a response for these two pat

Re: [PATCH] ARM: DaVinci: New pinmux layer for DaVinci SoCs

2009-01-08 Thread Hugo Villeneuve
LEVEL2 + 1) > -#define DAVINCI_MUX_UART2(DAVINCI_MUX_LEVEL2 + 2) How can I enable UART2 with the new architecture? I don´t see any UART2 in the enum davinci_dm644x_index (mux.h) Hugo V. --- Hugo Villeneuve www.hugovil.com --- __

Re: [alsa-devel] [PATCH 1/1] ASoC: Fix compilation error with davinci-sffsdr module

2009-01-06 Thread Hugo Villeneuve
On Tue, 6 Jan 2009 21:31:17 + Mark Brown wrote: > On Tue, Jan 06, 2009 at 04:23:45PM -0500, Hugo Villeneuve wrote: > > The SFFSDR audio codec sampling frequency clock is generated by > > a FPGA, and set by the FPGA driver. The FPGA driver is not yet > > in the mainline k

[PATCH 1/1] ASoC: Fix compilation error with davinci-sffsdr module

2009-01-06 Thread Hugo Villeneuve
The SFFSDR audio codec sampling frequency clock is generated by a FPGA, and set by the FPGA driver. The FPGA driver is not yet in the mainline kernel, so that is why an extern declaration is used in the meantime. Signed-off-by: Hugo Villeneuve --- sound/soc/davinci/davinci-sffsdr.c |6

[PATCH 1/1] Fix compilation errors with musb/cppi_dma.c

2009-01-06 Thread Hugo Villeneuve
From: Hugo Villeneuve These compilation errors are related to incorrect debugging macro and variable names and generated the following errors: drivers/usb/musb/cppi_dma.c:437:5: warning: "MUSB_DEBUG" is not defined drivers/usb/musb/cppi_dma.c: In function 'cppi_next_rx_segm

Re: VLYNQ support

2008-12-17 Thread Hugo Villeneuve
On Wed, 17 Dec 2008 11:14:19 +0100 Ottavio Campana wrote: > Hugo Villeneuve ha scritto: > > These patches are necessary to enable the VLYNQ module (power and > > clock), and to configure it properly (interface width). Tested with > > a custom VLYNQ driver on the SFFSDR board

[PATCH 1/2] ARM DaVinci: Add support for VLYNQ module and its clock

2008-12-16 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve --- arch/arm/mach-davinci/clock.c |5 + arch/arm/mach-davinci/psc.c |3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/clock.c b/arch/arm/mach-davinci/clock.c index 0771b34..c010a24 100644 --- a/arch/arm/mach

[PATCH 2/2] ARM DaVinci: Added function to select VLYNQ interface width

2008-12-16 Thread Hugo Villeneuve
This function can be called in board setup code or in a VLYNQ driver to select the interface width. Oddly enough, the values 3 and 4 are used to select an interface width of 4 and 3 bits respectively, according to the TI datasheet. Signed-off-by: Hugo Villeneuve --- arch/arm/mach-davinci

VLYNQ support

2008-12-16 Thread Hugo Villeneuve
These patches are necessary to enable the VLYNQ module (power and clock), and to configure it properly (interface width). Tested with a custom VLYNQ driver on the SFFSDR board. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.

Re: New UNIX/Linux DaVinci serial loader/flasher -- dvnixload

2008-12-04 Thread Hugo Villeneuve
On Thu, 4 Dec 2008 09:16:29 +0100 Andrea Gasparini <[EMAIL PROTECTED]> wrote: > > > Hi Everyone, > > After some frustration using DVFlasher and MONO to program my > > DaVinci board, I have decided to write a pure UNIX/Linux serial > > loader/flasher application called dvnixload > > Yooo!

New UNIX/Linux DaVinci serial loader/flasher -- dvnixload

2008-12-03 Thread Hugo Villeneuve
dress: this information is automatically extracted from the ELF headers (input files are in ELF format). If some people find it useful, maybe we could post a link about it on the TI DaVinci wiki. Comments/suggestions/patches are welcomed. Hugo Villeneuve. [1] Use the UBL from this location:

Re: [alsa-devel] [PATCH 2/2] ARM DaVinci: Add ALSA SoC driver for the Lyrtech SFFSDR board

2008-11-19 Thread Hugo Villeneuve
On Wed, 19 Nov 2008 11:11:17 + Mark Brown <[EMAIL PROTECTED]> wrote: > On Wed, Nov 19, 2008 at 01:37:32AM -0500, Hugo Villeneuve wrote: > > The PCM3008 is used on the Lyrtech SFFSDR board, in conjunction > > with an FPGA that generates the bit clock and the master clock

[PATCH 2/2] ARM DaVinci: Add ALSA SoC driver for the Lyrtech SFFSDR board

2008-11-18 Thread Hugo Villeneuve
The PCM3008 is used on the Lyrtech SFFSDR board, in conjunction with an FPGA that generates the bit clock and the master clock Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- sound/soc/davinci/Kconfig | 10 +++ sound/soc/davinci/Makefile |2 + sound/soc/d

PCM3008 ALSA Soc driver and Lyrtech SFFSDR board audio support (v2)

2008-11-18 Thread Hugo Villeneuve
do it later. Hugo Villeneuve ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

[PATCH 1/2] ALSA SoC: Add PCM3008 ALSA SoC driver

2008-11-18 Thread Hugo Villeneuve
The PCM3008 is a 16-bit stereo audio codec. It accepts left-justified format for ADC, and right-justified format for DAC. Independent power-down modes for ADC and DAC are provided, as well as a digital de-emphasis filter (4 modes). Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- sou

[PATCH 2/2] ARM DaVinci: Add defconfig for the Lyrtech SFFSDR board

2008-11-17 Thread Hugo Villeneuve
Add the /arch/arm/configs/davinci_sffsdr_defconfig file for the Lyrtech SFFSDR board Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- arch/arm/configs/davinci_sffsdr_defconfig | 1050 + 1 files changed, 1050 insertions(+), 0 deletions(-) create mode 10064

Lyrtech SFFSDR board v2

2008-11-17 Thread Hugo Villeneuve
I have rebased my SFFSDR patches against the tip of DaVinci git. I have also removed the audio and FPGA drivers. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davin

[PATCH 1/2] ARM DaVinci: Add base support for the Lyrtech SFFSDR board

2008-11-17 Thread Hugo Villeneuve
The Lyrtech SFFSDR (Small form Factor Software Defined Radio) board is built around a TI DM6446 and a Xilinx Virtex-4 (SX-35) FPGA. This patch adds basic board setup code for the SFFSDR. Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- arch/arm/mach-davinci/Kconfig|8 ++

Re: [PATCH 3/4] ARM DaVinci: Add PCM3008 ALSA SoC driver for the Lyrtech SFFSDR board

2008-11-17 Thread Hugo Villeneuve
On Mon, 17 Nov 2008 10:34:39 -0800 Kevin Hilman <[EMAIL PROTECTED]> wrote: > Hugo Villeneuve <[EMAIL PROTECTED]> writes: > > > The PCM3008 is used on the Lyrtech SFFSDR board, in conjunction > > with an FPGA that generates the bit clock and the master clock > >

[PATCH] ARM DaVinci: Add PCM3008 ALSA SoC driver for the Lyrtech SFFSDR board

2008-11-17 Thread Hugo Villeneuve
The PCM3008 is used on the Lyrtech SFFSDR board, in conjunction with an FPGA that generates the bit clock and the master clock Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- sound/soc/codecs/Kconfig |4 + sound/soc/codecs/Makefile |2 + sound/soc/codecs/p

Lyrtech SFFSDR board

2008-11-16 Thread Hugo Villeneuve
The following patches are for the Lyrtech SFFSDR board, rebased against the ti-staging-2 branch. I modified the original patches, especially the fpga load driver, to use platform data from the board setup code, which was not the case before. The fpgaload driver is necessary to program the FPGA bit

[PATCH 3/4] ARM DaVinci: Add PCM3008 ALSA SoC driver for the Lyrtech SFFSDR board

2008-11-16 Thread Hugo Villeneuve
The PCM3008 is used on the Lyrtech SFFSDR board, in conjunction with an FPGA that generates the bit clock and the master clock Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- sound/soc/codecs/Kconfig |4 + sound/soc/codecs/Makefile |2 + sound/soc/codecs/p

[PATCH 1/4] Add fpgaload, a FPGA bitstream loader

2008-11-16 Thread Hugo Villeneuve
This driver is a generic interface for programming a bitstream into a Xilinx FPGA. This driver is passed a structure containing the GPIO pins to use (DONE, PROG and INIT), and a write_byte() callback to program each byte. It also supports partial reconfiguration. Signed-off-by: Hugo Villeneuve

[PATCH 4/4] ARM DaVinci: Add defconfig for the Lyrtech SFFSDR board

2008-11-16 Thread Hugo Villeneuve
Add the /arch/arm/configs/davinci_sffsdr_defconfig file for the Lyrtech SFFSDR board Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- arch/arm/configs/davinci_sffsdr_defconfig | 1067 + 1 files changed, 1067 insertions(+), 0 deletions(-) create mode 10064

[PATCH 2/4] ARM DaVinci: Add support for the Lyrtech SFFSDR board

2008-11-16 Thread Hugo Villeneuve
The Lyrtech SFFSDR (Small form Factor Software Defined Radio) board is built around a TI DM6446 and a Xilinx Virtex-4 (SX-35) FPGA. This patch adds board setup code for the SFFSDR and a device driver for the Virtex-4 FPGA. Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- arch/ar

Error compiling in tmp/ti-staging-2 branch

2008-11-14 Thread Hugo Villeneuve
: INTERNAL: Exiting with 9 jobserver tokens available; should be 8! Hugo Villeneuve. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

RE: [PATCH 1/4] ARM DaVinci: Add support for the Lyrtech SFFSDR board

2008-11-14 Thread Hugo Villeneuve
Kevin Hilman wrote: > [EMAIL PROTECTED] writes: > >> From: Hugo Villeneuve <[EMAIL PROTECTED]> >> >> ARM DaVinci: Add support for the Lyrtech SFFSDR board >> >> The Lyrtech SFFSDR (Small form Factor Software Defined Radio) board >> is bui

RE: [alsa-devel] [PATCH] ARM DaVinci: Add Right-Justified mode and Codec clock master to davinci-i2s

2008-11-10 Thread Hugo Villeneuve
Mark Brown wrote: > On Sat, Nov 08, 2008 at 01:26:09PM -0500, [EMAIL PROTECTED] > wrote: >> From: Hugo Villeneuve <[EMAIL PROTECTED]> > >> ARM DaVinci: Add Right-Justified mode and Codec clock master to >> davinci-i2s > > Not a big deal but you shouldn&

[PATCH] ARM DaVinci: Add Right-Justified mode and Codec clock master to davinci-i2s

2008-11-08 Thread hugo . villeneuve
From: Hugo Villeneuve <[EMAIL PROTECTED]> ARM DaVinci: Add Right-Justified mode and Codec clock master to davinci-i2s The TI DVEVM board uses the SND_SOC_DAIFMT_CBM_CFM & I2S formats, but the Lyrtech SFFSDR board uses the SND_SOC_DAIFMT_CBM_CFS & RIGHT-JUSTIFIED formats. Signe

RE: Serial Loader poll.

2008-11-06 Thread Hugo Villeneuve
serial port. DVFlasher doesn´t work on Linux for me even when using a true serial port. Hugo Villeneuve. Hugo Villeneuve Hardware developer | Concepteur matériel Lyrtech Phone/Tél. : (1) (418) 877-4644 #2395 Toll-free/Sans frais - Canada & USA : (1) (888) 922-4644 #2395 Fax/Téléc. : (1) (418) 877-7710

RE: Status of linux-davinci-2.6 git kernel

2008-10-28 Thread Hugo Villeneuve
Kevin Hilman wrote: > "Hugo Villeneuve" <[EMAIL PROTECTED]> writes: > >> Over two weeks ago I sent patches to add functionality and a new >> board to the linux-davinci-2.6 kernel. So far, I haven't received >> any responses as to know if my patch

Status of linux-davinci-2.6 git kernel

2008-10-28 Thread Hugo Villeneuve
ed on DaVinci accepted into this kernel? Thank-you, Hugo Villeneuve. Hugo Villeneuve Hardware developer | Concepteur matériel Lyrtech Phone/Tél. : (1) (418) 877-4644 #2395 Toll-free/Sans frais — Canada & USA : (1) (888) 922-4644 #2395 Fax/Téléc. : (1) (418) 877-7710 www.lyrtech.com

RE: [PATCH] Add Right-Justified mode and Codec clock master todavinci-i2s driver

2008-10-23 Thread Hugo Villeneuve
[EMAIL PROTECTED] wrote: > Add Right-Justified mode and Codec clock master to davinci-i2s driver > > The EVM board uses the SND_SOC_DAIFMT_CBM_CFM & I2S formats, but the > SFFSDR board uses the SND_SOC_DAIFMT_CBM_CFS & RIGHT-JUSTIFIED > formats > > Signed-of

[PATCH 4/4] ARM DaVinci: Add defconfig for the Lyrtech SFFSDR board

2008-10-17 Thread hugo . villeneuve
From: Hugo Villeneuve <[EMAIL PROTECTED]> ARM DaVinci: Add defconfig for the Lyrtech SFFSDR board Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- arch/arm/configs/davinci_sffsdr_defconfig | 1113 + 1 files changed, 1113 insertions(+), 0 deleti

[PATCH 2/4] ARM DaVinci: Add FPGA driver for the Lyrtech SFFSDR board

2008-10-17 Thread hugo . villeneuve
From: Hugo Villeneuve <[EMAIL PROTECTED]> ARM DaVinci: Add FPGA driver for the Lyrtech SFFSDR board This driver loads a bitstream into the FPGA using the SelectMAP parallel interface Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- drivers/char/Kconfig

[PATCH 1/4] ARM DaVinci: Add support for the Lyrtech SFFSDR board

2008-10-17 Thread hugo . villeneuve
From: Hugo Villeneuve <[EMAIL PROTECTED]> ARM DaVinci: Add support for the Lyrtech SFFSDR board The Lyrtech SFFSDR (Small form Factor Software Defined Radio) board is built around a TI DM6446 and a Xilinx Virtex-4 FPGA Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- a

[PATCH 3/4] ARM DaVinci: Add PCM3008 soc ALSA driver for the Lyrtech SFFSDR board

2008-10-17 Thread hugo . villeneuve
From: Hugo Villeneuve <[EMAIL PROTECTED]> ARM DaVinci: Add PCM3008 soc ALSA driver for the Lyrtech SFFSDR board The PCM3008 is used on the Lyrtech SFFSDR board, with an FPGA that generates the bit clock and the master clock Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --

[PATCH] Add Right-Justified mode and Codec clock master to davinci-i2s driver

2008-10-17 Thread Hugo Villeneuve
Add Right-Justified mode and Codec clock master to davinci-i2s driver The EVM board uses the SND_SOC_DAIFMT_CBM_CFM & I2S formats, but the SFFSDR board uses the SND_SOC_DAIFMT_CBM_CFS & RIGHT-JUSTIFIED formats Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- sound/soc/d

Passing MAC address from U-Boot to kernel via command line

2008-09-26 Thread Hugo Villeneuve
Hi all, I am wondering if there is still a way to pass the MAC address from U-Boot to the Linux kernel DaVinci EMAC driver with the command line parameters... There was a way a few weeks ago, but this code seems to have been removed (i2c-emac.c). Thank-you, Hugo v. Hugo Villeneuve Hardware