Re: [PATCH] media: staging: davinci: remove vpfe driver

2019-07-24 Thread Lad, Prabhakar
drivers/staging/media/davinci_vpfe/vpfe_mc_capture.h > delete mode 100644 drivers/staging/media/davinci_vpfe/vpfe_video.c > delete mode 100644 drivers/staging/media/davinci_vpfe/vpfe_video.h > Acked-by: Lad, Prabhakar Regards, --Prabhakar Lad ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v2 3/8] media: v4l2-async: simplify v4l2_async_subdev structure

2017-12-20 Thread Lad, Prabhakar
by: Philipp Zabel <p.za...@pengutronix.de> > Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> > --- > drivers/media/platform/am437x/am437x-vpfe.c| 6 +++--- For above: Acked-by: Lad, Prabhakar <prabhakar.cse...@gmail.com> Cheers, --Prabha

Re: [PATCH] media: use unsigned for pad index

2016-01-05 Thread Lad, Prabhakar
Mauro Carvalho Chehab <mche...@osg.samsung.com> > --- > drivers/staging/media/davinci_vpfe/dm365_ipipeif.c | 2 +- > drivers/staging/media/davinci_vpfe/dm365_isif.c| 2 +- > drivers/staging/media/davinci_vpfe/dm365_resizer.c | 2 +- For the above: Acked-by: Lad, Prabhakar <prabh

Re: [PATCH] Clarify expression which uses both multiplication and pointer dereference

2015-05-18 Thread Lad, Prabhakar
On Mon, May 18, 2015 at 7:51 AM, Michal Kubecek mkube...@suse.cz wrote: On Sun, May 17, 2015 at 07:18:42PM +0200, Alex Dowad wrote: This fixes a checkpatch style error in vpfe_buffer_queue_setup. Signed-off-by: Alex Dowad alexinbeij...@gmail.com ---

Re: [PATCH v2 1/4] staging: sm750fb: wrong type for print

2015-03-09 Thread Lad, Prabhakar
On Mon, Mar 9, 2015 at 7:35 AM, Sudip Mukherjee sudipm.mukher...@gmail.com wrote: mention correct format specifier while printing. fixes all the build warnings about incorrect argument type while printing. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- V2: Giedrius commented

Re: [PATCH v2 3/4] staging: sm750fb: correctly define SM750LE_REVISION_ID

2015-03-09 Thread Lad, Prabhakar
On Mon, Mar 9, 2015 at 7:35 AM, Sudip Mukherjee sudipm.mukher...@gmail.com wrote: check if it is already defined before defining SM750LE_REVISION_ID again and at the same time mention correct data type. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- v2: removed the redundant cast

[PATCH] hyperv: fix sparse warnings

2015-02-05 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch fixes following sparse warnings: netvsc.c:688:5: warning: symbol 'netvsc_copy_to_send_buf' was not declared. Should it be static? rndis_filter.c:627:5: warning: symbol 'rndis_filter_set_offload_params' was not declared. Should

Re: use of opaque subject lines

2015-02-05 Thread Lad, Prabhakar
On Thu, Feb 5, 2015 at 5:57 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Feb 05, 2015 at 04:57:09PM +, Lad, Prabhakar wrote: On Thu, Feb 5, 2015 at 4:30 PM, Al Viro v...@zeniv.linux.org.uk wrote: On Mon, Feb 02, 2015 at 08:13:10PM +0100, Andreas Ruprecht wrote

Re: [PATCH RFC] staging: media: davinci_vpfe: drop condition with no effect

2015-01-29 Thread Lad, Prabhakar
On Mon, Jan 26, 2015 at 7:27 AM, Nicholas Mc Guire der.h...@hofr.at wrote: As the if and else branch body are identical the condition has no effect and can be dropped. Signed-off-by: Nicholas Mc Guire der.h...@hofr.at Acked-by: Lad, Prabhakar prabhakar.cse...@gmail.com Regards, --Prabhakar

Re: [PATCH] staging: fix davinci_vpfe: fix space prohibted before that ','

2015-01-20 Thread Lad, Prabhakar
Hi, On Wed, Jan 21, 2015 at 4:52 AM, Ahmad Hassan ahmad.hassan...@gmail.com wrote: This patch fixes the following checkpatch.pl error: fix space prohibited before that ',' at line 904 Thanks for the patch, but there already exists a patch [1] fixing this. [1]

Re: [PATCH] staging: davinci_vpfe: fix space prohibited before semicolon warning

2015-01-20 Thread Lad, Prabhakar
Hi, Thanks for the patch. On Wed, Jan 14, 2015 at 9:46 PM, Aya Mahfouz mahfouz.saif.elya...@gmail.com wrote: This patch fixes the following checkpatch.pl warning: space prohibited before semicolon Signed-off-by: Aya Mahfouz mahfouz.saif.elya...@gmail.com Acked-by: Lad, Prabhakar

[PATCH] media: davinci_vpfe: dm365_resizer: fix sparse warning

2014-04-29 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch fixes following sparse warning, dm365_resizer.c:223:1: warning: symbol 'resizer_calculate_resize_ratios' was not declared. Should it be static? dm365_resizer.c:313:5: warning: symbol 'resizer_configure_output_win' was not declared