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

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar 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 drivers register devices

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

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar Both synchronous and asynchronous adv7343 subdevice probing is supported by this patch. Signed-off-by: Lad, Prabhakar Cc: Guennadi Liakhovetski Cc: Laurent Pinchart Cc: Hans Verkuil Cc: Sakari Ailus Cc: Mauro Carvalho Chehab --- drivers/media/i2c/adv7343.c | 17

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

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar Both synchronous and asynchronous tvp514x subdevice probing is supported by this patch. Signed-off-by: Lad, Prabhakar Cc: Guennadi Liakhovetski Cc: Laurent Pinchart Cc: Hans Verkuil Cc: Sakari Ailus Cc: Mauro Carvalho Chehab --- drivers/media/i2c/tvp514x.c | 23

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

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar 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 Cc: Guennadi Liakhovetski Cc: Hans Verkuil Cc: Laurent

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

2013-04-22 Thread Prabhakar Lad
From: Lad, Prabhakar 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 Cc: Guennadi Liakhovetski Cc: Hans Verkuil Cc: Laurent

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 wrote: > Hi Prabhakar > > On Mon, 22 Apr 2013, Prabhakar Lad wrote: > >> From: Lad, Prabhakar >> >> Both synchronous and asynchronous adv7343 subdevice probing

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

2013-05-01 Thread Prabhakar Lad
From: Lad, Prabhakar 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. Signed-off-by: Lad,

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

2013-05-02 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the mt9p031 sensor driver. Alongside this patch sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari

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 wrote: > Hi, > > On 04/26/2013 03:18 PM, Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> add OF support for the adv7343 driver. > >> +++ b/Documentation/devic

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 wrote: > On Thu, May 02, 2013 at 11:52:34AM +0530, Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> add OF support for the mt9p031 sensor driver. >> Alongside this patch

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 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, Ma

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 wrote: > Ho Prabhakar, > > Thank you for the patch. > > On Thursday 02 May 2013 11:14:42 Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> This patch enables tvp7002 de

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

2013-05-03 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the mt9p031 sensor driver. Alongside this patch sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari

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

2013-05-03 Thread Prabhakar Lad
From: Lad, Prabhakar 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. Signed-off-by: Lad,

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

2013-05-03 Thread Prabhakar Lad
From: Lad, Prabhakar 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 requested, which is

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 wrote: > On 4/26/2013 11:16 AM, Prabhakar Lad wrote: >> Hi Laurent, >> >> On Thu, Apr 25, 2013 at 2:32 AM, Laurent Pinchart >> wrote: >>> Hi Prabhakar, >>> >>> Thank you for the patch. >>&

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

2013-05-03 Thread Prabhakar Lad
arning: assignment > makes pointer from integer without a cast [enabled by default] > > Cc: Lad, Prabhakar > Cc: Hans Verkuil > Cc: Mauro Carvalho Chehab > Signed-off-by: Arnd Bergmann Acked-by: Lad, Prabhakar Regards, --Prabhakar Lad -- To unsubscribe from this list: send th

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

2013-05-03 Thread Prabhakar Lad
From: Lad, Prabhakar This patch fixes checkpatch warning to avoid CamelCase. Signed-off-by: Lad, Prabhakar --- The initial version of this patch was a part of series, which is intended to be dropped so sending this patch individually. drivers/media/platform/davinci/vpbe_display.c |2 +-

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 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 = pd

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

2013-05-06 Thread Prabhakar Lad
From: Lad, Prabhakar 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 requested, which is

Re: [PATCH V2 1/2] tps6507x-ts: Add DT support

2013-05-06 Thread Prabhakar Lad
of_property_read_u32(node, "ti,product", ); > + if (err < 0) > + goto error_ret; > + else > + input_dev->id.product = val32; > + > + err = of_property_read_u32(node, "ti,vers

[PATCH] of/base: fix typos

2013-05-07 Thread Prabhakar Lad
From: Lad, Prabhakar the function of_property_read_u8/16/32_array() has a parameter out_values, but the description mentioned it as out_value. This patch fixes this typo. Signed-off-by: Lad, Prabhakar --- drivers/of/base.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-)

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 wrote: > Hi Arnd, > > On Fri, May 3, 2013 at 8:04 PM, Arnd Bergmann wrote: >> On Friday 03 May 2013, Prabhakar Lad wrote: >>> > [snip] >>> +} >> >> Ok, good. >> >>> @@ -955,

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

2013-05-07 Thread Prabhakar Lad
rabhakar Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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 wrote: > Hi Prabhakar, > > Thank you for the patch. > > On Friday 03 May 2013 12:21:59 Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> add OF support for the mt9p031 sensor driver. >> Alongsid

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 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 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 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: >> >

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 wrote: > On Fri May 10 2013 06:48:38 Lad Prabhakar wrote: >> From: Lad, Prabhakar [Snip] >> > > Just FYI: > > After applying this patch I get a compiler warning that the probe_free_lock > label is unused. I've added a patch removing that

[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)

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

2013-04-12 Thread Prabhakar lad
From: Lad, Prabhakar This patch replaces V4L2_STD_525_60/625_50 with V4L2_STD_NTSC/PAL respectively as this are the proper video standards. Signed-off-by: Lad, Prabhakar Reported-by: Hans Verkuil Cc: Sekhar Nori --- Note:- This patch is on top of following pull

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
/MAINTAINERS index bbe872e..4cf48e3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7244,14 +7244,13 @@ F: arch/arm/mach-davinci F: drivers/i2c/busses/i2c-davinci.c TI DAVINCI SERIES MEDIA DRIVER -M: Manjunath Hadli -M: Prabhakar Lad +M: Lad, Prabhakar L: linux-me

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

2013-04-16 Thread Prabhakar lad
From: Lad, Prabhakar 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 driver so the it pass the

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

2013-04-16 Thread Prabhakar lad
From: Lad, Prabhakar 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 driver so the it pass the

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 wrote: > From: Lad, Prabhakar > > with recent commit with id 068a0df76023926af958a336a78bef60468d2033 > which adds add length check for mmap, the application were failing to > mmap the buffers. > > This patch align

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

2013-04-16 Thread Prabhakar lad
From: Lad, Prabhakar 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 driver so the it pass the

[PATCH 0/2] davinci: vpss: clock cleanup

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar 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 in platform code. Lad,

[PATCH 1/2] media: davinci: vpss: enable vpss clocks

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar By default the VPSS clocks are only enabled in capture driver for davinci family which creates duplicates. This patch adds support to enable the VPSS clocks in VPSS driver. This avoids duplication of code and also adding clock aliases. This patch cleanups the VPSS clock

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

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar 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, Prabhakar --- Note: This

[PATCH v7 0/2] ARM: davinci: add support for dm365 vpbe display

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar This patch series enables VPBE display driver on DM365. This patch is work on on following pull request from Hans http://davinci-linux-open-source.1494791.n2.nabble.com/GIT-PULL-FOR-v3-10-tvp7002-davinci-blackfin-legacy-cleanups-td7582451.html +

[PATCH v7 1/2] ARM: davinci: dm365: add support for v4l2 video display

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar Create platform devices for various video modules like venc,osd, vpbe and v4l2 driver for dm365. Signed-off-by: Lad, Prabhakar --- arch/arm/mach-davinci/board-dm365-evm.c |4 +- arch/arm/mach-davinci/davinci.h |2 +- arch/arm/mach-davinci/dm365.c

[PATCH v7 2/2] ARM: davinci: dm365 EVM: add support for VPBE display

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar add support for V4L2 video display to DM365 EVM. Support for SD and ED modes is provided, along with Composite and Component outputs. Signed-off-by: Lad, Prabhakar --- arch/arm/mach-davinci/board-dm365-evm.c | 164 ++- 1 files changed, 163

[PATCH v6 0/2] ARM: davinci: dm355: add support for vpbe display

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar This patch series enables VPBE display driver on DM355. This patch series is dependent on VPSS clock cleanup patches (http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg25499.html) posted. Chnages for v6: 1: Fixed nits pointed by Sekhar. Changes

[PATCH v6 1/2] ARM: davinci: dm355: add support for v4l2 video display

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar Create platform devices for various video modules like venc,osd, vpbe and v4l2 driver for dm355. Signed-off-by: Lad, Prabhakar --- arch/arm/mach-davinci/board-dm355-evm.c |4 +- arch/arm/mach-davinci/davinci.h |2 +- arch/arm/mach-davinci/dm355.c

[PATCH v6 2/2] ARM: davinci: dm355 EVM: add support for VPBE display

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar add support for V4L2 video display to DM355 EVM. Support for SD modes is provided, along with Composite output Signed-off-by: Lad, Prabhakar --- arch/arm/mach-davinci/board-dm355-evm.c | 69 ++- 1 files changed, 68 insertions(+), 1

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

2013-03-25 Thread Prabhakar Lad
Hi Sekhar, Thanks for the review! On Mon, Mar 25, 2013 at 11:02 AM, Sekhar Nori wrote: > On 3/22/2013 1:23 PM, Prabhakar lad wrote: >> From: Lad, Prabhakar >> >> By default the VPSS clocks are only enabled in capture driver >> for davinci family which creates dup

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

2013-03-25 Thread Prabhakar Lad
Hi Sekhar, On Mon, Mar 25, 2013 at 11:09 AM, Sekhar Nori wrote: > On 3/22/2013 1:23 PM, Prabhakar lad wrote: >> From: Lad, Prabhakar >> >> The vpss clocks were enabled by calling a exported function from a driver >> in a machine code. calling driver code from pla

Re: [PATCH v7 1/2] ARM: davinci: dm365: add support for v4l2 video display

2013-03-25 Thread Prabhakar Lad
Hi Sekhar, Thanks for the review! On Mon, Mar 25, 2013 at 11:42 AM, Sekhar Nori wrote: > Prabhakar, > > On 3/22/2013 1:33 PM, Prabhakar lad wrote: >> From: Lad, Prabhakar >> >> Create platform devices for various video modules like venc,osd, >> vpbe and v4l2 d

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

2013-03-25 Thread Prabhakar Lad
Sekhar, On Mon, Mar 25, 2013 at 3:54 PM, Sekhar Nori wrote: > On 3/25/2013 3:44 PM, Prabhakar Lad wrote: >> Hi Sekhar, >> >> Thanks for the review! >> >> On Mon, Mar 25, 2013 at 11:02 AM, Sekhar Nori wrote: >>> On 3/22/2013 1:23 PM, Prab

Re: [PATCH v7 1/2] ARM: davinci: dm365: add support for v4l2 video display

2013-03-25 Thread Prabhakar Lad
Hi Sekhar, On Mon, Mar 25, 2013 at 3:57 PM, Sekhar Nori wrote: > On 3/25/2013 3:52 PM, Prabhakar Lad wrote: >> Hi Sekhar, >> >> Thanks for the review! >> >> On Mon, Mar 25, 2013 at 11:42 AM, Sekhar Nori wrote: >>> Prabhakar, >>> >>&g

[PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-25 Thread Prabhakar lad
From: Lad, Prabhakar This patches replaces #if defined() by IS_ENABLED macro, which provides better readability. Signed-off-by: Lad, Prabhakar Cc: Sekhar Nori --- Note: This patch is compile tested only for davinci_all_defconfig and da8xx_omapl_defconfig.

Re: [PATCH][RESEND] [media] davinci: vpfe: remove deprecated IRQF_DISABLED

2014-02-24 Thread Prabhakar Lad
Hi Michael, On Mon, Feb 24, 2014 at 11:01 AM, Prabhakar Lad wrote: > Hi Michael, > > On Thu, Feb 20, 2014 at 6:47 PM, Michael Opdenacker > wrote: >> Hi Laurent, >> >> On 02/20/2014 12:36 PM, Laurent Pinchart wrote: >>> Hi Michael, >>> >>&

[PATCH] devicetree: bindings: gpio-davinic: fix documentation

2014-03-05 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch adds missing #gpio-cells and also adds a usage example for leds. Reported-by: Alexander Holler Signed-off-by: Lad, Prabhakar --- .../devicetree/bindings/gpio/gpio-davinci.txt | 21 1 file changed, 21 insertions(+) diff --git

[PATCH] video: da8xx-fb: fix typos

2014-02-20 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch fixes couple of typos in the comments for da8xx-fb.c file. Signed-off-by: Lad, Prabhakar --- drivers/video/da8xx-fb.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index

[PATCH 3/3] media: omap3isp: rename the variable names in description

2014-02-21 Thread Prabhakar Lad
From: "Lad, Prabhakar" this patch renames the variable in the description to match it appropriately to function definition. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/omap3isp/isp.h| 12 ++-- drivers/media/platform/omap3isp/ispccdc.c|8

[PATCH 2/3] media: omap3isp: ispccdc: remove unwanted comments

2014-02-21 Thread Prabhakar Lad
From: "Lad, Prabhakar" this patch removes the description of members which does not exists for ispccdc_lsc structure. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/omap3isp/ispccdc.h |6 -- 1 file changed, 6 deletions(-) diff --git

[PATCH 0/3] media: omap3isp: trivial cleanup

2014-02-21 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch series include fixing some typos and removal of unwanted comments. Lad, Prabhakar (3): media: omap3isp: fix typos media: omap3isp: ispccdc: remove unwanted comments media: omap3isp: rename the variable names in description

[PATCH 1/3] media: omap3isp: fix typos

2014-02-21 Thread Prabhakar Lad
From: "Lad, Prabhakar" Signed-off-by: Lad, Prabhakar --- drivers/media/platform/omap3isp/isp.c|2 +- drivers/media/platform/omap3isp/ispccdc.c|2 +- drivers/media/platform/omap3isp/ispccp2.c|4 ++-- drivers/media/platform/omap3isp/isphist.c|2 +-

Re: [PATCH][RESEND] [media] davinci: vpfe: remove deprecated IRQF_DISABLED

2014-02-23 Thread Prabhakar Lad
ing all the remaining changes > in one go (or removing the definition of IRQF_DISABLED) may be the final > solution. > > I hope to be able to answer your question by the end of the week. > gentle ping. should I pick it up ? Regards, --Prabhakar Lad -- To unsubscribe from this list: send t

Re: [PATCH] [media] davinci: vpfe: remove deprecated IRQF_DISABLED

2013-10-07 Thread Prabhakar Lad
On Sun, Oct 6, 2013 at 11:53 AM, Michael Opdenacker wrote: > This patch proposes to remove the use of the IRQF_DISABLED flag > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by: Michael Opdenacker Acked-by: Lad, Prabhakar Regrads, --Prabhakar Lad --

[PATCH] v4l: tuner-core: fix typo

2013-10-10 Thread Prabhakar Lad
From: "Lad, Prabhakar" Signed-off-by: Lad, Prabhakar --- drivers/media/v4l2-core/tuner-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/tuner-core.c b/drivers/media/v4l2-core/tuner-core.c index ddc9379..4b8a9a3 100644 ---

Re: [PATCH v3 1/3] gpio: davinci: add OF support

2013-10-11 Thread Prabhakar Lad
Hi Linus , On 10/11/13, Linus Walleij wrote: > On Fri, Oct 4, 2013 at 6:03 PM, Prabhakar Lad > wrote: > >> This patch adds OF parser support for davinci gpio >> driver and also appropriate documentation in gpio-davinci.txt >> located at Documentation/devicetree/bindi

Re: [PATCH v3 1/3] gpio: davinci: add OF support

2013-10-11 Thread Prabhakar Lad
Hi Linus, On 10/11/13, Linus Walleij wrote: > On Fri, Oct 11, 2013 at 4:59 PM, Prabhakar Lad > wrote: >> On 10/11/13, Linus Walleij wrote: >>> On Fri, Oct 4, 2013 at 6:03 PM, Prabhakar Lad >>> wrote: > >>>> +- ti,davinci-gpio-irq-base: Base fr

Re: [PATCH] [media] davinci: remove deprecated IRQF_DISABLED

2013-09-12 Thread Prabhakar Lad
rabhakar Regrads, --Prabhakar Lad -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] davinci_emac.c: Fix IFF_ALLMULTI setup

2013-10-21 Thread Prabhakar Lad
> > Tested with kernel 2.6.37. > It would have been better if you would have tested this on the latest kernel. Anyway David has pulled this patch in his tree. Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH v3 2/2] media: i2c: adv7343: add OF support

2013-09-04 Thread Prabhakar Lad
Hi Mark, On Mon, Sep 2, 2013 at 9:47 PM, Mark Rutland wrote: > On Wed, Aug 28, 2013 at 03:43:04AM +0100, Prabhakar Lad wrote: >> Hi Mark, >> >> On Tue, Aug 27, 2013 at 8:54 PM, Mark Rutland wrote: >> > [fixing up devicetree list address] >> > >>

[PATCH v2 5/5] media: davinci: vpbe: Replace printk with dev_*

2013-07-18 Thread Prabhakar Lad
From: "Lad, Prabhakar" Use the dev_* message logging API instead of raw printk. Signed-off-by: Lad, Prabhakar --- Posting independent patch of the series, http://www.spinics.net/lists/linux-media/msg65701.html Changes for v2: 1: Fixed logging levels.

Re: [PATCH v2 5/5] media: davinci: vpbe: Replace printk with dev_*

2013-07-18 Thread Prabhakar Lad
Hi Joe, On Thu, Jul 18, 2013 at 9:10 PM, Joe Perches wrote: > On Thu, 2013-07-18 at 20:59 +0530, Prabhakar Lad wrote: >> Use the dev_* message logging API instead of raw printk. > [] >> diff --git a/drivers/media/platform/davinci/vpbe.c >> b/drivers/media

Re: [PATCH 0/5] Davinci VPBE use devres and some cleanup

2013-07-23 Thread Prabhakar Lad
Hi Hans, On Sat, Jul 13, 2013 at 2:20 PM, Prabhakar Lad wrote: > From: "Lad, Prabhakar" > > This patch series replaces existing resource handling in the > driver with managed device resource. > > Lad, Prabhakar (5): > media: davinci: vpbe_venc: convert t

Re: [PATCH 0/5] Davinci VPBE use devres and some cleanup

2013-07-23 Thread Prabhakar Lad
list. [1] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info

[PATCH] davinci: vpif: Fix module build for capture and display

2013-03-06 Thread Prabhakar lad
From: Lad, Prabhakar export the symbols which are used by two modules vpif_capture and vpif_display. This patch fixes following error: ERROR: "ch_params" [drivers/media/platform/davinci/vpif_display.ko] undefined! ERROR: "vpif_ch_params_count" [drivers/media/platform/davinci/vpif_display.ko]

Re: [PATCH] davinci: vpif: Fix module build for capture and display

2013-03-08 Thread Prabhakar Lad
Sekhar, On Fri, Mar 8, 2013 at 2:53 PM, Sekhar Nori wrote: > Hi Prabhakar, > > On 3/7/2013 12:44 PM, Prabhakar lad wrote: >> From: Lad, Prabhakar >> >> export the symbols which are used by two modules vpif_capture and >> vpif_display. >> >> This patc

Re: [PATCH v2 4/6] ARM: davinci: da850: add DT node for eth0.

2013-03-08 Thread Prabhakar Lad
Sekhar, On Mon, Feb 4, 2013 at 11:20 PM, Sekhar Nori wrote: > On 2/4/2013 10:37 AM, Prabhakar Lad wrote: >> Sekhar , >> >> On Sun, Feb 3, 2013 at 5:33 PM, Sekhar Nori wrote: >>> On 1/28/2013 7:17 PM, Prabhakar Lad wrote: >>>> From: Lad, Prabhakar >&

[PATCH] davinci: vpbe: fix module build

2013-03-08 Thread Prabhakar lad
From: Lad, Prabhakar add a null entry in platform_device_id {}. This patch fixes following error: drivers/media/platform/davinci/vpbe_venc: struct platform_device_id is 24 bytes. The last of 3 is: 0x64 0x6d 0x33 0x35 0x35 0x2c 0x76 0x70 0x62 0x65 0x2d 0x76 0x65 0x6e 0x63 0x00 0x00 0x00 0x00

[PATCH v2] davinci: vpif: Fix module build for capture and display

2013-03-08 Thread Prabhakar lad
From: Lad, Prabhakar export the symbols which are used by two modules vpif_capture and vpif_display. This patch fixes following error: ERROR: "ch_params" [drivers/media/platform/davinci/vpif_display.ko] undefined! ERROR: "vpif_ch_params_count" [drivers/media/platform/davinci/vpif_display.ko]

Re: [PATCH v2 6/6] ARM: davinci: da850: configure system configuration chip(CFGCHIP3) for emac

2013-03-08 Thread Prabhakar Lad
Sekhar, On Mon, Feb 4, 2013 at 10:33 AM, Prabhakar Lad wrote: > Sekhar , > > On Sun, Feb 3, 2013 at 6:15 PM, Sekhar Nori wrote: >> On 1/28/2013 7:17 PM, Prabhakar Lad wrote: >>> From: Lad, Prabhakar >>> >>> The system configuration chip CFGCHIP3

Re: [PATCH v5] media: st-rc: Add ST remote control driver

2013-09-27 Thread Prabhakar Lad
ruct st_rc_device *rc_dev = dev_get_drvdata(dev); > + > + if (device_may_wakeup(dev)) { > + if (!enable_irq_wake(rc_dev->irq)) > + rc_dev->irq_wake = 1; > + else > + return -EINVAL; > + } else { > +

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

2013-06-25 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch series adds support for vpif capture and display driver to support asynchronously register subdevices. Need for this support: Currently bridge device drivers register devices for all subdevices synchronously, typically, during their probing. E.g. if an I2C CMOS

[PATCH 2/2] media: davinci: vpif: display: add V4L2-async support

2013-06-25 Thread Prabhakar Lad
From: "Lad, Prabhakar" 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 Cc: Guennadi Liakhovetski Cc: Hans Verkuil Cc: Laurent

[PATCH v2 0/3] net: davinci: driver cleanup

2013-06-25 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch series cleans up the davinci driver. This patch series applies on 3.10.rc7 and is boot tested on OMAP-L138 EVM with DT and non DT cases. Changes for v2: 1: Dropped patches which removed include files. Lad, Prabhakar (3): net: davinci: emac: Convert to

[PATCH v2 2/3] net: davinci_emac: simplify the OF parser code

2013-06-25 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch cleans up the OF parser code, removes unnecessary checks on of_property_read_*() and guards davinci_emac_of_match table with CONFIG_OF. Signed-off-by: Lad, Prabhakar --- drivers/net/ethernet/ti/davinci_emac.c | 67 +++- 1 file

[PATCH v2 3/3] net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)

2013-06-25 Thread Prabhakar Lad
From: "Lad, Prabhakar" guard the davinci_mdio_of_mtable table and davinci_mdio_probe_dt() with CONFIG_OF. Signed-off-by: Lad, Prabhakar --- drivers/net/ethernet/ti/davinci_mdio.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/ti/davinci_mdio.c

[PATCH v2 1/3] net: davinci: emac: Convert to devm_* api

2013-06-25 Thread Prabhakar Lad
From: "Lad, Prabhakar" Use devm_ioremap_resource instead of devm_request_mem_region()/devm_ioremap() and devm_request_irq() instead of request_irq(). This ensures more consistent error values and simplifies error paths. Signed-off-by: Lad, Prabhakar --- drivers/net/ethernet/ti/davinci_emac.c

Re: [PATCH 2/2] video:da8xx-fb: Convert to devm_* api

2013-06-26 Thread Prabhakar Lad
lifies error paths. > > Signed-off-by: Lad, Prabhakar > --- Can you pick up this patch and drop 1/2. Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http:

Re: [PATCH 2/2] video:da8xx-fb: Convert to devm_* api

2013-06-26 Thread Prabhakar Lad
; > There's something similar in Darren's da8xx-fb series. Can you check if > there are differences? > I don't see similar changes in his patch series. Darren while you are at it you can take this patch along you series. let me know how you plan to. Regards, --Prabhakar Lad -- To unsubscribe from this

Re: [PATCH 2/2] video:da8xx-fb: Convert to devm_* api

2013-06-26 Thread Prabhakar Lad
Hi Tomi, On Wed, Jun 26, 2013 at 5:30 PM, Tomi Valkeinen wrote: > On 26/06/13 14:56, Prabhakar Lad wrote: >> Hi Tomi, >> >> On Wed, Jun 26, 2013 at 5:09 PM, Tomi Valkeinen >> wrote: >>> On 16/05/13 10:10, Lad Prabhakar wrote: >>>> From: Lad

Re: [PATCH 1/2] media: davinci: vpif: capture: add V4L2-async support

2013-06-27 Thread Prabhakar Lad
Hi Hans, Thanks for the review. On Thu, Jun 27, 2013 at 11:27 AM, Hans Verkuil wrote: > On Tue June 25 2013 17:17:34 Prabhakar Lad wrote: >> From: "Lad, Prabhakar" >> >> Add support for asynchronous subdevice probing, using the v4l2-async API. >> The legac

Re: [PATCH v2 1/4] ARM: davinci: dm365 evm: remove init_enable from ths7303 pdata

2013-06-06 Thread Prabhakar Lad
Hi Sekhar, On Thu, Jun 6, 2013 at 10:06 AM, Sekhar Nori wrote: > On 5/25/2013 11:09 PM, Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> remove init_enable from ths7303 pdata as it is being dropped >> from ths7303_platform_data. >> >> Signed-off-by: La

Re: [PATCH v2 0/4] media: i2c: ths7303 cleanup

2013-06-06 Thread Prabhakar Lad
Hi Hans, On Sun, May 26, 2013 at 6:50 AM, Laurent Pinchart wrote: > On Saturday 25 May 2013 23:09:32 Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> Trivial cleanup of the driver. >> >> Changes for v2: >> 1: Dropped the asynchronous probing and, OF >

Re: [PATCH v2 0/4] media: i2c: ths7303 cleanup

2013-06-08 Thread Prabhakar Lad
Hi Hans, On Fri, Jun 7, 2013 at 2:10 PM, Hans Verkuil wrote: > On Thu June 6 2013 12:05:38 Prabhakar Lad wrote: >> Hi Hans, >> >> On Sun, May 26, 2013 at 6:50 AM, Laurent Pinchart >> wrote: >> > On Saturday 25 May 2013 23:09:32 Prabhakar L

[PATCH] media: i2c: ths7303: remove unused member driver_data

2013-06-15 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch removes the driver_data member from ths7303_state structure. The driver_data member was intended to differentiate between ths7303 and ths7353 chip and get the g_chip_ident, But as of now g_chip_ident is obsolete, so there is no need of driver_data.

Re: [PATCH] media: i2c: ths7303: remove unused member driver_data

2013-06-15 Thread Prabhakar Lad
Hi Laurent, On Sun, Jun 16, 2013 at 5:21 AM, Laurent Pinchart wrote: > Hi Prabhakar, > > Thanks for the patch. > > On Saturday 15 June 2013 22:04:10 Prabhakar Lad wrote: >> From: "Lad, Prabhakar" >> >> This patch removes the driver_data member from

[PATCH v2] ARM: edma: Convert to devm_* api

2013-06-17 Thread Prabhakar Lad
From: "Lad, Prabhakar" Use devm_ioremap_resource instead of reques_mem_region()/ioremap(), devm_request_irq() instead of request_irq() and kzalloc() calls to devm_kzalloc(). This ensures more consistent error values and simplifies error paths. Signed-off-by: Lad, Prabhakar --- This patch is

[PATCH v4 07/11] media: davinci: vpif_capture: remove unnecessary loop for IRQ resource

2013-06-17 Thread Prabhakar Lad
From: "Lad, Prabhakar" For vpif capture driver each IRQ resource contains a single IRQ so drop the second loop. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/davinci/vpif_capture.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git

[PATCH v4 11/11] media: davinci: vpif_display: remove unnecessary loop for IRQ resource

2013-06-17 Thread Prabhakar Lad
From: "Lad, Prabhakar" For vpif display driver each IRQ resource contains a single IRQ so drop the second loop. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/davinci/vpif_display.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git

[PATCH v4 03/11] media: davinci: vpif: remove unnecessary braces around defines

2013-06-17 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch removes unnecessary braces around defines. Signed-off-by: Lad, Prabhakar Acked-by: Laurent Pinchart --- drivers/media/platform/davinci/vpif.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/platform/davinci/vpif.c

[PATCH v4 08/11] media: davinci: vpif_display: move the freeing of irq and global variables to remove()

2013-06-17 Thread Prabhakar Lad
From: "Lad, Prabhakar" Ideally the freeing of irq's and the global variables needs to be done in the remove() rather than module_exit(), this patch moves the freeing up of irq's and freeing the memory allocated to channel objects to remove() callback of struct platform_driver. Signed-off-by:

[PATCH v4 04/11] media: davinci: vpif_capture: move the freeing of irq and global variables to remove()

2013-06-17 Thread Prabhakar Lad
From: "Lad, Prabhakar" Ideally the freeing of irq's and the global variables needs to be done in the remove() rather than module_exit(), this patch moves the freeing up of irq's and freeing the memory allocated to channel objects to remove() callback of struct platform_driver. Signed-off-by:

[PATCH v4 09/11] media: davinci: vpif_display: use module_platform_driver()

2013-06-17 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch uses module_platform_driver() to simplify the code. Signed-off-by: Lad, Prabhakar Acked-by: Laurent Pinchart --- drivers/media/platform/davinci/vpif_display.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git

<    4   5   6   7   8   9   10   11   12   13   >