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

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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

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

2013-03-22 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 v7 0/2] ARM: davinci: add support for dm365 vpbe display

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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 prabhakar.cse...@gmail.com Create platform devices for various video modules like venc,osd, vpbe and v4l2 driver for dm365. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- arch/arm/mach-davinci/board-dm365-evm.c |4 +- arch/arm/mach-davinci/davinci.h

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

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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 prabhakar.cse...@gmail.com --- arch/arm/mach-davinci/board-dm365-evm.c | 164

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

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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

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

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

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

2013-03-22 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com add support for V4L2 video display to DM355 EVM. Support for SD modes is provided, along with Composite output Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- arch/arm/mach-davinci/board-dm355-evm.c | 69

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 nsek...@ti.com wrote: On 3/22/2013 1:23 PM, Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com By default the VPSS clocks are only enabled in capture driver for davinci family which creates

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 nsek...@ti.com wrote: On 3/22/2013 1:23 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

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 nsek...@ti.com wrote: Prabhakar, On 3/22/2013 1:33 PM, Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Create platform devices for various video modules like venc,osd, vpbe and v4l2 driver

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 nsek...@ti.com 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 nsek...@ti.com wrote: On 3/22/2013 1:23 PM, Prabhakar lad wrote: From: Lad, Prabhakar

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 nsek...@ti.com 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 nsek...@ti.com wrote: Prabhakar, On 3/22/2013 1:33 PM, Prabhakar lad wrote: From: Lad

[PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-25 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patches replaces #if defined() by IS_ENABLED macro, which provides better readability. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Sekhar Nori nsek...@ti.com --- Note: This patch is compile tested only for

Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-26 Thread Prabhakar Lad
Hi Randy, On Mon, Mar 25, 2013 at 7:46 PM, Randy Dunlap rdun...@infradead.org wrote: On 03/25/13 04:21, Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patches replaces #if defined() by IS_ENABLED macro, which provides better readability. Signed-off-by: Lad

Re: [PATCH] ARM: davinci: use is IS_ENABLED macro

2013-03-27 Thread Prabhakar Lad
Hi Sekhar, On Wed, Mar 27, 2013 at 4:13 PM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi, On Mon, 25 Mar 2013 16:51:35 +0530 Prabhakar lad prabhakar.cse...@gmail.com wrote: --- a/arch/arm/mach-davinci/board-da830-evm.c +++ b/arch/arm/mach-davinci/board-da830-evm.c @@ -298,7 +298,7

[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: 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 nsek...@ti.com wrote: Hi Prabhakar, On 3/7/2013 12:44 PM, Prabhakar lad wrote: From: Lad, Prabhakar prabhakar@ti.com export the symbols which are used by two modules vpif_capture and vpif_display. This patch fixes following error

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 nsek...@ti.com wrote: On 2/4/2013 10:37 AM, Prabhakar Lad wrote: Sekhar , On Sun, Feb 3, 2013 at 5:33 PM, Sekhar Nori nsek...@ti.com wrote: On 1/28/2013 7:17 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com Add eth0

[PATCH] davinci: vpbe: fix module build

2013-03-08 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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

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

2013-03-08 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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

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 prabhakar.cse...@gmail.com wrote: Sekhar , On Sun, Feb 3, 2013 at 6:15 PM, Sekhar Nori nsek...@ti.com wrote: On 1/28/2013 7:17 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com The system configuration chip CFGCHIP3

Re: [PATCH] Drivers: staging: media: davinci_vpfe: Use resource_size function

2013-03-10 Thread Prabhakar Lad
prabhakar.cse...@gmail.com Regards, --Prabhakar Lad --- drivers/staging/media/davinci_vpfe/dm365_ipipeif.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipeif.c b/drivers/staging/media/davinci_vpfe/dm365_ipipeif.c index

[GIT PULL FOR v3.9] DaVinci media driver fixes

2013-03-10 Thread Prabhakar Lad
Hi Mauro, Please pull the following patches for Davinci. The first patch fixes module build for VPBE driver and the second patch fixes the module build for VPIF driver. The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are

[GIT PULL FOR v3.10] DaVinci media/tvp514x/ths7353 cleanups and feature enhancement

2013-03-10 Thread Prabhakar Lad
Hi Mauro, Please pull the following patches. A gentle request, can you please pull these patches ASAP as my TI I'd might get shut any movement, so as the mails of patches being queued don’t get bounce. Regards, --Prabhakar Lad The following changes since commit

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

2013-03-06 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar@ti.com 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

[PATCH v4 0/3] Davinci VPSS helper functions for VPFE

2012-11-30 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com This patch series adds helper functions and enables the VPSS and ISP registers required for VPFE to work. Changes for v4: 1: Fixed review comment from Sakari. Manjunath Hadli (3): davinci: vpss: dm365: enable ISP registers davinci: vpss: dm365: set

[PATCH v4 1/3] davinci: vpss: dm365: enable ISP registers

2012-11-30 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com enable the clocks required for VPFE to work in PCCR register, and enbale ISIF out on BCR to get the correct operation from ISIF. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com ---

[PATCH v4 2/3] davinci: vpss: dm365: set vpss clk ctrl

2012-11-30 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com request_mem_region for VPSS_CLK_CTRL register and ioremap. and enable clocks appropriately. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com --- drivers/media/platform/davinci/vpss.c | 15

[PATCH v4 3/3] davinci: vpss: dm365: add vpss helper functions to be used in the main driver for setting hardware parameters

2012-11-30 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add interface functions to set sync polarity, interrupt completion and pageframe size in vpss to be used by the main driver. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com ---

[PATCH v4 0/9] Media Controller capture driver for DM365

2012-11-30 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com The below series of patches have gone through good amount of reviews, and agreed by Laurent, Hans and Sakari to be part of the staging tree. This patch set adds media controller based capture driver for DM365. This driver bases its design on Laurent

[PATCH v4 2/9] davinci: vpfe: add v4l2 video driver support

2012-11-30 Thread Prabhakar Lad
+ * Prabhakar Lad prabhakar@ti.com + */ + +#include linux/module.h +#include linux/slab.h + +#include media/v4l2-ioctl.h + +#include vpfe.h +#include vpfe_mc_capture.h + +/* minimum number of buffers needed in cont-mode */ +#define MIN_NUM_BUFFERS3 + +static int

[PATCH v4 3/9] davinci: vpfe: dm365: add IPIPEIF driver based on media framework

2012-11-30 Thread Prabhakar Lad
General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Contributors: + * Manjunath Hadli manjunath.ha...@ti.com + * Prabhakar Lad prabhakar@ti.com + */ + +#include

[PATCH v4 6/9] davinci: vpfe: dm365: add IPIPE hardware layer support

2012-11-30 Thread Prabhakar Lad
; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Contributors: + * Manjunath Hadli manjunath.ha...@ti.com + * Prabhakar Lad prabhakar@ti.com + */ + +#include dm365_ipipe_hw.h + +#define IPIPE_MODE_CONTINUOUS 0

[PATCH v4 8/9] davinci: vpfe: dm365: add build infrastructure for capture driver

2012-11-30 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add build infrastructure for dm365 specific modules for VPFE capture driver. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com

[PATCH v4 9/9] davinci: vpfe: Add documentation and TODO

2012-11-30 Thread Prabhakar Lad
/null +++ b/drivers/staging/media/davinci_vpfe/davinci-vpfe-mc.txt @@ -0,0 +1,154 @@ +Davinci Video processing Front End (VPFE) driver + +Copyright (C) 2012 Texas Instruments Inc + +Contacts: Manjunath Hadli manjunath.ha...@ti.com + Prabhakar Lad prabhakar@ti.com + + +Introduction

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

2012-12-03 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com This patch series enables VPBE display driver on DM365. Changes for v5: 1: pass different platform names to handle different ip's. 2: Fixed review comments pointed by Sekhar. Changes for v4: 1: Replaced the obsolete preset API by timings API. Changes

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

2012-12-03 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com Create platform devices for various video modules like venc,osd, vpbe and v4l2 driver for dm365. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com --- arch/arm/mach-davinci/board-dm365-evm.c |

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

2012-12-03 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com 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: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com ---

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

2012-12-03 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com This patch series enables VPBE display driver on DM355. Changes for v4: 1: pass different platform names to handle different ip's. Changes for v3: 1: Replaced obsolete preset API by timings API. Changes for v2: 1: Removed VPSS clock alias for master

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

2012-12-03 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com Create platform devices for various video modules like venc,osd, vpbe and v4l2 driver for dm355. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com --- arch/arm/mach-davinci/board-dm355-evm.c |

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

2012-12-03 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add support for V4L2 video display to DM355 EVM. Support for SD modes is provided, along with Composite output Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com ---

[PATCH RFC v2] media: v4l2-ctrl: Add gain controls

2012-12-05 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com add support for per color component digital/analog gain controls and also their corresponding offset. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Sakari Ailus sakari.ai...@iki.fi Cc: Laurent Pinchart

[GIT PULL FOR v3.9] media i2c feature enhancements

2013-02-10 Thread Prabhakar Lad
Hi Mauro, Please pull the following patches for media-i2c. The first patch adds support for ths7353 video amplifier, the second patch adds decoder as media entity and the third and fourth patch enables media controller support usage for tvp7002 and tvp514x respectively. Regards, --Prabhakar Lad

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

2013-02-03 Thread Prabhakar Lad
Sekhar , On Sun, Feb 3, 2013 at 6:15 PM, Sekhar Nori nsek...@ti.com wrote: On 1/28/2013 7:17 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com The system configuration chip CFGCHIP3, controls the emac module. This patch appropriately configures this register for emac

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

2013-02-03 Thread Prabhakar Lad
Sekhar , On Sun, Feb 3, 2013 at 5:33 PM, Sekhar Nori nsek...@ti.com wrote: On 1/28/2013 7:17 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com Add eth0 device tree node information and pinmux for mii to da850 by providing interrupt details and local mac address of eth0

Re: [PATCH] davinci: dm644x: fix enum ccdc_gama_width and enum ccdc_data_size comparision warning

2013-02-05 Thread Prabhakar Lad
Hi Mauro, On Tue, Feb 5, 2013 at 9:54 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Em Wed, 2 Jan 2013 17:23:50 +0530 Lad, Prabhakar prabhakar.cse...@gmail.com escreveu: while the effect is harmless this patch I disagree that this is a harmless warning. It is here for a reason:

[PATCH v2] media: ths7353: add support for ths7353 video amplifier

2013-02-05 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com The patch adds support for THS7353 video amplifier. The the THS7353 amplifier is very much similar to the existing THS7303 video amplifier driver. This patch appropriately makes changes to the existing ths7303 driver and adds support for the THS7353. This

Re: [PATCH v2] media: ths7353: add support for ths7353 video amplifier

2013-02-06 Thread Prabhakar Lad
Hi Hans, Thanks for the review. On Wed, Feb 6, 2013 at 2:33 PM, Hans Verkuil hansv...@cisco.com wrote: Hi Prabhakar, Here is my review. There are a few things that need to be fixed before I can Ack it. OK On Tue 5 February 2013 20:20:21 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar

[PATCH v3] media: ths7353: add support for ths7353 video amplifier

2013-02-06 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar@ti.com The patch adds support for THS7353 video amplifier. The the THS7353 amplifier is very much similar to the existing THS7303 video amplifier driver. This patch appropriately makes changes to the existing ths7303 driver and adds support for the THS7353. This

Re: [PATCH v2] media: add support for decoder as one of media entity types

2013-02-07 Thread Prabhakar Lad
Hi Sylwester, On Thu, Feb 7, 2013 at 5:18 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Prabhakar, On 01/28/2013 12:50 PM, Prabhakar Lad wrote: diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h index 0ef8833..dac06d7 100644 --- a/include/uapi/linux/media.h

[PATCH v3] media: add support for decoder as one of media entity types

2013-02-07 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com A lot of SOCs including Texas Instruments Davinci family mainly use video decoders as input devices. This patch adds a flag 'MEDIA_ENT_T_V4L2_SUBDEV_DECODER' media entity type for decoder's. Along side updates the documentation for this media entity

[PATCH RFC v2] media: tvp514x: add OF support

2013-01-29 Thread Prabhakar Lad
/tvp514x.c @@ -12,6 +12,7 @@ * Hardik Shah hardik.s...@ti.com * Manjunath Hadli m...@ti.com * Karicheri Muralidharan m-kariche...@ti.com + * Prabhakar Lad prabhakar@ti.com * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU

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

2013-02-03 Thread Prabhakar Lad
Hi Sylwester, Thanks for the review. On Sat, Feb 2, 2013 at 4:07 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Prabhakar, On 01/29/2013 02:07 PM, Prabhakar Lad wrote: [...] diff --git a/Documentation/devicetree/bindings/media/i2c/tvp514x.txt b/Documentation/devicetree

Re: [PATCH v2 1/6] ARM: davinci: da850: fix clock lookup for mdio device

2013-02-03 Thread Prabhakar Lad
Sekhar, On Sun, Feb 3, 2013 at 4:44 PM, Sekhar Nori nsek...@ti.com wrote: On 1/28/2013 7:17 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com This patch removes the clock alias for mdio device and adds a entry in clock lookup table, this entry can now be used by both DT

Re: [PATCH v2 2/6] ARM: davinci: da850: add DT node for mdio device

2013-02-03 Thread Prabhakar Lad
Sekhar, On Sun, Feb 3, 2013 at 5:23 PM, Sekhar Nori nsek...@ti.com wrote: On 1/28/2013 7:17 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com Add mdio device tree node information to da850 by providing register details and bus frequency of mdio. Signed-off-by: Lad

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

2013-02-03 Thread Prabhakar Lad
Sekhar, On Sun, Feb 3, 2013 at 6:40 PM, Sekhar Nori nsek...@ti.com wrote: On 2/3/2013 3:43 PM, Prabhakar Lad wrote: Hi Sylwester, Thanks for the review. On Sat, Feb 2, 2013 at 4:07 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Prabhakar, On 01/29/2013 02:07 PM, Prabhakar

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

2013-02-03 Thread Prabhakar Lad
Hi Laurent, On Sun, Feb 3, 2013 at 6:44 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, On Sunday 03 February 2013 15:43:49 Prabhakar Lad wrote: On Sat, Feb 2, 2013 at 4:07 AM, Sylwester Nawrocki wrote: On 01/29/2013 02:07 PM, Prabhakar Lad wrote

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

2013-02-03 Thread Prabhakar Lad
Hi Sylwester, On Sun, Feb 3, 2013 at 6:57 PM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Prabhakar, On 02/03/2013 11:13 AM, Prabhakar Lad wrote: [...] +Required Properties : +- compatible: Must be ti,tvp514x-decoder There are no significant differences among TVP514

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

2013-01-24 Thread Prabhakar Lad
on it and post a v2. Regards, --Prabhakar On Thursday 24 January 2013 14:42:20 Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart

[PATCH 0/2] TVP7002 add support for media controller based usag

2013-01-24 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com The first patch adds a entry MEDIA_ENT_T_V4L2_SUBDEV_DECODER for decoders and second patch adds media controller support for tvp7002 decoder. Manjunath Hadli (2): media: add support for decoder subdevs along with sensor and others media: tvp7002:

[PATCH 1/2] media: add support for decoder subdevs along with sensor and others

2013-01-24 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com A lot of SOCs including Texas Instruments Davinci family mainly use video decoders as input devices. Here the initial subdevice node from where the input really comes is this decoder, for which support is needed as part of the Media Controller

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

2013-01-24 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add pad operations support for g_mbus_fmt, enum_mbus_code, set_pad_format, get_pad_format and media_entity_init. The device supports 1 output pad and no input pads. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar

[PATCH] media: tvp514x: enable TVP514X for media controller based usage

2013-01-25 Thread Prabhakar Lad
/tvp514x.c b/drivers/media/i2c/tvp514x.c index d5e1021..f0a768b 100644 --- a/drivers/media/i2c/tvp514x.c +++ b/drivers/media/i2c/tvp514x.c @@ -12,6 +12,7 @@ * Hardik Shah hardik.s...@ti.com * Manjunath Hadli m...@ti.com * Karicheri Muralidharan m-kariche...@ti.com + * Prabhakar Lad

[PATCH 0/2] Add support THS7353 video amplifier support

2013-01-25 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com This patch series adds driver for THS7353 video amplifier. The first patch of the series adds the chip-id for THS7353 and the second patch adds the driver. Manjunath Hadli (2): media: add chip id for THS7353 media: add support for THS7353 video

[PATCH 1/2] media: add chip id for THS7353

2013-01-25 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com add chip id for THS7353 amplifier. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com --- include/media/v4l2-chip-ident.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH 2/2] media: add support for THS7353 video amplifier

2013-01-25 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com The patch adds support for THS7353 video amplifier. Enable dv_preset support for THS7353 so that setting a HD mode on the host device makes sure appropriate mode in the amplifier is enabled. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com

[PATCH] ARM: davinci: da850: add interrupt-parent property in soc node

2013-01-25 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com This patch adds 'interrupt-parent' property in soc node, so that the child inherits this property, this avoids adding 'interrupt-parent' to each node. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc:

Re: [PATCH 1/2] media: add support for decoder subdevs along with sensor and others

2013-01-25 Thread Prabhakar Lad
Hi Sylwester, On Sat, Jan 26, 2013 at 1:24 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Prahakar, On 01/25/2013 08:01 AM, Prabhakar Lad wrote: From: Manjunath Hadlimanjunath.ha...@ti.com A lot of SOCs including Texas Instruments Davinci family mainly use video decoders

[PATCH v2] media: add support for decoder as one of media entity types

2013-01-28 Thread Prabhakar Lad
From: Manjunath Hadli manjunath.ha...@ti.com A lot of SOCs including Texas Instruments Davinci family mainly use video decoders as input devices. This patch adds a flag 'MEDIA_ENT_T_V4L2_SUBDEV_DECODER' media entity type for decoder's. Along side updates the documentation for this media entity

[PATCH v2 0/6] ARM: davinci: da850: add ethernet driver DT support

2013-01-28 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com This patch set enables Ethernet support through device tree model. This patch set enables mii interface only and is being tested to boot via rootfs. The rmii phy is present on the i2c gpio expander chip (UI board) for which yet support needs to be added,

[PATCH v2 1/6] ARM: davinci: da850: fix clock lookup for mdio device

2013-01-28 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com This patch removes the clock alias for mdio device and adds a entry in clock lookup table, this entry can now be used by both DT and NON DT case. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc:

[PATCH v2 2/6] ARM: davinci: da850: add DT node for mdio device

2013-01-28 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Add mdio device tree node information to da850 by providing register details and bus frequency of mdio. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc:

[PATCH v2 3/6] ARM: davinci: da850: add OF_DEV_AUXDATA entry for mdio.

2013-01-28 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Add OF_DEV_AUXDATA for mdio driver in da850 board dt file to use mdio clock. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com

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

2013-01-28 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Add eth0 device tree node information and pinmux for mii to da850 by providing interrupt details and local mac address of eth0. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org

[PATCH v2 5/6] ARM: davinci: da850: add OF_DEV_AUXDATA entry for eth0.

2013-01-28 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Add OF_DEV_AUXDATA for eth0 driver in da850 board dt file to use emac clock. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com

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

2013-01-28 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com The system configuration chip CFGCHIP3, controls the emac module. This patch appropriately configures this register for emac and sets DA850_MII_MDIO_CLKEN_PIN GPIO pin appropriately. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc:

Re: [PATCH] ARM: davinci: da850: add interrupt-parent property in soc node

2013-01-28 Thread Prabhakar Lad
Sekhar, On Mon, Jan 28, 2013 at 9:03 PM, Sekhar Nori nsek...@ti.com wrote: On 1/25/2013 4:48 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com This patch adds 'interrupt-parent' property in soc node, so that the child inherits this property, this avoids adding 'interrupt

[PATCH 0/2] ARM: davinci: da850: add ethernet driver DT support

2013-01-20 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com This patch set enables Ethernet support through device tree model. Patches are available on [1] for testing. [1] http://git.linuxtv.org/mhadli/v4l-dvb-davinci_devices.git/shortlog/refs/heads/da850_dt Lad, Prabhakar (2): ARM: davinci: da850: add DT

[PATCH 1/2] ARM: davinci: da850: add DT node for eth0.

2013-01-20 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Add eth0 device tree node information to da850 by providing interrupt details and local mac address of eth0. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc:

[PATCH 2/2] ARM: davinci: da850: add OF_DEV_AUXDATA entry for eth0.

2013-01-20 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Add OF_DEV_AUXDATA for eth0 driver in da850 board dt file to use emac clock. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: davinci-linux-open-sou...@linux.davincidsp.com

Re: [PATCH] media: adv7343: accept configuration through platform data

2013-01-21 Thread Prabhakar Lad
Hi Hans, Thanks for the review! On Mon, Jan 21, 2013 at 3:31 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Tue January 15 2013 09:00:53 Lad, Prabhakar wrote: The current code was implemented with some default configurations, this default configuration works on board and doesn't work on other.

[PATCH v2] media: adv7343: accept configuration through platform data

2013-01-21 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com The current code was implemented with some default configurations, this default configuration works on board and doesn't work on other. This patch accepts the configuration through platform data and configures the encoder depending on the data passed.

Re: [PATCH] ARM: davinci: da850 evm: pass platform data for adv7343 encoder

2013-01-22 Thread Prabhakar Lad
Sekhar, On Tue, Jan 15, 2013 at 1:34 PM, Lad, Prabhakar prabhakar.cse...@gmail.com wrote: Without this patch the adv7343 encoder was being set to default configuration which caused display not to work on this board. This patch passes the necessary platform data required for adv7343 encoder to

[GIT PULL for v3.8-rc] DaVinci media fixes for v3.8

2013-01-23 Thread Prabhakar Lad
Hi Mauro, Please pull the following patches which fixes display on DA850 EVM . To avoid conflicts I have included a arm patch, which has been Acked by its maintainer. Fixes : - adv7343 encoder: fix configuring the encoder. - da850: pass data for adv7343 encoder for required

[PATCH RFC] media: tvp514x: add OF support

2013-01-24 Thread Prabhakar Lad
* Manjunath Hadli m...@ti.com * Karicheri Muralidharan m-kariche...@ti.com + * Prabhakar Lad prabhakar@ti.com * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -930,6 +931,50 @@ static

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

2013-01-24 Thread Prabhakar Lad
Hi Heiko, On Thu, Jan 24, 2013 at 4:30 PM, Heiko Schocher h...@denx.de wrote: Hello Prabhakar, On 24.01.2013 10:12, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: Hans Verkuil

Re: [PATCH 9/9] [media] davinci: do not include mach/hardware.h

2013-02-14 Thread Prabhakar Lad
Hi Arnd, Thanks for the patch. On Fri, Feb 15, 2013 at 4:17 AM, Arnd Bergmann a...@arndb.de wrote: It is now possible to build the davinci vpss code on multiplatform kernels, which causes a problem since the driver tries to incude the davinci platform specific mach/hardware.h file.

Re: [PATCH v3] media: ths7353: add support for ths7353 video amplifier

2013-02-14 Thread Prabhakar Lad
Hi Mauro, Thanks for the review. On Thu, Feb 14, 2013 at 12:47 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em Thu, 7 Feb 2013 11:10:28 +0530 Prabhakar lad prabhakar.cse...@gmail.com escreveu: From: Lad, Prabhakar prabhakar@ti.com The patch adds support for THS7353 video

[PATCH v4] media: ths7353: add support for ths7353 video amplifier

2013-02-18 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar@ti.com The patch adds support for THS7353 video amplifier. The the THS7353 amplifier is very much similar to the existing THS7303 video amplifier driver. This patch appropriately makes changes to the existing ths7303 driver and adds support for the THS7353. This

[PATCH v2] media: v4l2-ctrls: add control for test pattern

2012-09-07 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com add V4L2_CID_TEST_PATTERN of type menu, which determines the internal test pattern selected by the device. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Cc: Sakari Ailus sakari.ai...@iki.fi Cc:

Re: [PATCH v2 2/2] ARM: da850/omap-l138: Add EVM specific code for VPIF to work

2012-09-07 Thread Prabhakar Lad
Hi Sekhar, Thanks for the review. On Fri, Sep 7, 2012 at 10:48 PM, Sekhar Nori nsek...@ti.com wrote: Hi Prabhakar, On 8/20/2012 7:38 PM, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com Include the expander settings to select VPIF peripheral on UI card and add

Re: [PATCH v4] media: v4l2-ctrls: add control for dpcm predictor

2012-09-07 Thread Prabhakar Lad
Hi Sakari, On Sat, Sep 8, 2012 at 12:16 AM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Prabhakar, Prabhakar Lad wrote: Hi Sakari, Thanks for the review. On Wednesday 05 September 2012 12:42 AM, Sakari Ailus wrote: Hi Prabhakar, Thanks for the patch. I've got a few comments below

Re: [PATCH v2] media: v4l2-ctrls: add control for test pattern

2012-09-07 Thread Prabhakar Lad
Hi Sakari, Thanks for the review. On Fri, Sep 7, 2012 at 11:50 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Prabhakar, Thanks for the patch! Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com add V4L2_CID_TEST_PATTERN of type menu, which determines the internal test

[PATCH v5] media: v4l2-ctrls: add control for dpcm predictor

2012-09-09 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com add V4L2_CID_DPCM_PREDICTOR control of type menu, which determines the dpcm predictor. The predictor can be either simple or advanced. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by: Hans

[PATCH] media: v4l2-ctrl: add a helper fucntion to modify the menu

2012-09-10 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Sakari Ailus sakari.ai...@iki.fi Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Laurent Pinchart

[PATCH v6] media: v4l2-ctrls: add control for dpcm predictor

2012-09-10 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar@ti.com add V4L2_CID_DPCM_PREDICTOR control of type menu, which determines the dpcm predictor. The predictor can be either simple or advanced. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by: Hans

Re: [PATCH v2 2/2] ARM: da850/omap-l138: Add EVM specific code for VPIF to work

2012-09-10 Thread Prabhakar Lad
Hi Sekhar, On Monday 10 September 2012 02:57 PM, Sekhar Nori wrote: Hi Prabhakar, On 9/7/2012 11:04 PM, Prabhakar Lad wrote: On Fri, Sep 7, 2012 at 10:48 PM, Sekhar Nori nsek...@ti.com wrote: +static struct vpif_subdev_info da850_vpif_capture_sdev_info[] = { +#if defined

<    1   2   3   4   5   6   7   8   9   10   >