RE: [PATCH] DaVinci: fix compilation warnings in

2011-02-23 Thread Nori, Sekhar
Hi Sergei, On Thu, Feb 10, 2011 at 00:03:23, Sergei Shtylyov wrote: > Commit 6d803ba736abb5e122dede70a4720e4843dd6df4 (ARM: 6483/1: arm & sh: > factorised duplicated clkdev.c) caused the following warnings: > > In file included from /home/headless/src/kernel.org/linux-davinci/arch/arm/ > include/

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

2011-02-23 Thread Subhasish Ghosh
-- From: "Samuel Ortiz" Sent: Tuesday, February 22, 2011 4:01 PM To: "Subhasish Ghosh" Cc: ; ; ; ; ; "open list" Subject: Re: [PATCH v2 01/13] mfd: pruss mfd driver. Hi Subhasish, On Tue, Feb 22, 2011 at 11:13:38AM +0530, Subhasish Ghosh wr

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

2011-02-23 Thread Russell King - ARM Linux
On Tue, Feb 22, 2011 at 11:31:27AM +0100, Samuel Ortiz wrote: > So, if you have a: > > static u32 reg_offset(struct device *dev, u8 pru_num) > { > struct da8xx_pruss *pru = dev_get_drvdata(dev->parent); > > switch (pru_num) { > case DA8XX_PRUCORE_0: > return (u32)

Re: [PATCH v2 13/13] tty: pruss SUART driver

2011-02-23 Thread Subhasish Ghosh
Hello, Anything regarding this. -- From: "Subhasish Ghosh" Sent: Wednesday, February 23, 2011 11:00 AM To: "Greg KH" ; "Alan Cox" Cc: "Arnd Bergmann" ; ; "Thomas Gleixner" ; ; ; ; "open list" ; ; "Stalin Srinivasan" Subject: Re: [PATCH v2 1

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

2011-02-23 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 v3 0/2] Add PRUSS UIO driver support

2011-02-23 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 v3 1/2] PRUSS UIO driver support

2011-02-23 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: encodedecode demo audio-video

2011-02-23 Thread Steve Chen
On Tue, Feb 22, 2011 at 9:38 PM, Aditya Barawkar wrote: > hi, >  I am using a dm6446 EVM. >  I use the DVSDK1.2. > > I have the demos encodedecode demo running. > But now i want that the audio should also be encoded and > decoded. Currently the encode decode demo supports only h.264 codec (after >

RE: [PATCH v3 7/9] davinci: add spi devices support for MityDSP-L138/MityARM-1808 platform

2011-02-23 Thread Nori, Sekhar
Hi Mike, On Tue, Feb 22, 2011 at 19:07:02, Michael Williamson wrote: > +static void __init mityomapl138_init_spi1(struct spi_board_info *info, > + unsigned len) > +{ > + int ret; > + > + ret = spi_register_board_info(info, len); > + if (ret) > +

Re: [PATCH v3 7/9] davinci: add spi devices support for MityDSP-L138/MityARM-1808 platform

2011-02-23 Thread Michael Williamson
On 2/23/2011 9:50 AM, Nori, Sekhar wrote: > Hi Mike, > > On Tue, Feb 22, 2011 at 19:07:02, Michael Williamson wrote: > >> +static void __init mityomapl138_init_spi1(struct spi_board_info *info, >> + unsigned len) >> +{ >> +int ret; >> + >> +ret = spi_

RE: [PATCH 1/1] da830: macro rename DA8XX_LPSC0_DMAX to DA8XX_LPSC0_PRUSS.

2011-02-23 Thread Nori, Sekhar
Hi Subhasish, Please add a "davinci: " prefix to the subject line of mach-davinci patches. The patch is not really specific to DA830. On Fri, Feb 11, 2011 at 19:48:25, Subhasish Ghosh wrote: > The PRUSS was named as DMAX on da830 platform. > This patch resolves the naming conflict by replacing th

RE: [PATCH 1/1] davinci: changed SRAM allocator to shared ram.

2011-02-23 Thread Nori, Sekhar
Hi Subhasish, On Fri, Feb 11, 2011 at 19:51:28, Subhasish Ghosh wrote: > This patch modifies the sram allocator to allocate memory > from the DA8XX shared RAM. It will be nice to know if you tried suspend-to-RAM after this change and found it to be working. Thanks, Sekhar > > Signed-off-by: Su

Re: [PATCH v2 13/13] tty: pruss SUART driver

2011-02-23 Thread Greg KH
On Wed, Feb 23, 2011 at 11:00:25AM +0530, Subhasish Ghosh wrote: > I could not follow the recommendations clearly. > This is just to clarify. > > Currently, I have the following files for the suart implementation: > > drivers/tty/serial/da8xx_pruss/pruss_suart_api.h > drivers/tty/serial/da8xx_pru

Re: [PATCH v2 13/13] tty: pruss SUART driver

2011-02-23 Thread Greg KH
On Wed, Feb 23, 2011 at 07:05:53PM +0530, Subhasish Ghosh wrote: > Hello, > > Anything regarding this. What is with the impatience? We do sleep around here, sometimes... thanks, greg k-h ___ Davinci-linux-open-source mailing list Davinci-linux-open-s

[PATCH v4 1/4] davinci: da8xx: add spi resources and registration routine

2011-02-23 Thread Michael Williamson
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 --- arch/arm/mach-davinci/devices-da8xx.c | 104 arch/arm/mach-d

[PATCH v4 0/4] davinci: add spi devices support for da8xx based platforms

2011-02-23 Thread Michael Williamson
This patch series adds SPI bus support and devices for the MityDSP-L138, MityARM-1808, da850 evm, and da830 evm platforms. This patch series is against the staging tree at [1] as per Sekhar's instructions. This series has been tested on the MityDSP-L138 platform. [1] http://arago-project.org/g

[PATCH v4 4/4] davinci: add spi devices support for da830/omap-l137/am17x evm

2011-02-23 Thread Michael Williamson
From: Sekhar Nori This patch adds the on-board SPI flash device to the DA830/OMAP-L137/AM17x EVM. It also registers the SPI flash device to the MTD subsystem. Based on SPI flash device support for MityDSP-L138F platform. Signed-off-by: Sekhar Nori [michael.william...@criticallink.com: moved da

[PATCH v4 2/4] davinci: add spi devices support for MityDSP-L138/MityARM-1808 platform

2011-02-23 Thread Michael Williamson
This patch adds support for accessing the on board SPI NOR FLASH device for MityDSP-L138 and MityARM-1808 SoMs. Signed-off-by: Michael Williamson Tested-by: Michael Williamson --- arch/arm/mach-davinci/board-mityomapl138.c | 84 1 files changed, 84 insertions(+),

[PATCH v4 3/4] davinci: add spi devices support for da850/omap-l138/am18x evm

2011-02-23 Thread Michael Williamson
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. Signed-off-by: Sekhar Nori [michael.william...@criticallink.com: moved da

Is any utility available to open /dev/hdmi and record voice?

2011-02-23 Thread hong zhang
List, My Davinci EVM has HDMI with audio. TI81xx_hdmi.ko is loaded. I like to record voice from HDMI microphone. "arecord hdmi-audio.mv" does not record anything from hdmi but from regular microphone line. Is any utility available to open /dev/hdmi and record voice? ---henry __

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

2011-02-23 Thread Sergei Shtylyov
Hello. On 23-02-2011 23:25, Thomas Gleixner wrote: + prussio_virt_addr = + ioremap(regs_prussio->start, + regs_prussio->end - regs_prussio->start + 1); Either make those variable names shorter or do: len = regs_prussio->end - regs_prussio->start +

RE: Is any utility available to open /dev/hdmi and record voice?

2011-02-23 Thread Rao, Dipa
Hi Henry, We have discussed this with your team earlier. We do not have HDMI audio path supported today on the EVM. This is in our software gaps document. Rgds -Dipa- -Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun