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 davi...@pacbell.net 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

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 mgr...@mvista.com 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

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 mgr...@mvista.com 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 mgr...@mvista.com wrote: On Tue, Mar 31, 2009 at 01:43:41PM -0700, David Brownell wrote

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 khil...@deeprootsystems.com wrote: David Brownell davi...@pacbell.net 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:

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 khil...@deeprootsystems.com wrote: Hugo Villeneuve h...@hugovil.com writes: On Tue, 31 Mar 2009 21:31:13 -0700 Kevin Hilman khil...@deeprootsystems.com wrote: David Brownell davi...@pacbell.net writes: On Tuesday 31 March 2009, Mark

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 mgr...@mvista.com 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 mgr...@mvista.com wrote: From: Mark A. Greer mgr...@mvista.com Currently, there is one set

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 mgr...@mvista.com wrote: From: Mark A. Greer mgr...@mvista.com 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

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

2009-03-18 Thread Hugo Villeneuve
serial registration code (serial.c) must pack 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-off-by: Hugo Villeneuve h...@hugovil.com --- arch/arm/mach-davinci/serial.c | 81

Re: DM355 UART2 problem

2009-03-17 Thread Hugo Villeneuve
On Mon, 16 Mar 2009 21:36:28 -0700 Mark A. Greer mgr...@mvista.com 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: ... Serial: 8250/16550 driver, 2 ports

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 10:29:23 + Mark Brown broo...@sirena.org.uk 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 function in mainline? Hi Mark, I based

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 broo...@sirena.org.uk 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 based

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 khil...@deeprootsystems.com wrote: Hugo Villeneuve h...@hugovil.com writes: On Tue, 10 Mar 2009 15:16:32 + Mark Brown broo...@sirena.org.uk wrote: On Tue, Mar 10, 2009 at 10:03:41AM -0400, Hugo Villeneuve wrote: I based those

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 khil...@deeprootsystems.com wrote: Hugo Villeneuve h...@hugovil.com writes: On Tue, 10 Mar 2009 08:55:06 -0700 Kevin Hilman khil...@deeprootsystems.com wrote: Hugo Villeneuve h...@hugovil.com writes: On Tue, 10 Mar 2009 15:16:32

[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 h...@hugovil.com --- 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

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 3/4] ALSA: ASoC: Davinci: Updated sffsdr_hw_params() function to new format

2009-03-09 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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

[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 h...@hugovil.com --- sound/soc/davinci/davinci-sffsdr.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sound/soc

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

2009-03-09 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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

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

Re: Sync with ALSA to fix bugs

2009-03-05 Thread Hugo Villeneuve
On Thu, 05 Mar 2009 09:30:05 -0800 Kevin Hilman khil...@deeprootsystems.com wrote: Hugo Villeneuve h...@hugovil.com 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 patches

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

2009-03-05 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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

Re: Sync with ALSA to fix bugs

2009-03-05 Thread Hugo Villeneuve
On Thu, 05 Mar 2009 11:50:58 -0800 Kevin Hilman khil...@deeprootsystems.com wrote: Hugo Villeneuve h...@hugovil.com 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

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 chaithr...@ti.com 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

Re: mmc_davinci DMA Oops

2009-01-28 Thread Hugo Villeneuve
On Tue, 27 Jan 2009 14:28:05 -0800 David Brownell davi...@pacbell.net 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? I just resent that. I tried your patch

mmc_davinci DMA Oops

2009-01-27 Thread Hugo Villeneuve
? 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-linux-open-source

Re: mmc_davinci DMA Oops

2009-01-27 Thread Hugo Villeneuve
On Tue, 27 Jan 2009 11:10:51 -0800 David Brownell davi...@pacbell.net 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, send

Re: mmc_davinci DMA Oops

2009-01-27 Thread Hugo Villeneuve
On Tue, 27 Jan 2009 13:35:11 -0800 David Brownell davi...@pacbell.net wrote: On Tuesday 27 January 2009, Hugo Villeneuve wrote: On Tue, 27 Jan 2009 11:10:51 -0800 David Brownell davi...@pacbell.net wrote: On Tuesday 27 January 2009, Hugo Villeneuve wrote: I´m trying to use

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

2009-01-23 Thread Hugo Villeneuve
: error: 'debug' undeclared (first use in this function) Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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 5ad6d08..d8d5345

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

2009-01-16 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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

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

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

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

2009-01-16 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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

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

2009-01-16 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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

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 khil...@deeprootsystems.com wrote: Hugo Villeneuve h...@hugovil.com writes: Signed-off-by: Hugo Villeneuve h...@hugovil.com --- arch/arm/mach-davinci/board-dm355-evm.c |2 +- arch/arm/mach-davinci/board-dm644x-evm.c|2

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 broo...@sirena.org.uk wrote: ) Fcc: +sent-mail On Wed, Jan 14, 2009 at 03:54:06PM -0500, Hugo Villeneuve wrote: Mark Brown broo...@sirena.org.uk wrote: Speaking as the person who I expect most frequently tries that I wouldn't worry

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 broo...@sirena.org.uk wrote: On Thu, Jan 15, 2009 at 02:54:54PM -0500, Hugo Villeneuve wrote: Mark Brown broo...@sirena.org.uk wrote: The breakage I see when I run the aplay utility is this: aplay: pcm_write:1394: write error: Input

[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 h...@hugovil.com --- sound/soc/davinci/davinci-sffsdr.c |3 --- 1 files changed, 0 insertions(+), 3

[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 h...@hugovil.com --- sound/soc/davinci/davinci-sffsdr.c | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/sound/soc/davinci

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 broo...@sirena.org.uk 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 functions

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 broo...@sirena.org.uk wrote: On Thu, Jan 15, 2009 at 04:02:57PM -0500, Hugo Villeneuve wrote: On Thu, 15 Jan 2009 20:57:53 + Mark Brown broo...@sirena.org.uk wrote: This should be replaced with the appropriate machine_is_() call

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 davi...@pacbell.net 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 h...@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 broo...@sirena.org.uk wrote: On Thu, Jan 15, 2009 at 04:17:00PM -0500, Hugo Villeneuve wrote: Mark Brown broo...@sirena.org.uk wrote: Sounds like that should be fixed instead, then? If someone wants to fix it, fine. I tried but couldn?t

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

2009-01-15 Thread Hugo Villeneuve
(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 --- ___ Davinci

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 broo...@sirena.org.uk wrote: On Tue, Jan 06, 2009 at 04:41:20PM -0500, Hugo Villeneuve wrote: Mark Brown broo...@sirena.org.uk 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
in this function) These compilation errors are related to incorrect debugging macro and variable names. Signed-off-by: Hugo Villeneuve h...@hugovil.com --- drivers/usb/musb/cppi_dma.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/usb/musb/cppi_dma.c b/drivers

Re: VLYNQ support

2009-01-08 Thread Hugo Villeneuve
On Tue, 16 Dec 2008 14:30:30 -0500 Hugo Villeneuve h...@hugovil.com 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

[PATCH 1/1] Add VLYNQ mux support.

2009-01-08 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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

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

2009-01-08 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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

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

2009-01-06 Thread Hugo Villeneuve
From: Hugo Villeneuve hugo.villene...@lyrtech.com 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

[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 h...@hugovil.com --- sound/soc/davinci/davinci

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 broo...@sirena.org.uk 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 kernel

Re: VLYNQ support

2008-12-17 Thread Hugo Villeneuve
On Wed, 17 Dec 2008 11:14:19 +0100 Ottavio Campana ottavio.camp...@dei.unipd.it 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

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

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

2008-12-16 Thread Hugo Villeneuve
Signed-off-by: Hugo Villeneuve h...@hugovil.com --- 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

[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 h...@hugovil.com --- arch/arm

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!! :D You

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

2008-12-03 Thread Hugo Villeneuve
: 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: http

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 Signed-off-by: Hugo

[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] --- sound/soc

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

2008-11-18 Thread Hugo Villeneuve
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 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 100644 arch

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 built around a TI DM6446 and a Xilinx Virtex-4 FPGA Signed-off-by: Hugo

Error compiling in tmp/ti-staging-2 branch

2008-11-14 Thread Hugo Villeneuve
: 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: [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't repeat the subject line of your patch in the body

RE: Serial Loader poll.

2008-11-06 Thread Hugo Villeneuve
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 www.lyrtech.com

Status of linux-davinci-2.6 git kernel

2008-10-28 Thread Hugo Villeneuve
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 Infinite

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 patches will be accepted or not. Is there a maintainer

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-off-by: Hugo Villeneuve [EMAIL PROTECTED

[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] --- sound/soc/codecs

[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] --- arch/arm/mach-davinci

[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 | 12 + drivers

[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 deletions(-) diff --git

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