RE: DA850 / OMAP-L138 / AM-1808 EMIFA Clk issues.

2012-01-20 Thread Rajashekhara, Sudhakar
Hi Mike, On Tue, Jan 17, 2012 at 18:13:23, Michael Williamson wrote: Hello Sudhakar, On 1/17/2012 12:39 AM, Rajashekhara, Sudhakar wrote: Hi Mike, On Mon, Jan 16, 2012 at 20:25:44, Michael Williamson wrote: Hi, I am working with the OMAP-L138 and I think there may be a problem

RE: DA850 / OMAP-L138 / AM-1808 EMIFA Clk issues.

2012-01-20 Thread Rajashekhara, Sudhakar
Hi Christian, On Tue, Jan 17, 2012 at 18:23:52, Christian Riesch wrote: Hi Sudhakar, hi Mike, On Tue, Jan 17, 2012 at 1:43 PM, Michael Williamson michael.william...@criticallink.com wrote: On 1/17/2012 12:39 AM, Rajashekhara, Sudhakar wrote: [...] Well, that's all fine and swell,

Re: DA850 / OMAP-L138 / AM-1808 EMIFA Clk issues.

2012-01-20 Thread Christian Riesch
Hi Sudhakar, On Fri, Jan 20, 2012 at 11:01 AM, Rajashekhara, Sudhakar sudhakar@ti.com wrote: Hi Christian, On Tue, Jan 17, 2012 at 18:23:52, Christian Riesch wrote: Hi Sudhakar, hi Mike, On Tue, Jan 17, 2012 at 1:43 PM, Michael Williamson michael.william...@criticallink.com wrote: On

[PATCH v2 0/2] add dm365 specific media formats

2012-01-20 Thread Manjunath Hadli
add mediabus formats and pixel formats supported as part of dm365 vpfe device. The device supports media formats(transfer and storage) which include- 1: ALAW compressed bayer. 2: UV interleaved without Y (for resizer). 3: YDYC. Changes from previous version: 1: Added entries in subdev-formats.xml

[PATCH v2 1/2] media: add new mediabus format enums for dm365

2012-01-20 Thread Manjunath Hadli
add new enum entries for supporting the media-bus formats on dm365. These include some bayer and some non-bayer formats. V4L2_MBUS_FMT_YDYC8_1X16 and V4L2_MBUS_FMT_UV8_1X8 are used internal to the hardware by the resizer. V4L2_MBUS_FMT_SBGGR10_ALAW8_1X8 represents the bayer ALAW format that is

[PATCH v2 2/2] v4l2: add new pixel formats supported on dm365

2012-01-20 Thread Manjunath Hadli
add new macro V4L2_PIX_FMT_SGRBG10ALAW8 and associated formats to represent Bayer format frames compressed by A-LAW alogorithm, add V4L2_PIX_FMT_UV8 to represent storage of C data (UV interleved) only. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Cc: Laurent Pinchart

RE: [PATCH v3] ARM: davinci: map default_queue to edma channels

2012-01-20 Thread Nori, Sekhar
Hi Heiko, On Thu, Jan 19, 2012 at 12:35:21, Heiko Schocher wrote: Default queue is expected to be a low-priority queue. This way, long transfers on the default queue started by the codec engine will not cause audio defects. Signed-off-by: Heiko Schocher h...@denx.de Signed-off-by: