RE: [PATCH v2 5/6] davinci: add spi devices support for da850/omap-l138/am18x evm

2011-02-21 Thread Nori, Sekhar
On Wed, Feb 09, 2011 at 18:41:53, Michael Williamson wrote: > From: Sekhar Nori > > This patch adds the on-board SPI flash device to the > DA850/OMAP-L138/AM18x EVM. It also registers the SPI flash > device to the MTD subsystem. > > Based on SPI flash device support for MityDSP-L138F platform. >

Re: [PATCH v2 11/13] da850: pruss SUART board specific additions.

2011-02-21 Thread Subhasish Ghosh
Hello, Have modified this as shown below: Please let me know if this looks ok. diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c +static struct da850_evm_pruss_can_data can_data = { .version= 1, }; +static struct resource da850_evm_s

RE: [PATCH v2 3/6] davinci: da8xx: add spi resources and registration routine

2011-02-21 Thread Nori, Sekhar
Hi Mike, On Wed, Feb 09, 2011 at 18:41:51, Michael Williamson wrote: > Add IO resource structures, platform data, and a registration > routine in order to support spi device on DA850/OMAP-L138/AM18x > and DA830/OMAP-L137/AM17x platforms. > > Signed-off-by: Michael Williamson [...] > +static st

Re: [PATCH v2 01/13] mfd: pruss mfd driver.

2011-02-21 Thread Subhasish Ghosh
Thank you for your comments. -- From: "Samuel Ortiz" Sent: Monday, February 21, 2011 10:00 PM To: "Subhasish Ghosh" Cc: ; ; ; ; ; "open list" Subject: Re: [PATCH v2 01/13] mfd: pruss mfd driver. Hi Subhasish, On Fri, Feb 11, 2011 at 08:21:

Cortex A8 and DSP with audio

2011-02-21 Thread hong zhang
List, I have a TI DM8168 EVM which TI does not provide mechanism transfer audio between Cortex A8 and DSP using EDMA. McASP locates in sound/soc/davinci. Any idea where to look into? Thanks. ---Henry ___ Davinci-linux-open-source mailing li

Re: USB0 problem on OMAPL138

2011-02-21 Thread Marc-André Hébert
iwconfig is part of the wireless-tools package which can be found at : http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz Busybox can be found here: http://www.busybox.net/ but you may not need to rebuild if what you have now supports loading firmware images. There is o

Re: USB0 problem on OMAPL138

2011-02-21 Thread shilpab
We use already built arago-base-image filesystem that comes with the sdk. We have never built a filesystem from scratch before. I'll try to look in the arago website for building procedures. Please do let me know if you know of any resources. Thanks, Shilpa. -- View this message in context: htt

Re: [PATCH 1/2] PRUSS UIO driver support

2011-02-21 Thread Sergei Shtylyov
Hello. Hans J. Koch wrote: -Original Message- From: Hans J. Koch [mailto:h...@hansjkoch.de] Sent: Sunday, February 20, 2011 12:04 AM To: TK, Pratheesh Gangadhar Cc: Thomas Gleixner; Arnd Bergmann; linux-arm-ker...@lists.infradead.org; davinci-linux-open-source@linux.davincidsp.com; gre.

Re: USB0 problem on OMAPL138

2011-02-21 Thread Marc-André Hébert
> 1. Make sure the following options are set in busybox: > CONFIG_FEATURE_MDEV_LOAD_FIRMWARE - Where can I find the source for busybox. > > 2. How do I build wconfig? I build iwconfig and busybox using buildroot. I don't know what you use to build your root filesystem. _

Re: USB0 problem on OMAPL138

2011-02-21 Thread shilpab
Marc, Sorry for bothering you again. Couple of questions. 1. Make sure the following options are set in busybox: CONFIG_FEATURE_MDEV_LOAD_FIRMWARE - Where can I find the source for busybox. 2. How do I build wconfig? Thanks, Shilpa -- View this message in context: http://davinci-linux-open

[PATCH v2 2/2] Defines DA850/AM18xx/OMAPL1-38 SOC resources used by PRUSS UIO driver

2011-02-21 Thread Pratheesh Gangadhar
This patch defines PRUSS, ECAP clocks, memory and IRQ resources used by PRUSS UIO driver in DA850/AM18xx/OMAPL1-38 devices. UIO driver exports 64K I/O region of PRUSS, 128KB L3 RAM and 256KB DDR buffer to user space. PRUSS has 8 host event interrupt lines mapped to IRQ_DA8XX_EVTOUT0..7 of ARM9 INTC

[PATCH v2 0/2] Add PRUSS UIO driver support

2011-02-21 Thread Pratheesh Gangadhar
This patch series add support for PRUSS (Programmable Real-time Unit Sub System) UIO driver in Texas Instruments DA850, AM18xx and OMAPL1-38 processors. PRUSS is programmable RISC core which can be used to implement Soft IPs (eg:- DMA, CAN, UART,SmartCard) and Industrial communications data link la

[PATCH v2 1/2] PRUSS UIO driver support

2011-02-21 Thread Pratheesh Gangadhar
This patch implements PRUSS (Programmable Real-time Unit Sub System) UIO driver which exports SOC resources associated with PRUSS like I/O, memories and IRQs to user space. PRUSS is dual 32-bit RISC processors which is efficient in performing embedded tasks that require manipulation of packed memor

Re: [PATCH 2/2] Defines DA850/AM18xx/OMAPL1-38 SOC resources used by PRUSS UIO driver

2011-02-21 Thread Sergei Shtylyov
Hello. Pratheesh Gangadhar wrote: Signed-off-by: Pratheesh Gangadhar Signoff should follow the change log, not precede it. "From:" line may precede the change log. This patch defines PRUSS, ECAP clocks, memory and IRQ resources used by PRUSS UIO driver in DA850/AM18xx/OMAPL1-38 device

Re: USB0 problem on OMAPL138

2011-02-21 Thread shilpab
Thanks Marc for the quick reply. Shilpa. -- View this message in context: http://davinci-linux-open-source.1494791.n2.nabble.com/USB0-problem-on-OMAPL138-tp5559521p6049369.html Sent from the davinci-linux-open-source mailing list archive at Nabble.com. _

Re: USB0 problem on OMAPL138

2011-02-21 Thread Marc-André Hébert
Hi, Here are some of the instructions based on the notesI kept after trying out the DWA-160A2: Make sure the following options are set in the kernel: CONFIG_NET CONFIG_PACKET CONFIG_INET WIRELESS CONFIG_CFG80211 CONFIG_MAC80211 CONFIG_NETDEVICES CONFIG_WLAN CONFIG_ATH_COMMON CONFIG_AR9170_USB Ma

Re: USB0 problem on OMAPL138

2011-02-21 Thread shilpab
Hi Marc, We have been trying to test USB WIFI on OMAP L138 Logic PD board. I see from your message that you have succeeded in doing so. Could you please help me setup my kernel to achieve the above? Q1. What do we need to turn on in the kernel to setup a WIFI? Q2. Is there any special driver to

Re: [PATCH v2 01/13] mfd: pruss mfd driver.

2011-02-21 Thread Samuel Ortiz
Hi Subhasish, On Fri, Feb 11, 2011 at 08:21:20PM +0530, Subhasish Ghosh wrote: > This patch adds the pruss MFD driver and associated include files. A more detailed changelog would be better. What is this device, why is it an MFD and what are its potential subdevices ? > diff --git a/drivers/mfd/K

RE: [PATCH] DaVinci: fix compilation warnings in

2011-02-21 Thread Nori, Sekhar
Hi Sergei, On Sat, Feb 19, 2011 at 02:08:18, Sergei Shtylyov wrote: > Kevin, Sekhar, will you apply this? Last two weeks were pretty busy for me and there has been a patch backlog. I started today with testing of Mike's SPI patches. I should get to your patches this week itself. Thanks, Se