Re: [PATCH v2 11/31] v4l: Document raw bayer 4CC codes

2012-02-05 Thread Prabhakar Lad
formats: A small spelling mistake 'charcters', just pointing out since its a documentation file :-) Regards, --Prabhakar Lad + + B: raw bayer, uncompressed + b: raw bayer, DPCM compressed + a: A-law compressed + u: u-law compressed + +2nd character: pixel order + B

videobuf2 porting

2012-02-06 Thread Prabhakar Lad
Hi folks, I was trying to port a existing driver to videobuf2 framework, I had a hurdle in between the driver I was trying to port supports user pointer, How does videobuf2 support this thing ? Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: videobuf2 porting

2012-02-06 Thread Prabhakar Lad
Hi Javier On Tue, Feb 7, 2012 at 1:17 PM, javier Martin javier.mar...@vista-silicon.com wrote: Hi Prabhakar, On 7 February 2012 08:16, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi folks, I was trying to port a existing driver to videobuf2 framework, I had a hurdle in between

Re: [PATCH v5 14/35] v4l: Add DPCM compressed raw bayer pixel formats

2012-03-21 Thread Prabhakar Lad
'), +        V4L2_PIX_FMT_SGRBG10DPCM8 ('BD10'), +        V4L2_PIX_FMT_SBGGR10DPCM8 ('bRA8'), +        /refentrytitle You missed here to change as per the 4CC code documentation. Regards, --Prabhakar Lad +       manvol; +      /refmeta +      refnamediv +       refname id=V4L2-PIX-FMT

Re: [PATCH v5.5 14/40] v4l: Add DPCM compressed raw bayer pixel formats

2012-03-21 Thread Prabhakar Lad
On Wed, Mar 21, 2012 at 5:14 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Add three other colour orders for 10-bit to 8-bit DPCM compressed raw bayer pixel formats. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi Acked-by: Prabhakar Lad prabhakar.cse...@gmail.com ---  Documentation/DocBook

Re: [GIT PULL FOR v3.4] V4L2 subdev and sensor control changes and SMIA++ driver

2012-03-21 Thread Prabhakar Lad
tree? This file sometimes isn't getting rebuilt even when it would be needed to. Even I am facing a similar kind of issue where Documentation/DocBook/media-entities.tmpl is not getting rebuilt how to fix it? Regards, --Prabhakar Lad Kind regards, -- Sakari Ailus e-mail: sakari.ai...@iki.fi

[PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime support to the TI Davinci VPIF driver. Along side this patch replaces clk_get() with devm_clk_get() to simplify the error handling. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/davinci/vpif.c |

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Prabhakar Lad
Hi Laurent, Thanks for the quick review! On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thanks for the patch. On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Prabhakar Lad
Hi Laurent, On Thu, Mar 28, 2013 at 3:40 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, On Thursday 28 March 2013 15:36:11 Prabhakar Lad wrote: On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart wrote: On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-04-01 Thread Prabhakar Lad
Hi Sekhar, On Mon, Apr 1, 2013 at 11:33 AM, Sekhar Nori nsek...@ti.com wrote: On 3/28/2013 3:50 PM, Prabhakar Lad wrote: Hi Laurent, On Thu, Mar 28, 2013 at 3:40 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, On Thursday 28 March 2013 15:36:11 Prabhakar Lad

[PATCH v2] davinci: vpif: add pm_runtime support

2013-04-01 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime support to the TI Davinci VPIF driver. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart

Re: [PATCH v2] davinci: vpif: add pm_runtime support

2013-04-01 Thread Prabhakar Lad
On Mon, Apr 1, 2013 at 12:47 PM, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: On 1 April 2013 12:06, Prabhakar lad prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime support to the TI Davinci VPIF driver. Signed-off-by: Lad, Prabhakar

Re: [PATCH v2] davinci: vpif: add pm_runtime support

2013-04-02 Thread Prabhakar Lad
Hi Hans, On Tue, Apr 2, 2013 at 2:17 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Mon 1 April 2013 08:36:50 Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime support to the TI Davinci VPIF driver. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com

[PATCH v2 1/3] media: davinci: vpss: enable vpss clocks

2013-04-02 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com By default the VPSS clocks were enabled in capture driver for davinci family which creates duplicates for dm355/dm365/dm644x. This patch adds support to enable the VPSS clocks in VPSS driver, which avoids duplication of code and also adding clock

[PATCH v2 2/3] media: davinci: vpbe: venc: move the enabling of vpss clocks to driver

2013-04-02 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com The vpss clocks were enabled by calling a exported function from a driver in a machine code. calling driver code from platform code is incorrect way. This patch fixes this issue and calls the function from driver code itself. Signed-off-by: Lad,

[PATCH v2 0/3] davinci: vpss: clock cleanup

2013-04-02 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch series cleanup's the VPSS clock enabling. The first patch removes vpss clock enabling from the capture drivers and moves it to the VPSS driver itself. The second patch moves the venc_enable_vpss_clock() to the driver which was being done

[PATCH v2 3/3] davinic: vpss: trivial cleanup

2013-04-02 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch removes unnecessary header file inclusions and fixes the typo's. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/davinci/vpss.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-)

[PATCH v3] davinci: vpif: add pm_runtime support

2013-04-02 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime support to the TI Davinci VPIF driver. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart

Re: Patch update notification: 6 patches updated

2013-04-03 Thread Prabhakar Lad
Hi Mauro, On Wed, Apr 3, 2013 at 4:03 PM, Patchwork patchw...@linuxtv.org wrote: Hello, The following patches (submitted by you) have been updated in patchwork: * [v3] davinci: vpif: add pm_runtime support - http://patchwork.linuxtv.org/patch/17737/ was: New now: Not

Re: [PATCH v3] media: davinci: kconfig: fix incorrect selects

2013-04-08 Thread Prabhakar Lad
Hi Sekhar, On Tue, Mar 12, 2013 at 2:44 PM, Sekhar Nori nsek...@ti.com wrote: drivers/media/platform/davinci/Kconfig uses selects where it should be using 'depends on'. This results in warnings of the following sort when doing randconfig builds. warning: (VIDEO_DM6446_CCDC VIDEO_DM355_CCDC

Re: [PATCH v2 1/3] media: davinci: vpss: enable vpss clocks

2013-04-08 Thread Prabhakar Lad
Sekhar, On Mon, Apr 8, 2013 at 3:56 PM, Sekhar Nori nsek...@ti.com wrote: On 4/2/2013 5:14 PM, Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com By default the VPSS clocks were enabled in capture driver for davinci family which creates duplicates for dm355/dm365/dm644x

[PATCH v3 0/3] davinci: vpss: clock cleanup

2013-04-08 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch series cleanup's the VPSS clock enabling. The first patch removes vpss clock enabling from the capture drivers and moves it to the VPSS driver itself. The second patch moves the venc_enable_vpss_clock() to the driver which was being done

[PATCH v3 1/3] media: davinci: vpss: enable vpss clocks

2013-04-08 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com By default the VPSS clocks were enabled in capture driver for davinci family which creates duplicates for dm355/dm365/dm644x. This patch adds support to enable the VPSS clocks in VPSS driver, which avoids duplication of code and also adding clock

[PATCH v3 2/3] media: davinci: vpbe: venc: move the enabling of vpss clocks to driver

2013-04-08 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com The vpss clocks were enabled by calling a exported function from a driver in a machine code. calling driver code from platform code is incorrect way. This patch fixes this issue and calls the function from driver code itself. Signed-off-by: Lad,

[PATCH v3 3/3] davinic: vpss: trivial cleanup

2013-04-08 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch removes unnecessary header file inclusions and fixes the typo's. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/davinci/vpss.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-)

Re: [PATCH v3 2/3] media: davinci: vpbe: venc: move the enabling of vpss clocks to driver

2013-04-09 Thread Prabhakar Lad
On Tue, Apr 9, 2013 at 3:27 PM, Sekhar Nori nsek...@ti.com wrote: On 4/8/2013 5:49 PM, Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com The vpss clocks were enabled by calling a exported function from a driver in a machine code. calling driver code from platform code

[GIT PULL FOR v3.10] DaVinci media cleanups + Updates

2013-04-12 Thread Prabhakar Lad
Hi Hans/Mauro, Please pull the following patches for Davinci media. Few patches contain platform changes for ARM which have been Acked by its maintainer. Regards, --Prabhakar Lad The following changes since commit 81e096c8ac6a064854c2157e0bf802dc4906678c: [media] budget: Add support

Re: [GIT PULL FOR v3.10] DaVinci media cleanups + Updates

2013-04-12 Thread Prabhakar Lad
Hi Hans/Mauro, I have included two more patches in the pull, following is the fresh pull request. Regards, --Prabhakar The following changes since commit 81e096c8ac6a064854c2157e0bf802dc4906678c: [media] budget: Add support for Philips Semi Sylt PCI ref. design (2013-04-08 07:28:01 -0300)

Re: [PATCH] ARM: daVinci: dm644x/dm355/dm365: replace V4L2_STD_525_60/625_50 with V4L2_STD_NTSC/PAL

2013-04-12 Thread Prabhakar Lad
Sekhar, On Fri, Apr 12, 2013 at 4:50 PM, Sekhar Nori nsek...@ti.com wrote: On 4/12/2013 4:35 PM, Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch replaces V4L2_STD_525_60/625_50 with V4L2_STD_NTSC/PAL respectively as this are the proper video standards

Re: [GIT PULL FOR v3.10] DaVinci media cleanups + Updates

2013-04-12 Thread Prabhakar Lad
Hi Hans/Mauro, Ahh here is the final pull request hopefully I wont add anymore :) sorry for inconvenience, had to add on more patch at the final moment. Following is the fresh pull request. Let me know if replying on top if it is OK or if if you want a fresh mail. Note: All the ARM platform

[PATCH] MAINTAINERS: change entry for davinci media driver

2013-04-14 Thread Prabhakar lad
...@ti.com -M: Prabhakar Lad prabhakar@ti.com +M: Lad, Prabhakar prabhakar.cse...@gmail.com L: linux-media@vger.kernel.org L: davinci-linux-open-sou...@linux.davincidsp.com (moderated for non-subscribers) W: http://linuxtv.org/ Q: http://patchwork.linuxtv.org/project

Re: [PATCH v9 02/20] V4L2: support asynchronous subdevice registration

2013-04-15 Thread Prabhakar Lad
for it. Regards, --Prabhakar Lad diff --git a/drivers/media/v4l2-core/v4l2-async.c b/drivers/media/v4l2-core/v4l2-async.c index 98db2e0..d817cda 100644 --- a/drivers/media/v4l2-core/v4l2-async.c +++ b/drivers/media/v4l2-core/v4l2-async.c @@ -83,7 +83,20 @@ static int v4l2_async_test_notify(struct

[PATCH] media: davinci: vpif: allign the buffers size to page page size boundary

2013-04-16 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com with recent commit with id 068a0df76023926af958a336a78bef60468d2033 which adds add length check for mmap, the application were failing to mmap the buffers. This patch aligns the the buffer size to page size boundary for both capture and display

[PATCH v2] media: davinci: vpif: align the buffers size to page page size boundary

2013-04-16 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com with recent commit with id 068a0df76023926af958a336a78bef60468d2033 which adds add length check for mmap, the application were failing to mmap the buffers. This patch aligns the the buffer size to page size boundary for both capture and display

Re: [PATCH v2] media: davinci: vpif: align the buffers size to page page size boundary

2013-04-16 Thread Prabhakar Lad
Hi Hans, On Tue, Apr 16, 2013 at 4:24 PM, Prabhakar lad prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com with recent commit with id 068a0df76023926af958a336a78bef60468d2033 which adds add length check for mmap, the application were failing to mmap the buffers

[PATCH] media: davinci: vpbe: align the buffers size to page page size boundary

2013-04-16 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com with recent commit with id 068a0df76023926af958a336a78bef60468d2033 which adds add length check for mmap, the application were failing to mmap the buffers. This patch aligns the the buffer size to page size boundary for both capture and display

Re: [PATCH v2] media: davinci: vpif: align the buffers size to page page size boundary

2013-04-17 Thread Prabhakar Lad
Hi Marek, On Tue, Apr 16, 2013 at 4:48 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, (CC'ing Marek) On Tuesday 16 April 2013 16:24:30 Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com with recent commit with id

[PATCH 2/2] media: davinci: vpif_display: move displaying of error to approppraite place

2013-04-19 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch moves the displaying out error case VPIF IRQ request failed\n when there is actual request_irq() fail. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/davinci/vpif_display.c |2 +- 1 files

[PATCH 1/2] media: davinci: vpif: remove unwanted header file inclusion

2013-04-19 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch removes unwanted header file inclusion and sorts header alphabetically. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/davinci/vpif_capture.c | 19 ---

[PATCH 0/2] media: davinci: vpif trivial cleanup

2013-04-19 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com The first patch of the series cleanups the header file inclusion, and second patch fixes displaying of error when there is actual failure of request_irq(). Lad, Prabhakar (2): media: davinci: vpif: remove unwanted header file inclusion media:

Re: [PATCH RFC] media: videobuf2: fix the length check for mmap

2013-04-21 Thread Prabhakar Lad
On Fri, Apr 19, 2013 at 4:48 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em Fri, 19 Apr 2013 15:16:56 +0530 Prabhakar lad prabhakar.cse...@gmail.com escreveu: From: Lad, Prabhakar prabhakar.cse...@gmail.com From commit 068a0df76023926af958a336a78bef60468d2033 [media] media: vb2: add

Re: [PATCH v9 02/20] V4L2: support asynchronous subdevice registration

2013-04-22 Thread Prabhakar Lad
Hi Guennadi, Thanks for the patch! On Fri, Apr 12, 2013 at 9:10 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Currently bridge device drivers register devices for all subdevices synchronously, tupically, during their probing. E.g. if an I2C CMOS sensor is attached to a video bridge

[PATCH RFC v2 0/4] media: davinci: vpif: capture/display support for async subdevice probing

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch series adds support for vpif capture and display driver to support asynchronously register subdevices. The first two patches adds asynchronous probing for adv7343 and tvp514x respectively. Need for this support: Currently bridge device

[PATCH RFC v2 1/4] media: i2c: adv7343: add support for asynchronous probing

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com Both synchronous and asynchronous adv7343 subdevice probing is supported by this patch. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com

[PATCH RFC v2 2/4] media: i2c: tvp514x: add support for asynchronous probing

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com Both synchronous and asynchronous tvp514x subdevice probing is supported by this patch. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc:

[PATCH RFC v2 3/4] media: davinci: vpif: capture: add V4L2-async support

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com Add support for asynchronous subdevice probing, using the v4l2-async API. The legacy synchronous mode is still supported too, which allows to gradually update drivers and platforms. Signed-off-by: Prabhakar Lad prabhakar.cse...@gmail.com Cc

[PATCH RFC v2 4/4] media: davinci: vpif: display: add V4L2-async support

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com Add support for asynchronous subdevice probing, using the v4l2-async API. The legacy synchronous mode is still supported too, which allows to gradually update drivers and platforms. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc:

Re: [PATCH RFC v2 1/4] media: i2c: adv7343: add support for asynchronous probing

2013-04-22 Thread Prabhakar Lad
Hi Guennadi, Thanks for the quick review. On Mon, Apr 22, 2013 at 4:08 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Prabhakar On Mon, 22 Apr 2013, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Both synchronous and asynchronous adv7343 subdevice probing

Re: Patch update notification: 2 patches updated

2013-04-22 Thread Prabhakar Lad
Hi Mauro, On Sat, Apr 20, 2013 at 5:43 PM, Patchwork patchw...@linuxtv.org wrote: Hello, The following patches (submitted by you) have been updated in patchwork: * [2/2] media: davinci: vpif_display: move displaying of error to approppraite place -

Re: Patch update notification: 2 patches updated

2013-04-23 Thread Prabhakar Lad
Hi Hans, On Tue, Apr 23, 2013 at 12:11 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Monday, April 22, 2013 12:50:50 Prabhakar Lad wrote: Hi Mauro, On Sat, Apr 20, 2013 at 5:43 PM, Patchwork patchw...@linuxtv.org wrote: Hello, The following patches (submitted by you) have been updated

[PATCH 0/6] Davinci fbdev driver and enable it for DMx platform

2013-04-24 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch series adds an fbdev driver for Texas Instruments Davinci SoC.The display subsystem consists of OSD and VENC, with OSD supporting 2 RGb planes and 2 video planes. http://focus.ti.com/general/docs/lit/

[PATCH 1/6] media: davinci: vpbe: fix checkpatch warning for CamelCase

2013-04-24 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch fixes checkpatch warning to avoid CamelCase. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/davinci/vpbe_display.c |2 +- drivers/media/platform/davinci/vpbe_osd.c | 24

[PATCH 2/6] media: davinci: vpbe: enable vpbe for fbdev addition

2013-04-24 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com enable the venc, osd and vpbe display driver for addition of fbdev driver. Mainly includes fbdev ops structure inclusion, palette and osd layer related functionality for OSD block. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com ---

[PATCH 6/6] ARM: davinci: dm644x: enable fbdev driver

2013-04-24 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch enables fbdev driver by creating fbdev device and register it. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- arch/arm/mach-davinci/dm644x.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git

[PATCH 4/6] ARM: davinci: dm355: enable fbdev driver

2013-04-24 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch enables fbdev driver by creating fbdev device and register it. Alongside renames 'vpfe_capture_dma_mask' to 'dm355_video_dma_mask' for better clarity since it was reused by capture and diplay aswell. Signed-off-by: Lad, Prabhakar

[PATCH 5/6] ARM: davinci: dm365: enable fbdev driver

2013-04-24 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch enables fbdev driver by creating fbdev device and register it. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- arch/arm/mach-davinci/dm365.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 0/6] Davinci fbdev driver and enable it for DMx platform

2013-04-25 Thread Prabhakar Lad
Hi Laurent, On Thu, Apr 25, 2013 at 2:32 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thank you for the patch. On Wednesday 24 April 2013 17:30:02 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch series adds an fbdev driver

[PATCH] media: i2c: tvp7002: enable TVP7002 decoder for media controller based usage

2013-04-26 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch enables tvp7002 decoder driver for media controller based usage by adding v4l2_subdev_pad_ops operations support for enum_mbus_code, set_pad_format, get_pad_format and media_entity_init() on probe and media_entity_cleanup() on remove.

[PATCH] media: i2c: tvp514x: add OF support

2013-04-26 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: Guennadi

[PATCH] media: i2c: adv7343: add OF support

2013-04-26 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the adv7343 driver. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: Guennadi

[PATCH RFC] media: i2c: mt9p031: add OF support

2013-04-29 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the mt9p031 sensor driver. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@redhat.com Cc:

Re: [PATCH RFC] media: i2c: mt9p031: add OF support

2013-04-29 Thread Prabhakar Lad
), + GFP_KERNEL); + if (!pdata) { + pr_warn(mt9p031 failed allocate memeory\n); Use dev_* for messages inside drivers. Fixed it. Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: [PATCH RFC] media: i2c: mt9p031: add OF support

2013-04-29 Thread Prabhakar Lad
= mt9p031_of_match, You can use the of_match_ptr() macro instead of defining mt9p031_of_match as NULL above. Ok Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH] media: i2c: tvp514x: add OF support

2013-04-29 Thread Prabhakar Lad
as well. On Friday 26 April 2013 16:53:50 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart laurent.pinch

Re: [PATCH] media: i2c: tvp7002: enable TVP7002 decoder for media controller based usage

2013-04-29 Thread Prabhakar Lad
Hi Laurent, Thanks for the review. On Mon, Apr 29, 2013 at 7:57 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thank you for the patch. On Friday 26 April 2013 13:35:35 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch enables

Re: [PATCH] media: i2c: tvp7002: enable TVP7002 decoder for media controller based usage

2013-04-29 Thread Prabhakar Lad
Hi Laurent, On Mon, Apr 29, 2013 at 11:06 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, On Monday 29 April 2013 23:00:26 Prabhakar Lad wrote: On Mon, Apr 29, 2013 at 7:57 PM, Laurent Pinchart wrote: On Friday 26 April 2013 13:35:35 Prabhakar Lad wrote: From

Re: [PATCH] media: i2c: adv7343: add OF support

2013-04-29 Thread Prabhakar Lad
Hi Laurent, Thanks for the review. On Mon, Apr 29, 2013 at 7:32 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thank you for the patch. On Friday 26 April 2013 18:48:06 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support

[PATCH v2] media: i2c: tvp7002: enable TVP7002 decoder for media controller based usage

2013-05-01 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch enables tvp7002 decoder driver for media controller based usage by adding v4l2_subdev_pad_ops operations support for enum_mbus_code, set_pad_format, get_pad_format and media_entity_init() on probe and media_entity_cleanup() on remove.

[PATCH RFC v2] media: i2c: mt9p031: add OF support

2013-05-02 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the mt9p031 sensor driver. Alongside this patch sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart

Re: [PATCH] media: i2c: adv7343: add OF support

2013-05-02 Thread Prabhakar Lad
Hi Sylwester, Thanks for the review. On Mon, Apr 29, 2013 at 10:21 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi, On 04/26/2013 03:18 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the adv7343 driver. +++ b/Documentation/devicetree

Re: [PATCH RFC v2] media: i2c: mt9p031: add OF support

2013-05-02 Thread Prabhakar Lad
Hi Sascha, Thanks for the quick review. On Thu, May 2, 2013 at 12:25 PM, Sascha Hauer s.ha...@pengutronix.de wrote: On Thu, May 02, 2013 at 11:52:34AM +0530, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the mt9p031 sensor driver. Alongside

Re: [PATCH RFC v2] media: i2c: mt9p031: add OF support

2013-05-02 Thread Prabhakar Lad
Hi Laurent, Thanks for the review. On Thu, May 2, 2013 at 4:32 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thank you for the patch. On Thursday 02 May 2013 12:34:25 Prabhakar Lad wrote: On Thu, May 2, 2013 at 12:25 PM, Sascha Hauer wrote: On Thu, May 02

Re: [PATCH v2] media: i2c: tvp7002: enable TVP7002 decoder for media controller based usage

2013-05-02 Thread Prabhakar Lad
Hi Laurent, Thanks for the review. On Thu, May 2, 2013 at 4:40 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Ho Prabhakar, Thank you for the patch. On Thursday 02 May 2013 11:14:42 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch enables

Re: [PATCH] mt9p031: Use gpio_is_valid()

2013-05-03 Thread Prabhakar Lad
-by: Lad, Prabhakar prabhakar.cse...@gmail.com Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-03 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the mt9p031 sensor driver. Alongside this patch sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart

[PATCH v3] media: i2c: tvp7002: enable TVP7002 decoder for media controller based usage

2013-05-03 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch enables tvp7002 decoder driver for media controller based usage by adding v4l2_subdev_pad_ops operations support for enum_mbus_code, set_pad_format, get_pad_format and media_entity_init() on probe and media_entity_cleanup() on remove.

[PATCH] media: davinci: vpbe: fix layer availability for NV12 format

2013-05-03 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com For NV12 format, even if display data is single image, both VIDWIN0 and VIDWIN1 parameters must be used. The start address of Y data plane and C data plane is configured in VIDEOWIN0ADH/L and VIDEOWIN1ADH/L respectively. cuurently only one layer was

Re: [PATCH 0/6] Davinci fbdev driver and enable it for DMx platform

2013-05-03 Thread Prabhakar Lad
On Fri, May 3, 2013 at 3:25 PM, Sekhar Nori nsek...@ti.com wrote: On 4/26/2013 11:16 AM, Prabhakar Lad wrote: Hi Laurent, On Thu, Apr 25, 2013 at 2:32 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thank you for the patch. On Wednesday 24 April 2013 17:30:02

Re: [PATCH, RFC 21/22] davinci: vpfe_capture needs i2c

2013-05-03 Thread Prabhakar Lad
, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH RESEND] media: davinci: vpbe: fix checkpatch warning for CamelCase

2013-05-03 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch fixes checkpatch warning to avoid CamelCase. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- The initial version of this patch was a part of series, which is intended to be dropped so sending this patch individually.

Re: [PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-06 Thread Prabhakar Lad
Hi Arnd, On Fri, May 3, 2013 at 8:04 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 03 May 2013, Prabhakar Lad wrote: [snip] +} Ok, good. @@ -955,7 +998,17 @@ static int mt9p031_probe(struct i2c_client *client, mt9p031-pdata = pdata; mt9p031-output_control

[PATCH v2] media: davinci: vpbe: fix layer availability for NV12 format

2013-05-06 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com For NV12 format, even if display data is single image, both VIDWIN0 and VIDWIN1 parameters must be used. The start address of Y data plane and C data plane is configured in VIDEOWIN0ADH/L and VIDEOWIN1ADH/L respectively. cuurently only one layer was

Re: [PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-07 Thread Prabhakar Lad
Hi Arnd, On Mon, May 6, 2013 at 8:29 PM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Arnd, On Fri, May 3, 2013 at 8:04 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 03 May 2013, Prabhakar Lad wrote: [snip] +} Ok, good. @@ -955,7 +998,17 @@ static int mt9p031_probe(struct

Re: [PATCH] [media] davinci: vpfe: fix error return code in vpfe_probe()

2013-05-07 Thread Prabhakar Lad
yongjun_...@trendmicro.com.cn Acked-by: Lad, Prabhakar prabhakar.cse...@gmail.com Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-07 Thread Prabhakar Lad
HI Laurent, On Wed, May 8, 2013 at 7:31 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thank you for the patch. On Friday 03 May 2013 12:21:59 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the mt9p031 sensor driver

Re: [PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-07 Thread Prabhakar Lad
Hi Laurent, On Wed, May 8, 2013 at 7:32 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, On Tuesday 07 May 2013 15:10:36 Prabhakar Lad wrote: On Mon, May 6, 2013 at 8:29 PM, Prabhakar Lad wrote: On Fri, May 3, 2013 at 8:04 PM, Arnd Bergmann a...@arndb.de wrote

Re: [PATCH RFC v3] media: i2c: mt9p031: add OF support

2013-05-08 Thread Prabhakar Lad
Hi Laurent, On Wed, May 8, 2013 at 4:07 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, On Wednesday 08 May 2013 10:19:57 Prabhakar Lad wrote: On Wed, May 8, 2013 at 7:32 AM, Laurent Pinchart wrote: On Tuesday 07 May 2013 15:10:36 Prabhakar Lad wrote: On Mon

Re: [PATCH] davinci: vpfe: fix error path in probe

2013-05-10 Thread Prabhakar Lad
Hi Hans, On Fri, May 10, 2013 at 4:25 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Fri May 10 2013 06:48:38 Lad Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com [Snip] Just FYI: After applying this patch I get a compiler warning that the probe_free_lock label is unused.

Re: [PATCH] [media] vpif_display: fix error return code in vpif_probe()

2013-05-13 Thread Prabhakar Lad
Yongjun yongjun_...@trendmicro.com.cn Acked-by: Lad, Prabhakar prabhakar.cse...@gmail.com Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] [media] vpif_capture: fix error return code in vpif_probe()

2013-05-13 Thread Prabhakar Lad
Yongjun yongjun_...@trendmicro.com.cn Acked-by: Lad, Prabhakar prabhakar.cse...@gmail.com Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [v3] media: davinci: kconfig: fix incorrect selects

2013-05-13 Thread Prabhakar Lad
symbol? Good catch! the dependency can be dropped now. Are you planning to post a patch for it or shall I do it ? Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [v3] media: davinci: kconfig: fix incorrect selects

2013-05-13 Thread Prabhakar Lad
Hi Paul, On Mon, May 13, 2013 at 3:35 PM, Paul Bolle pebo...@tiscali.nl wrote: Prabhakar, On Mon, 2013-05-13 at 15:27 +0530, Prabhakar Lad wrote: Good catch! the dependency can be dropped now. Great. Are you planning to post a patch for it or shall I do it ? I don't mind submitting

Re: [PATCH v2] media: i2c: tvp514x: add OF support

2013-05-14 Thread Prabhakar Lad
it now, I'll just rebase and resend this patch on [1] so that slab.h can also be removed. [1] https://patchwork.kernel.org/patch/2539411/ Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 5/5] media: i2c: tvp7002: add OF support

2013-05-14 Thread Prabhakar Lad
properties in the V4L2 bindings instead of having per-chip properties ? yes you are right these properties need to be in the device node rather than the port node. I'll send alone this patch of the series as v2 fixing the above. Regards, --Prabhakar Lad -- To unsubscribe from this list: send

Re: [PATCH 2/6] ARM: davinci: dm365 evm: remove init_enable from ths7303 pdata

2013-05-15 Thread Prabhakar Lad
from ths7303 pdata as it is no longer exists. You should move this before 1/6, otherwise you will break bisection. OK I'll fix it in next version. Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org

Re: [PATCH RFC] media: OF: add field-active and sync-on-green endpoint properties

2013-05-15 Thread Prabhakar Lad
field-active to fid-pol ? Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH RFC] media: OF: add field-active and sync-on-green endpoint properties

2013-05-16 Thread Prabhakar Lad
Hi Sylwester, On Thu, May 16, 2013 at 4:13 PM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi, On 05/16/2013 06:53 AM, Prabhakar Lad wrote: [Snip] May be we rename field-active to fid-pol ? I guess we failed to clearly describe the 'field-even-active' property then. It seems

Re: [PATCH RFC] media: OF: add field-active and sync-on-green endpoint properties

2013-05-16 Thread Prabhakar Lad
. Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/6] ARM: davinci: dm365 evm: remove init_enable from ths7303 pdata

2013-05-16 Thread Prabhakar Lad
Hi Laurent, On Wed, May 15, 2013 at 5:41 PM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Laurent, Thanks for the review. On Wed, May 15, 2013 at 5:35 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thank you for the patch. On Wednesday 15 May 2013 17

Re: [PATCH v3] media: i2c: tvp514x: add OF support

2013-05-16 Thread Prabhakar Lad
: of_node_put(endpoint); return pdata; with a goto done in the devm_kzalloc error path would be better. OK Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info

  1   2   3   4   5   6   7   >