Markus, please add me to your LinkedIn network

2014-08-18 Thread VIctor Rodriguez via LinkedIn
LinkedIn VIctor Rodriguez requested to add you as a connection on LinkedIn: -- Markus, Build your professional network, discover opportunities, and keep in touch with me on LinkedIn. - VIctor Accept invitation from VIctor

Re: Ramdisk on Hawkboard not working

2011-01-22 Thread Victor Rodriguez
; cp arch/arm/boot/Image_v2 /tftpboot/uImage_v2 > > Then I did: > setenv bootargs mem=88M ip=dhcp console=ttyS0,115200n8 root=/dev/ram0 rw > initrd=0xc118,16M ramdisk_size=16384 > saveenv > tftp c000 uImage_v2 Why this address ?? I used this $tftp c070 uImage_v1 $

Re: [PATCH 0/5] davinci: da850: clean up pinmux arrays in da850.c

2011-01-18 Thread Victor Rodriguez
ed) >> in this patch series.  The hawkboard defines it's own MMC and McASP pin set >> in the most recent patch series that is queued.  I haven't submitted MMC and >> McASP patches yet for the MityDSP SoMs. Yes it is right , by the way I will test it with

Re: Why the kernel can't boot up on my board?

2011-01-05 Thread Victor Rodriguez
tions.net [...] One more thing , the kernel just support new File Systems, like Angstrom from http://narcissus.angstrom-distribution.org/ Hope it helps Regards Victor Rodriguez >> Any help appreciated, thanks in advance. >> >> > > Some of the boards are known to have hardwa

Re: Serial Port Driver o Hawkboard

2011-01-03 Thread Victor Rodriguez
l port 2 is used for the Kernel for communication, so you can use serial port 0 or 1,. One more think right now I do not have the hawkboard in order to test it, let me check some possible solution and send to you. Regards Victor Rodriguez ___ Davinc

Doud about patch version

2010-12-22 Thread Victor Rodriguez
resend the series of pathces qith another name and V1 ? Thanks a lot for your help Regards Victor Rodriguez ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci

RE: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-21 Thread Victor Rodriguez
From: Michael Williamson [michael.william...@criticallink.com] Sent: Tuesday, November 16, 2010 2:42 PM To: Nori, Sekhar Cc: Sergei Shtylyov; Victor Rodriguez; davinci-linux-open-source@linux.davincidsp.com; Russell King; Victor Rodriguez; linux-arm-ker

Re: [PATCH v10 4/6] davinci: MMC/SD support for Omapl138-Hawkboard

2010-12-14 Thread Victor Rodriguez
On Fri, Dec 10, 2010 at 3:02 PM, Victor Rodriguez wrote: > On Wed, Dec 8, 2010 at 9:55 AM, Victor Rodriguez wrote: >> On Tue, Dec 7, 2010 at 11:20 PM, Nori, Sekhar wrote: >>> On Wed, Dec 08, 2010 at 03:44:47, vm.ro...@gmail.com wrote: >>> >>>> +static

Re: [PATCH v10 4/6] davinci: MMC/SD support for Omapl138-Hawkboard

2010-12-10 Thread Victor Rodriguez
On Wed, Dec 8, 2010 at 9:55 AM, Victor Rodriguez wrote: > On Tue, Dec 7, 2010 at 11:20 PM, Nori, Sekhar wrote: >> On Wed, Dec 08, 2010 at 03:44:47, vm.ro...@gmail.com wrote: >> >>> +static __init void omapl138_hawk_mmc_init(void) >>> +{ >&

Re: [PATCH v10 4/6] davinci: MMC/SD support for Omapl138-Hawkboard

2010-12-08 Thread Victor Rodriguez
failed to request GPIO for USB 1.1 port " + "over-current indicator: %d\n", __func__, ret); + goto usb11_setup_oc_fail; + } + + ret = da8xx_register_usb11(&omapl138_hawk_usb11_pdata); + if (ret) { + pr_warning

Re: [PATCH v9 6/6] davinci: USB1.1 support for Omapl138-Hawkboard

2010-12-06 Thread Victor Rodriguez
On Mon, Dec 6, 2010 at 9:53 AM, Ben Gardiner wrote: > On Mon, Dec 6, 2010 at 10:47 AM, Victor Rodriguez wrote: >> On Mon, Dec 6, 2010 at 5:43 AM, Sergei Shtylyov wrote: >>> Hello. >>> >>> On 06-12-2010 14:12, Nori, Sekhar wrote: >>> >>>

Re: [PATCH v9 6/6] davinci: USB1.1 support for Omapl138-Hawkboard

2010-12-06 Thread Victor Rodriguez
gt;> Other than that, it all looks good to me. > >   Except those 'exp_setup_'prefixes which I'm not sure where are coming > from... it comes from arch/arm/mach-davinci/board-da850-evm.c I took this as a template and I think that is better to keep this exp_setup_ as a template but if you have any other suggestion please tell me Thanks for check it helps me a lot Regards Victor Rodriguez >> Thanks, >> Sekhar > > WBR, Sergei > ___ 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 v9 6/6] davinci: USB1.1 support for Omapl138-Hawkboard

2010-12-03 Thread Victor Rodriguez
On Fri, Dec 3, 2010 at 5:51 AM, Nori, Sekhar wrote: > On Fri, Dec 03, 2010 at 06:14:39, Victor Rodriguez wrote: >> On Thu, Dec 2, 2010 at 12:49 AM, Nori, Sekhar wrote: >> > On Thu, Dec 02, 2010 at 01:02:29, vm.ro...@gmail.com wrote: >> >> +static int hawk_usb_oc

Re: [PATCH v9 6/6] davinci: USB1.1 support for Omapl138-Hawkboard

2010-12-02 Thread Victor Rodriguez
); gpio_free(DA850_HAWK_MMCSD_CD_PIN); return; } ret = gpio_request_one(DA850_HAWK_MMCSD_WP_PIN, GPIOF_DIR_IN, "MMC WP"); if (ret < 0) { pr_warning("%s: can not open GPIO %d\n",

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-01 Thread Victor Rodriguez
On Wed, Dec 1, 2010 at 10:32 AM, Sergei Shtylyov wrote: > Hello. > > Nori, Sekhar wrote: > >> On Sat, Nov 13, 2010 at 04:08:50, vm.ro...@gmail.com wrote: >>> >>> From: Victor Rodriguez > >>> This patch defines Pin Mux configuration for MacASP >&

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-01 Thread Victor Rodriguez
Regards Victor Rodriguez On Wed, Dec 1, 2010 at 10:04 AM, Nori, Sekhar wrote: > On Wed, Dec 01, 2010 at 20:50:04, Victor Rodriguez wrote: >> >> Yes Sekhar I will do it  right now, sorry for the delay with the other >> patch that fix this > > The issue was not yours to fix.

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-01 Thread Victor Rodriguez
On Wed, Dec 1, 2010 at 7:32 AM, Nori, Sekhar wrote: > Hi Victor, > > On Sat, Nov 13, 2010 at 04:08:50, vm.ro...@gmail.com wrote: >> From: Victor Rodriguez >> >> This patch defines Pin Mux configuration for MacASP >> used on the Hawkboard-L138 system in order to a

Re: [PATCH v3 3/4] da850-evm: extract defines for SEL{A, B, C} pins in UI expander

2010-11-19 Thread Victor Rodriguez
lman/linux-davinci.git >  * integrated the static array initialization patch provided by Sekhar Nori > > Changes since v1: >  * No changes since v1 > > --- I think that ther must be just one --- , This is extra Regards Victor Rodriguez >  arch/arm/mach-davinci/board-da850-ev

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-11-19 Thread Victor Rodriguez
On Thu, Nov 18, 2010 at 6:17 PM, Victor Rodriguez wrote: > On Thu, Nov 18, 2010 at 5:57 PM, Kevin Hilman > wrote: >> "Nori, Sekhar" writes: >> >>> Hi Michael, >>> >>> On Wed, Nov 17, 2010 at 02:12:53, Michael Williamson wrote: &

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-11-18 Thread Victor Rodriguez
>> >>> >>> I think a board file author should be familiar enough with the SoC to >>> understand >>> what peripheral pins he should be configuring for his/her particular >>> hardware setup >>

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-11-18 Thread Victor Rodriguez
; > I too prefer all generic pin lists which are most likely not > going to be used at all to be removed. Unused stuff like this > will only make code difficult to read. > > Thanks, > Sekhar > > HI Sekhar Let me see if I understand, you prefer to remove the unused pin list, but that will produce a lot of changes on each board that used these pin list. I do not have those boards, in order to test if that works :( I want to help to fix it and give a complete and right support to the hawk board. Please give me a tip of how to do it Regards Victor Rodriguez ___ 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 v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-11-17 Thread Victor Rodriguez
On Tue, Nov 16, 2010 at 3:53 PM, Victor Rodriguez wrote: > On Tue, Nov 16, 2010 at 3:21 PM, Victor Rodriguez wrote: >> On Tue, Nov 16, 2010 at 2:42 PM, Michael Williamson >> wrote: >>> On 11/16/2010 11:37 AM, Nori, Sekhar wrote: >>> >>>> On Tue, No

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-11-16 Thread Victor Rodriguez
On Tue, Nov 16, 2010 at 3:21 PM, Victor Rodriguez wrote: > On Tue, Nov 16, 2010 at 2:42 PM, Michael Williamson > wrote: >> On 11/16/2010 11:37 AM, Nori, Sekhar wrote: >> >>> On Tue, Nov 16, 2010 at 21:34:03, Sergei Shtylyov wrote: >>> >>>> >&g

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-11-16 Thread Victor Rodriguez
R_10, DA850_AXR_9, DA850_AXR_8, DA850_AXR_7, DA850_AXR_6, DA850_AXR_5, DA850_AXR_4, DA850_AXR_3, DA850_AXR_2, DA850_AXR_1, DA850_AXR_0, I have changed the pin list to const short da850_mcasp_pins[] __initdata = { DA850_AHCLKX, DA850_ACLKX, DA850_AFSX, DA850_AHCLKR, DA850_ACLKR, DA850_AFSR, DA850_AMUTE, DA850_AXR_11, DA850_AXR_12,DA850_AXR_13, DA850_AXR_14, DA850_AXR_15, -1 }; and after checked with the hawk board it works fine I have put on the list all the available pins for McASP even if hawkboard does not need the last one DA850_AXR_15 , and is still working Please tell me which way do you recommend me Regards Victor Rodriguez ___ 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 v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-11-16 Thread Victor Rodriguez
s not really better. The generic list in da850.c should be more >> complete, regardless... Ideally, you should go thru the DA850 manual and put >> in >> that list all McASP pins that aren't already there. Then you can use your own >> pin list if that *com

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-11-16 Thread Victor Rodriguez
On Mon, Nov 15, 2010 at 9:47 AM, Sergei Shtylyov wrote: > Hello. > > Nori, Sekhar wrote: > >>>>> This patch defines Pin Mux configuration for MacASP >>>>> used on the Hawkboard-L138 system in order to add Audio support >>>>> Signe

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-11-15 Thread Victor Rodriguez
e Hawkboard-L138 system in order to add Audio support >> >> >> Signed-off-by: Victor Rodriguez >> >> Tested-by: Rene Gonzalez >> >> >> diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c >> >> index 63916b9..f033a0a 1

Re: [PATCH v7 3/9] davinci: ASoC support for Omapl138-Hawkboard

2010-11-12 Thread Victor Rodriguez
On Fri, Nov 12, 2010 at 10:23 AM, Kevin Hilman wrote: > writes: > >> From: Victor Rodriguez >> >> This patch adds ASoC support for the Hawkboard-L138 system >> >> Signed-off-by: Victor Rodriguez > > I believe Mark Brown ack'd and earlier versio

Re: [PATCH v6 9/9] davinci: USB1.1 support for Omapl138-Hawkboard

2010-11-02 Thread Victor Rodriguez
On Tue, Nov 2, 2010 at 12:20 PM, Nori, Sekhar wrote: > Hi Victor, > > On Fri, Oct 29, 2010 at 20:40:45, vm.ro...@gmail.com wrote: >> From: Victor Rodriguez >> >> This patch adds USB1.1 support for the Hawkboard-L138 system >> >> Signed-off-by: Vi

Re: [PATCH v5 1/9] davinci: EMAC support for Omapl138-Hawkboard

2010-11-02 Thread Victor Rodriguez
On Thu, Oct 28, 2010 at 9:34 AM, Nori, Sekhar wrote: > On Thu, Oct 28, 2010 at 19:51:28, Victor Rodriguez wrote: > >> Ok so let me see if I understand The only change that I should do is to >> remove >> >> > +     if (!machine_is_omapl138_hawkboard()) >&

Re: [PATCH v5 1/9] davinci: EMAC support for Omapl138-Hawkboard

2010-11-02 Thread Victor Rodriguez
On Thu, Oct 28, 2010 at 9:34 AM, Nori, Sekhar wrote: > On Thu, Oct 28, 2010 at 19:51:28, Victor Rodriguez wrote: > >> Ok so let me see if I understand The only change that I should do is to >> remove >> >> > +     if (!machine_is_omapl138_hawkboard()) >&

Re: [alsa-devel] [PATCH v5 3/9] davinci: ASoC support for Omapl138-Hawkboard

2010-10-28 Thread Victor Rodriguez
On Thu, Oct 21, 2010 at 5:28 PM, Mark Brown wrote: > On Tue, Oct 19, 2010 at 01:06:21PM -0500, vm.ro...@gmail.com wrote: >> From: Victor Rodriguez >> >> This patch adds ASoC support for the Hawkboard-L138 system >> >> Signed-off-by: Victor Rodriguez > &

Re: [PATCH v5 1/9] davinci: EMAC support for Omapl138-Hawkboard

2010-10-28 Thread Victor Rodriguez
On Thu, Oct 28, 2010 at 10:54 AM, Sergei Shtylyov wrote: > Hello. > > On 28-10-2010 18:04, Nori, Sekhar wrote: > >> Sorry for jumping late on this. Some comments below: > >>> From: Victor Rodriguez > >>> This patch adds EMAC support for the Hawkboa

Re: [PATCH v5 1/9] davinci: EMAC support for Omapl138-Hawkboard

2010-10-28 Thread Victor Rodriguez
On Thu, Oct 28, 2010 at 10:54 AM, Sergei Shtylyov wrote: > Hello. > > On 28-10-2010 18:04, Nori, Sekhar wrote: > >> Sorry for jumping late on this. Some comments below: > >>> From: Victor Rodriguez > >>> This patch adds EMAC support for the Hawkboa

Resend a patch

2010-10-28 Thread Victor Rodriguez
necessary I will do it Thanks and regards Victor Rodriguez ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Which is going to be the latest kernel version for this year

2010-10-28 Thread Victor Rodriguez
Hey I want to know which is going to be the latest kernel version for this year Is possible to have the v2.6.37 merge window but do you think that could be possible to have v2.6.38 ? Thanks for your help Victor Rodriguez ___ Davinci-linux-open

Re: [PATCH v5 1/9] davinci: EMAC support for Omapl138-Hawkboard

2010-10-28 Thread Victor Rodriguez
On Thu, Oct 28, 2010 at 9:18 AM, Nori, Sekhar wrote: > On Thu, Oct 28, 2010 at 19:34:10, Nori, Sekhar wrote: >> Hi Victor, >> >> Sorry for jumping late on this. Some comments below: >> >> On Tue, Oct 19, 2010 at 23:36:19, vm.ro...@gmail.com wrote: >> > Fr

Re: [PATCH v5 1/9] davinci: EMAC support for Omapl138-Hawkboard

2010-10-28 Thread Victor Rodriguez
On Thu, Oct 28, 2010 at 9:04 AM, Nori, Sekhar wrote: > Hi Victor, > > Sorry for jumping late on this. Some comments below: > On Tue, Oct 19, 2010 at 23:36:19, vm.ro...@gmail.com wrote: >> From: Victor Rodriguez >> >> This patch adds EMAC support for the Hawkboard-L

Re: NFS

2010-10-27 Thread Victor Rodriguez
NFS server, to apply changes run: sudo exportfs -a Hope it helps Victor Rodriguez > > HOST IP: 192.168.1.1 (assigned using terminal and manually using network > manager) > > -- > Regards, > > Chetan Arvind Patil, > +919970018364 > http://sites.google.com/site/cht

Re: [alsa-devel] [PATCH v5 3/9] davinci: ASoC support for Omapl138-Hawkboard

2010-10-22 Thread Victor Rodriguez
y if the recently hangs on treads cause confusion but is something different for the kernel support Regards Sincerely yours Victor Rodriguez > Thanks and Regards. > ___ 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 v4 7/9] davinci: MMC/SD support for Omapl138-Hawkboar

2010-10-19 Thread Victor Rodriguez
o_request_one(DA850_HAWK_MMCSD_CD_PIN, >                               GPIOF_DIR_IN, "MMC CD"); >        if (ret < 0) { >                ... failed ... >        } > > Regards > Cyril. > Thanks works perfect Regards Victor Rodriguez _

Re: [PATCH v4 7/9] davinci: MMC/SD support for Omapl138-Hawkboar

2010-10-18 Thread Victor Rodriguez
ike this ret = gpio_request(DA850_HAWK_MMCSD_CD_PIN, "MMC CD\n"); if (ret) { pr_warning("%s: can not open GPIO %d\n", __func__, DA850_HAWK_MMCSD_CD_PIN); return; } gpio_direction_input(DA850_HAWK_M

Re: [PATCH v3 1/9] davinci: EMAC support for Omapl138-Hawkboard

2010-10-18 Thread Victor Rodriguez
On Fri, Oct 15, 2010 at 11:25 AM, Sergei Shtylyov wrote: > Hello. > > On 10/15/10 01:44, Victor Rodriguez wrote: > >>>> From: Victor Rodriguez > >>>> This patch adds EMAC support for the Hawkboard-L138 system > >>>> Signed-off-by: Victor

Re: [PATCH v4 8/9] davinci: USB clocks for Omapl138-Hawkboard

2010-10-18 Thread Victor Rodriguez
On Fri, Oct 15, 2010 at 11:27 AM, Sergei Shtylyov wrote: > Hello. > > On 10/15/10 07:08, vm.ro...@gmail.com wrote: > >> From: Victor Rodriguez > >> This patch adds USB1.1 and USB2.0 clocks for the Hawkboard-L138 system > >> Signed-off-by: Victor Rodriguez >

Re: [PATCH v4 7/9] davinci: MMC/SD support for Omapl138-Hawkboar

2010-10-18 Thread Victor Rodriguez
On Fri, Oct 15, 2010 at 11:25 AM, Sergei Shtylyov wrote: > Hello. > > On 10/15/10 07:08, vm.ro...@gmail.com wrote: > >> From: Victor Rodriguez > >> This patch adds MMC/SD support for the Hawkboard-L138 system > >> Signed-off-by: Victor Rodriguez > > [..

Re: [PATCH v4 9/9] davinci: USB1.1 support for Omapl138-Hawkboard

2010-10-18 Thread Victor Rodriguez
On Fri, Oct 15, 2010 at 11:32 AM, Sergei Shtylyov wrote: > Hello. > > On 10/15/10 07:08, vm.ro...@gmail.com wrote: > >> From: Victor Rodriguez > >> This patch adds USB1.1 support for the Hawkboard-L138 system > >> Signed-off-by: Victor Rodriguez > > [..

Re: Problem with UART1 on Davinci with OMAP-L138 ?

2010-10-14 Thread Victor Rodriguez
On Thu, Oct 14, 2010 at 5:27 PM, Nicolas Luna wrote: > > On Thu, Oct 14, 2010 at 5:18 PM, Victor Rodriguez > wrote: >> >> On Thu, Oct 14, 2010 at 4:10 PM, Nicolas Luna wrote: >> > Victor, >> > What should I check? You mean the file system /dev/t

Re: [PATCH v3 1/9] davinci: EMAC support for Omapl138-Hawkboard

2010-10-14 Thread Victor Rodriguez
On Thu, Oct 14, 2010 at 12:16 PM, Sergei Shtylyov wrote: > Hello. > > On 10/14/10 21:21, vm.ro...@gmail.com wrote: > >> From: Victor Rodriguez > >> This patch adds EMAC support for the Hawkboard-L138 system > >> Signed-off-by: Victor Rodriguez >> --

Re: Problem with UART1 on Davinci with OMAP-L138 ?

2010-10-14 Thread Victor Rodriguez
On Thu, Oct 14, 2010 at 4:10 PM, Nicolas Luna wrote: > Victor, > What should I check? You mean the file system /dev/ttyS.. is not correct? > Regards, > Nicolas Do not top post :) > > On Thu, Oct 14, 2010 at 4:53 PM, Victor Rodriguez > wrote: >> >> On Thu, Oct

Re: Problem with UART1 on Davinci with OMAP-L138 ?

2010-10-14 Thread Victor Rodriguez
rd and > * accessing them causes endless "too much work in irq53" messages > * with arago fs > */ > //__raw_writel(0, IO_ADDRESS(DA8XX_UART1_BASE) + 0x30); > __raw_writel(0, IO_ADDRESS(DA8XX_UART0_BASE) + 0x30); Check with latest file system from angstrom I had the same pro

Re: [PATCH v1 5/6] davinci: MMC/SD support for Omapl138-Hawkboard

2010-10-13 Thread Victor Rodriguez
On Wed, Oct 13, 2010 at 12:33 PM, Sergei Shtylyov wrote: > Hello. > > On 10/11/10 21:08, Victor Rodriguez wrote: > >>>> From: Victor Rodriguez > >>>> This patch adds MMC/SD support for the Hawkboard-L138 system >>>> It is under the machine name

Re: OMAP-L138 to AM1808

2010-10-12 Thread Victor Rodriguez
return ret; } ret = gpio_request(PIN_LED, "led"); if (ret) { printk(KERN_INFO "error\n"); return ret; }

Re: [PATCH v1 0/6] Add Omapl138-Hawkboard support

2010-10-12 Thread Victor Rodriguez
On Mon, Oct 11, 2010 at 10:43 AM, Kevin Hilman wrote: > writes: > >> From: Victor Rodriguez >> >> This patch adds >> EMAC, EDMA, ASoC, SOUND, MMC/SD and USB OHCI >> support for the Hawkboard-L138 system > >> It is under the machine name "omapl13

Re: [PATCH v1 6/6] davinci: USB-OHCI support for Omapl138-Hawkboard

2010-10-11 Thread Victor Rodriguez
On Mon, Oct 11, 2010 at 2:27 PM, Victor Rodriguez wrote: > On Sat, Oct 9, 2010 at 7:55 AM, Sergei Shtylyov wrote: >> Hello. >> >> On 09-10-2010 5:12, vm.ro...@gmail.com wrote: >> >>> From: Victor Rodriguez >> >>> This patch adds USB-OHCI suppor

Re: [PATCH v1 6/6] davinci: USB-OHCI support for Omapl138-Hawkboard

2010-10-11 Thread Victor Rodriguez
On Sat, Oct 9, 2010 at 7:55 AM, Sergei Shtylyov wrote: > Hello. > > On 09-10-2010 5:12, vm.ro...@gmail.com wrote: > >> From: Victor Rodriguez > >> This patch adds USB-OHCI support for the Hawkboard-L138 system >> It is under the machine name "omapl138_hawk

Re: [PATCH v1 5/6] davinci: MMC/SD support for Omapl138-Hawkboard

2010-10-11 Thread Victor Rodriguez
On Mon, Oct 11, 2010 at 12:08 PM, Victor Rodriguez wrote: > On Sat, Oct 9, 2010 at 7:38 AM, Sergei Shtylyov wrote: >> Hello. >> >> On 09-10-2010 5:12, vm.ro...@gmail.com wrote: >> >>> From: Victor Rodriguez >> >>> This patch adds MMC/SD suppor

Re: [PATCH v1 5/6] davinci: MMC/SD support for Omapl138-Hawkboard

2010-10-11 Thread Victor Rodriguez
On Sat, Oct 9, 2010 at 7:38 AM, Sergei Shtylyov wrote: > Hello. > > On 09-10-2010 5:12, vm.ro...@gmail.com wrote: > >> From: Victor Rodriguez > >> This patch adds MMC/SD support for the Hawkboard-L138 system >> It is under the machine name "omapl138_hawk

Re: SATA support

2010-10-07 Thread Victor Rodriguez
Regards Victor Rodriguez >> -Original Message- >> From: davinci-linux-open-source-boun...@linux.davincidsp.com >> [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf >> Of Victor Rodriguez >> Sent: Thursday, October 07,

Re: SATA support

2010-10-07 Thread Victor Rodriguez
On Thu, Oct 7, 2010 at 9:25 AM, Victor Rodriguez wrote: > On Thu, Oct 7, 2010 at 4:55 AM, Sergei Shtylyov wrote: >> Hello. >> >> On 07-10-2010 0:24, Victor Rodriguez wrote: >> >>> HI is there a SATA support on Linux Davinci like on Argo tree? I found >>

SATA support

2010-10-06 Thread Victor Rodriguez
? Thanks Sincerely yours Victor Rodriguez ___ 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 v1] davinci: EMAC support for Omapl138-Hawkboard

2010-10-05 Thread Victor Rodriguez
On Tue, Oct 5, 2010 at 4:32 AM, Sergei Shtylyov wrote: > Hello. > > On 05-10-2010 0:24, vm.ro...@gmail.com wrote: > >> From: Victor Rodriguez > >> This patch adds EMAC support for the Hawkboard-L138 system >> It is under the machine name "omapl138_hawkboard&

Re: [PATCH v1] davinci: EMAC support for Omapl138-Hawkboard

2010-10-05 Thread Victor Rodriguez
On Mon, Oct 4, 2010 at 11:51 PM, Nori, Sekhar wrote: > > Hi Victor, > > On Tue, Oct 05, 2010 at 01:54:03, vm.ro...@gmail.com wrote: > > From: Victor Rodriguez > > > > This patch adds EMAC support for the Hawkboard-L138 system > > It is under the machine name &

Re: [PATCH v7] davinci: Initial support for Omapl138-Hawkboard

2010-10-02 Thread Victor Rodriguez
On Sat, Oct 2, 2010 at 10:00 AM, Caglar Akyuz wrote: > On Friday 24 September 2010 05:41:57 pm Kevin Hilman wrote: >> Victor Rodriguez writes: >> > This patch adds initial support for the Hawkboard-L138 system >> > It is under the machine name "omapl138_hawkboar

Re: [[RFC]PATCH v1] davinci: VGA support for Omapl138-Hawkboard

2010-10-01 Thread Victor Rodriguez
On Fri, Oct 1, 2010 at 12:10 PM, Sergei Shtylyov wrote: > Victor Rodriguez wrote: > >>>>> From: Victor Rodriguez > >>>>> This patch adds VGA support for the Hawkboard-L138 system >>>>> It is under the machine name "omapl138_hawk

Re: [[RFC]PATCH v1] davinci: VGA support for Omapl138-Hawkboard

2010-10-01 Thread Victor Rodriguez
On Fri, Oct 1, 2010 at 6:57 AM, Caglar Akyuz wrote: > On Friday 01 October 2010 02:03:23 pm Sergei Shtylyov wrote: >> Hello. >> >> On 01-10-2010 5:15, vm.ro...@gmail.com wrote: >> > From: Victor Rodriguez >> > >> > This patch adds VGA support fo

Re: Problem with McASP configuration

2010-09-28 Thread Victor Rodriguez
On Tue, Sep 28, 2010 at 1:29 AM, Caglar Akyuz wrote: > On Tuesday 28 September 2010 04:11:49 am Victor Rodriguez wrote: >> Hi I have been working with McASP configuration for the Hawkboard, I >> test Audio with ALSA utils, I create a FS from >> >> http://www.angstrom

Problem with McASP configuration

2010-09-27 Thread Victor Rodriguez
, DA850_AXR_13, DA850_AXR_14, -1 }; I change line DA850_AXR_11, DA850_AXR_12, DA850_AXR_13, DA850_AXR_14, to DA850_AXR_11, DA850_AXR_12, I am based my patch on Khasim patch [1] Thanks for all the help Sincerely yours Victor Rodriguez [1]http://cgit.openembedded.org

[PATCH v1] davinci: EMAC support for Omapl138-Hawkboard

2010-09-27 Thread Victor Rodriguez
From: Victor Rodriguez This patch adds EMAC support for the Hawkboard-L138 system It is under the machine name "omapl138_hawkboard". This system is based on the da850 davinci CPU architecture. Signed-off-by: Victor Rodriguez --- arch/arm/mach-davinci/board-omapl138-haw

Re: Problem with EMAC conficuration

2010-09-27 Thread Victor Rodriguez
On Mon, Sep 27, 2010 at 12:13 PM, Caglar Akyuz wrote: > On Monday 27 September 2010 07:30:10 pm Victor Rodriguez wrote: >> On Mon, Sep 27, 2010 at 8:25 AM, Cyril Chemparathy wrote: >> > Hi Victor, >> > >> > On 09/24/2010 06:45 PM, Victor Rodriguez wrote: &g

Re: Problem with EMAC conficuration

2010-09-27 Thread Victor Rodriguez
On Mon, Sep 27, 2010 at 8:25 AM, Cyril Chemparathy wrote: > Hi Victor, > > On 09/24/2010 06:45 PM, Victor Rodriguez wrote: >> Hi I have a problem, I have been tring to configure the EMAC for the >> Hawkboard, is is based on board -da850-evm.c but I can't make it >&g

Re: [PATCH v7] davinci: Initial support for Omapl138-Hawkboard

2010-09-27 Thread Victor Rodriguez
On Sat, Sep 25, 2010 at 12:30 AM, Caglar Akyuz wrote: > On Friday 24 September 2010 06:08:43 pm Victor Rodriguez wrote: >> On Fri, Sep 24, 2010 at 9:41 AM, Kevin Hilman >> >> wrote: >> > Victor Rodriguez writes: >> >> This patch adds initial support

Problem with EMAC conficuration

2010-09-24 Thread Victor Rodriguez
soc_info->emac_pdata->phy_id = DA850_EVM_PHY_ID; ret = da8xx_register_emac(); if (ret) pr_warning("hawk_init: emac registration failed: %d\n", ret); return 0; } device_initcall(omapl138_hawk_config_emac)

Re: [PATCH v7] davinci: Initial support for Omapl138-Hawkboard

2010-09-24 Thread Victor Rodriguez
On Fri, Sep 24, 2010 at 9:41 AM, Kevin Hilman wrote: > Victor Rodriguez writes: > >> This patch adds initial support for the Hawkboard-L138 system >> It is under the machine name "omapl138_hawkboard". >> This system is based on the da850 davinci CPU architectu

[PATCH v7] davinci: Initial support for Omapl138-Hawkboard

2010-09-23 Thread Victor Rodriguez
ed in this patch. It's tested with latest Angstrom File Systems like ramdisk from http://alturl.com/imb45. Signed-off-by: Victor Rodriguez --- Changes since v6: 1) Change commit reference 2) Remove hack that shut down UART1 because it is unused at present on the hawkboard. It shares pins with

Re: [PATCH v6] davinci: Initial support for Omapl138-Hawkboard

2010-09-21 Thread Victor Rodriguez
On Tue, Sep 21, 2010 at 9:33 AM, Kevin Hilman wrote: > Kevin Hilman writes: > >> Victor Rodriguez writes: >> >>> This patch adds initial support for the Hawkboard-L138 system >>> It is under the machine name "omapl138_hawkboard". >>> Thi

Re: [PATCH v5] davinci: Initial support for Omapl138-Hawkboard

2010-09-10 Thread Victor Rodriguez
On Wed, Sep 8, 2010 at 12:45 PM, Kevin Hilman wrote: > Victor Rodriguez writes: > >> On Wed, Sep 8, 2010 at 10:52 AM, Kevin Hilman >> wrote: >>> Victor Rodriguez writes: >>> >>>>>> +static __init void o

[PATCH v6] davinci: Initial support for Omapl138-Hawkboard

2010-09-09 Thread Victor Rodriguez
ed in this patch. Signed-off-by: Victor Rodriguez --- Changes since v5: 1) Change name of board file 2) Typos Notes: This patch is checked with 0a50e05b20f3c6af67656303bdb3661a2541ce03 from Kernel development tree for TI DaVinci family of processors. This patch works with da8xx_omapl_defconfig

[PATCH v5] davinci: Initial support for Omapl138-Hawkboard

2010-09-08 Thread Victor Rodriguez
ed in this patch. Signed-off-by: Victor Rodriguez --- Changes since v4: 1) Disable UART1 because it produces spurious interrupts 2) Add Watch dog timer function Notes: This patch is checked with 0a50e05b20f3c6af67656303bdb3661a2541ce03 from Kernel development tree for TI DaVinci family of proces

[PATCH v5] davinci: Initial support for Omapl138-Hawkboard

2010-09-08 Thread Victor Rodriguez
ed in this patch. Signed-off-by: Victor Rodriguez --- Changes since v4: 1) Registering UART 0 and UART 2, UART 1 is not available on hardware 2) Add Watch dog timer function Notes: This patch is checked with 0a50e05b20f3c6af67656303bdb3661a2541ce03 from Kernel development tree for TI DaVinci

[PATCH v5] davinci: Initial support for Omapl138-Hawkboard

2010-09-08 Thread Victor Rodriguez
ed in this patch. Signed-off-by: Victor Rodriguez --- Changes since v4: 1) Registering UART 0 and UART 2, UART 1 is not available on hardware 2) Add Watch dog timer function Notes: This patch is checked with 0a50e05b20f3c6af67656303bdb3661a2541ce03 from Kernel development tree for TI DaVinci

Re: [PATCH v5] davinci: Initial support for Omapl138-Hawkboard

2010-09-08 Thread Victor Rodriguez
On Wed, Sep 8, 2010 at 10:52 AM, Kevin Hilman wrote: > Victor Rodriguez writes: > >>>> +static __init void omapl138_hawk_init(void) >>>> +{ >>>> +     int ret; >>>> + >>>> +     davinci_serial_init(&omapl138_hawk_uart_c

Re: [PATCH v5] davinci: Initial support for Omapl138-Hawkboard

2010-09-08 Thread Victor Rodriguez
On Wed, Sep 8, 2010 at 7:17 AM, Nori, Sekhar wrote: > Hi Victor, > > On Wed, Sep 08, 2010 at 01:32:04, Victor Rodriguez wrote: >> This patch adds initial support for the Hawkboard-L138 system >> It is under the machine name "omapl138_hawkboard". >> This sys

Re: [PATCH v5] davinci: Initial support for Omapl138-Hawkboard

2010-09-08 Thread Victor Rodriguez
On Wed, Sep 8, 2010 at 9:28 AM, Sergei Shtylyov wrote: > Hello. > > Victor Rodriguez wrote: > >>> On Wed, Sep 08, 2010 at 01:32:04, Victor Rodriguez wrote: >>>> >>>> This patch adds initial support for the Hawkboard-L138 system >>>> It

Re: [PATCH v5] davinci: Initial support for Omapl138-Hawkboard

2010-09-08 Thread Victor Rodriguez
On Wed, Sep 8, 2010 at 7:17 AM, Nori, Sekhar wrote: > Hi Victor, > > On Wed, Sep 08, 2010 at 01:32:04, Victor Rodriguez wrote: >> This patch adds initial support for the Hawkboard-L138 system >> It is under the machine name "omapl138_hawkboard". >> This sys

[PATCH v5] davinci: Initial support for Omapl138-Hawkboard

2010-09-07 Thread Victor Rodriguez
ed in this patch. Depends on Michael Williamson patches: http://alturl.com/hha7u and http://alturl.com/qy4cr Signed-off-by: Victor Rodriguez --- Changes since v4: 1) Registering UART 0 and UART 2, UART 1 is not available on hardware 2) Add Watch dog timer function Notes: This patch is ch

Re: [PATCH] hawkboard v_2

2010-09-07 Thread Victor Rodriguez
On Tue, Sep 7, 2010 at 9:02 AM, Syed Mohammed, Khasim wrote: > > >> -Original Message- >> From: Syed Mohammed, Khasim >> Sent: Thursday, September 02, 2010 10:35 PM >> To: 'Kevin Hilman'; Victor Rodriguez >> Cc: davinci-linux-open-sour

Re: [PATCH v3] davinci: Initial support for Omapl138-Hawkboard

2010-09-06 Thread Victor Rodriguez
On Fri, Sep 3, 2010 at 9:40 AM, Kevin Hilman wrote: > Victor Rodriguez writes: > >> On Thu, Sep 2, 2010 at 5:18 PM, Victor Rodriguez wrote: >>> On Thu, Sep 2, 2010 at 5:18 PM, Caglar Akyuz wrote: >>>> On Thursday 02 September 2010 09:00:12 pm Kevin Hilman wrot

Re: [PATCH v3] davinci: Initial support for Omapl138-Hawkboard

2010-09-02 Thread Victor Rodriguez
On Thu, Sep 2, 2010 at 5:18 PM, Victor Rodriguez wrote: > On Thu, Sep 2, 2010 at 5:18 PM, Caglar Akyuz wrote: >> On Thursday 02 September 2010 09:00:12 pm Kevin Hilman wrote: >>> Victor Rodriguez writes: >>> > This patch adds initial support for the Hawkboard-L13

[PATCH v4] davinci: Initial support for Omapl138-Hawkboard

2010-09-02 Thread Victor Rodriguez
ed in this patch. Depends on Michael Williamson patches: http://alturl.com/hha7u and http://alturl.com/qy4cr Signed-off-by: Victor Rodriguez --- Changes since v3: 1) Registering only UART 2 in davinci uart configuration Notes: This patch is checked with 0a50e05b20f3c6af67656303bdb3661a2541ce03 f

Re: [PATCH v3] davinci: Initial support for Omapl138-Hawkboard

2010-09-02 Thread Victor Rodriguez
On Thu, Sep 2, 2010 at 5:18 PM, Caglar Akyuz wrote: > On Thursday 02 September 2010 09:00:12 pm Kevin Hilman wrote: >> Victor Rodriguez writes: >> > This patch adds initial support for the Hawkboard-L138 system >> > It is under the machine name "omapl138_hawkboar

Re: [PATCH v3] davinci: Initial support for Omapl138-Hawkboard

2010-09-02 Thread Victor Rodriguez
On Thu, Sep 2, 2010 at 1:00 PM, Kevin Hilman wrote: > Victor Rodriguez writes: > >> This patch adds initial support for the Hawkboard-L138 system >> It is under the machine name "omapl138_hawkboard". >> This system is based on the da850 davinci CPU architectu

[PATCH v3] davinci: Initial support for Omapl138-Hawkboard

2010-09-02 Thread Victor Rodriguez
ed in this patch. Depends on Michael Williamson patches: http://alturl.com/hha7u and http://alturl.com/qy4cr Signed-off-by: Victor Rodriguez Changes since v2: 1) Correct number of characters per line in patch description. 2) Correct board description in Kconfig file 3) Correct da8xx_omapl_d

Re: Fwd: [PATCH] hawkboard v_2

2010-09-02 Thread Victor Rodriguez
On Thu, Sep 2, 2010 at 8:54 AM, Victor Rodriguez wrote: > On Thu, Sep 2, 2010 at 5:40 AM, Sergei Shtylyov wrote: >> On 02.09.2010 4:30, Victor Rodriguez wrote: >> >>>>> Basic support for Hawkboard OMAPL138 just UART cominication is included >> >>>>

Re: Fwd: [PATCH] hawkboard v_2

2010-09-02 Thread Victor Rodriguez
On Thu, Sep 2, 2010 at 5:40 AM, Sergei Shtylyov wrote: > On 02.09.2010 4:30, Victor Rodriguez wrote: > >>>> Basic support for Hawkboard OMAPL138 just UART cominication is included > >>>> Signed-off-by: Victor Rodriguez > >>>> Notes:  This patch del

[PATCH v2] davinci: Initial support for Omapl138-Hawkboard

2010-09-01 Thread Victor Rodriguez
ed in this patch. Signed-off-by: Victor Rodriguez --- Changes since v1: 1) Correct copyrights. 2) Delete empty lines and typo mistakes from previous version Notes: This patch is checked with 0a50e05b20f3c6af67656303bdb3661a2541ce03 from Kernel development tree for TI DaVinci family of

Fwd: [PATCH] hawkboard v_2

2010-09-01 Thread Victor Rodriguez
On Wed, Sep 1, 2010 at 4:32 AM, Sergei Shtylyov wrote: > Victor Rodriguez wrote: > >> Basic support for Hawkboard OMAPL138 just UART cominication is included > >> Signed-off-by: Victor Rodriguez > >> Notes:  This patch deletes empty lines and typo mistakes from p

Re: Hawkboard Support in Mainline (was Re: [PATCH v3 1/1] DA8XX/OMAP-L1XX: FB: Implement double buffering)

2010-09-01 Thread Victor Rodriguez
On Wed, Sep 1, 2010 at 5:24 PM, Victor Rodriguez wrote: > HI Caglar > > On Wed, Sep 1, 2010 at 4:20 PM, Caglar Akyuz wrote: >> On Wednesday 01 September 2010 09:55:32 pm Victor Rodriguez wrote: >>> HI Caglar thanks for the efforts to migrate Hawkboard to main line, I &g

Re: Hawkboard Support in Mainline (was Re: [PATCH v3 1/1] DA8XX/OMAP-L1XX: FB: Implement double buffering)

2010-09-01 Thread Victor Rodriguez
HI Caglar On Wed, Sep 1, 2010 at 4:20 PM, Caglar Akyuz wrote: > On Wednesday 01 September 2010 09:55:32 pm Victor Rodriguez wrote: >> HI Caglar thanks for the efforts to migrate Hawkboard to main line, I >> have already the other patches for sound VGA and USB (still in >>

Re: [PATCH v3 1/1] DA8XX/OMAP-L1XX: FB: Implement double buffering

2010-09-01 Thread Victor Rodriguez
his would >>  generate. >> > > Tried, nothing changed. > > I tried various other things, as well as diff'ing LCD register values, > but I couldn't find anything. At the end of this mail I'm giving 2 different > register sets, one is wi

[PATCH] hawkboard v_2

2010-08-31 Thread Victor Rodriguez
Basic support for Hawkboard OMAPL138 just UART cominication is included Signed-off-by: Victor Rodriguez Notes: This patch deletes empty lines and typo mistakes from previous version This patch is checked with 0a50e05b20f3c6af67656303bdb3661a2541ce03 from Kernel development

  1   2   >