Re: [PATCH 1/2] [media] atmel-isc: add the Image Sensor Controller code

2016-04-13 Thread Wu, Songjun
on v4.6-rc3 next-20160413] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Songjun-Wu/atmel-isc-add-driver-for-Atmel-ISC/20160413-155337 base: git://linuxtv.org/media_tree.git master config

更多关于我的信息在

2016-04-13 Thread 更多关于我的信息在
你的老朋友邀你来Q群:343257759 抢红包 抢秒杀 抢vip 什么都要抢。太刺激了。不靠手气只拼手速

[PATCH V3 13/29] media: use parity8 in vivid-vbi-gen.c

2016-04-13 Thread zengzhaoxiu
From: Zhaoxiu Zeng Signed-off-by: Zhaoxiu Zeng --- drivers/media/platform/vivid/vivid-vbi-gen.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/media/platform/vivid/vivid-vbi-gen.c

[PATCH V3 14/29] media: use parity functions in saa7115

2016-04-13 Thread zengzhaoxiu
From: Zhaoxiu Zeng Signed-off-by: Zhaoxiu Zeng --- drivers/media/i2c/saa7115.c | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/drivers/media/i2c/saa7115.c b/drivers/media/i2c/saa7115.c index d2a1ce2..4c22df8

cron job: media_tree daily build: ERRORS

2016-04-13 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Thu Apr 14 04:00:23 CEST 2016 git branch: test git hash: ecb7b0183a89613c154d1bea48b494907efbf8f9 gcc

Re: tvp5150 regression after commit 9f924169c035

2016-04-13 Thread Javier Martinez Canillas
Hello Wolfram, On 04/12/2016 06:32 PM, Wolfram Sang wrote: > >> I'll try to find some time next week to dig deeper on this. Just >> thought that may be related to the issue you found but it seems >> that's not the case. > > Any updates on this? > Sorry, I've been sick and then busy with other

Re: [PATCHv2 1/2] v4l2-ioctl: simplify code

2016-04-13 Thread Mauro Carvalho Chehab
Em Wed, 13 Apr 2016 23:51:45 +0200 Hans Verkuil escreveu: > On 04/13/2016 09:57 PM, Mauro Carvalho Chehab wrote: > > Em Mon, 21 Mar 2016 09:47:59 +0100 > > Hans Verkuil escreveu: > > > >> From: Hans Verkuil > >> > >> Instead of

Re: [PATCHv2 1/2] v4l2-ioctl: simplify code

2016-04-13 Thread Hans Verkuil
On 04/13/2016 09:57 PM, Mauro Carvalho Chehab wrote: > Em Mon, 21 Mar 2016 09:47:59 +0100 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Instead of a big if at the beginning, just check if g_selection == NULL >> and call the cropcap op

[PATCH] [media] vsp1: make vsp1_drm_frame_end static

2016-04-13 Thread Mauro Carvalho Chehab
As reported by smatch: drivers/media/platform/vsp1/vsp1_drm.c:39:6: warning: no previous prototype for 'vsp1_drm_frame_end' [-Wmissing-prototypes] void vsp1_drm_frame_end(struct vsp1_pipeline *pipe) Fixes: ef9621bcd664 ("[media] v4l: vsp1: Store the display list manager in the

[PATCH] [media] cx231xx: return proper error codes at cx231xx-417.c

2016-04-13 Thread Mauro Carvalho Chehab
Instead of returning -1, return valid error codes. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/cx231xx/cx231xx-417.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/media/usb/cx231xx/cx231xx-417.c

[PATCH] [media] cx231xx: return proper error codes at cx231xx-417.c

2016-04-13 Thread Mauro Carvalho Chehab
Instead of returning -1, return valid error codes. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/cx231xx/cx231xx-417.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/media/usb/cx231xx/cx231xx-417.c

Re: [PATCHv2 1/2] v4l2-ioctl: simplify code

2016-04-13 Thread Mauro Carvalho Chehab
Em Mon, 21 Mar 2016 09:47:59 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Instead of a big if at the beginning, just check if g_selection == NULL > and call the cropcap op immediately and return the result. > > No functional changes in this

[PATCH] [media] exynos-gsc: remove an always false condition

2016-04-13 Thread Mauro Carvalho Chehab
As reported by smatch: drivers/media/platform/exynos-gsc/gsc-core.c:1073 gsc_probe() warn: impossible condition '(gsc->id < 0) => (0-65535 < 0)' drivers/media/platform/exynos-gsc/gsc-core.c: In function 'gsc_probe': drivers/media/platform/exynos-gsc/gsc-core.c:1073:51: warning: comparison is

Re: [PATCH 1/2] [media] atmel-isc: add the Image Sensor Controller code

2016-04-13 Thread kbuild test robot
Hi Songjun, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.6-rc3 next-20160413] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Songjun-Wu/atmel-isc-add-driver

Re: [PATCH] uvc: Fix bytesperline calculation for planar YUV

2016-04-13 Thread Nicolas Dufresne
Le mercredi 13 avril 2016 à 17:36 +0300, Laurent Pinchart a écrit : > Hi Nicolas, > > Thank you for the patch. > > On Thursday 07 Jan 2016 15:43:48 Nicolas Dufresne wrote: > > > > The formula used to calculate bytesperline only works for packed > > format. > > So far, all planar format we

Re: libdvbv5 licencing

2016-04-13 Thread Russel Winder
On Tue, 2016-04-12 at 11:19 -0300, Mauro Carvalho Chehab wrote: […] > Yes. We had some discussions in the past to re-license it to LGPL, > if this is going to be used by some other OSS project that would > require that. Most of the code was written by me, and, in the past > the other developers

Re: [PATCH] uvc: Fix bytesperline calculation for planar YUV

2016-04-13 Thread Laurent Pinchart
Hi Nicolas, Thank you for the patch. On Thursday 07 Jan 2016 15:43:48 Nicolas Dufresne wrote: > The formula used to calculate bytesperline only works for packed format. > So far, all planar format we support have their bytesperline equal to > the image width (stride of the Y plane or a line of Y

Re: [PATCH 1/7] [media]: v4l: add Mediatek MT21 video block format

2016-04-13 Thread Nicolas Dufresne
Le mercredi 13 avril 2016 à 20:01 +0800, Tiffany Lin a écrit : > From: Daniel Kurtz > > Mediatek video format is YVU8_420_2PLANE_PACK8_PROGRESSIVE. > > Create V4L2_PIX_FMT_MT21 and DRM_FORMAT_MT21 to be consistent with > V4L2_PIX_FMT_NV12 notation. > > Signed-off-by:

Re: [PATCH v6 01/24] i2c-mux: add common data for every i2c-mux instance

2016-04-13 Thread Peter Rosin
Hi! On 2016-04-11 22:46, Wolfram Sang wrote: > Hi Peter, > > first high-level review: > >> +int i2c_mux_reserve_adapters(struct i2c_mux_core *muxc, int adapters) > > I'd suggest to rename 'adapters' into 'num_adapters' throughout this > patch. I think it makes the code a lot easier to

Re: [PATCH 1/2] [media] atmel-isc: add the Image Sensor Controller code

2016-04-13 Thread kbuild test robot
Hi Songjun, [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.6-rc3 next-20160413] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Songjun-Wu/atmel-isc-add

[PATCH 4/7] [media] vcodec: mediatek: Add Mediatek H264 Video Decoder Driver

2016-04-13 Thread Tiffany Lin
Add h264 driver for MT8173 Signed-off-by: PC Chen Signed-off-by: Tiffany Lin --- drivers/media/platform/mtk-vcodec/Makefile |5 +- .../media/platform/mtk-vcodec/vdec/vdec_h264_if.c | 487

[PATCH 2/7] dt-bindings: Add a binding for Mediatek Video Decoder

2016-04-13 Thread Tiffany Lin
Add a DT binding documentation of Video Decoder for the MT8173 SoC from Mediatek. Signed-off-by: Tiffany Lin --- .../devicetree/bindings/media/mediatek-vcodec.txt | 50 ++-- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git

[PATCH 5/7] [media] vcodec: mediatek: Add Mediatek VP8 Video Decoder Driver

2016-04-13 Thread Tiffany Lin
Add vp8 decoder driver for MT8173 Signed-off-by: PC Chen Signed-off-by: Tiffany Lin --- drivers/media/platform/mtk-vcodec/Makefile |1 + .../media/platform/mtk-vcodec/vdec/vdec_vp8_if.c | 630

[PATCH 3/7] [Media] vcodec: mediatek: Add Mediatek V4L2 Video Decoder Driver

2016-04-13 Thread Tiffany Lin
Add v4l2 layer decoder driver for MT8173 Signed-off-by: Tiffany Lin --- drivers/media/platform/mtk-vcodec/Makefile | 10 +- drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c | 1429 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.h |

[PATCH 1/7] [media]: v4l: add Mediatek MT21 video block format

2016-04-13 Thread Tiffany Lin
From: Daniel Kurtz Mediatek video format is YVU8_420_2PLANE_PACK8_PROGRESSIVE. Create V4L2_PIX_FMT_MT21 and DRM_FORMAT_MT21 to be consistent with V4L2_PIX_FMT_NV12 notation. Signed-off-by: Tiffany Lin --- include/uapi/drm/drm_fourcc.h |1 +

[PATCH 0/7] Add MT8173 Video Decoder Driver

2016-04-13 Thread Tiffany Lin
== Introduction == The purpose of this series is to add the driver for video codec hw embedded in the Mediatek's MT8173 SoCs. Mediatek Video Codec is able to handle video decoding of in a range of formats. This patch series add Mediatek block format V4L2_PIX_FMT_MT21,

[PATCH 6/7] [media] vcodec: mediatek: Add Mediatek VP9 Video Decoder Driver

2016-04-13 Thread Tiffany Lin
Add vp9 decoder driver for MT8173 Signed-off-by: Tiffany Lin --- drivers/media/platform/mtk-vcodec/Makefile |1 + .../media/platform/mtk-vcodec/vdec/vdec_vp9_if.c | 1108 drivers/media/platform/mtk-vcodec/vdec_drv_if.c|3 + 3

[PATCH 7/7] arm64: dts: mediatek: Add Video Encoder for MT8173

2016-04-13 Thread Tiffany Lin
Add video decoder node for MT8173 Signed-off-by: Tiffany Lin --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 38 ++ 1 file changed, 38 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi

Re: [PATCH 1/2] [media] atmel-isc: add the Image Sensor Controller code

2016-04-13 Thread kbuild test robot
Hi Songjun, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.6-rc3 next-20160413] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Songjun-Wu/atmel-isc-add-driver

Dr. Desoto Reik Sali Reply

2016-04-13 Thread Dr. Desoto Reik Sali
Hello, I sent you this copy, please consider & Reply Please pardon me for contacting you through this medium; I am compelled to do so for some reason. I am an account officer by status. One of my client who had certain sum deposited with us but had died some years back made me to

Re: [PATCH] [media] rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT

2016-04-13 Thread Sean Young
On Wed, Apr 13, 2016 at 02:07:49PM +0800, kbuild test robot wrote: > Hi Sean, > > [auto build test ERROR on linuxtv-media/master] > [also build test ERROR on v4.6-rc3 next-20160412] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url:

Re: [PATCH] atmel-isc: fix compare_const_fl.cocci warnings

2016-04-13 Thread Wu, Songjun
Accept. Thank you for your comments. On 4/13/2016 16:49, Julia Lawall wrote: Move constants to the right of binary operators. Generated by: scripts/coccinelle/misc/compare_const_fl.cocci CC: Songjun Wu Signed-off-by: Fengguang Wu Signed-off-by:

Re: [PATCH] atmel-isc: fix platform_no_drv_owner.cocci warnings

2016-04-13 Thread Wu, Songjun
Accept. Thank you for your comments. On 4/13/2016 16:46, Julia Lawall wrote: Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Songjun Wu Signed-off-by: Fengguang Wu

[PATCH] atmel-isc: fix compare_const_fl.cocci warnings

2016-04-13 Thread Julia Lawall
Move constants to the right of binary operators. Generated by: scripts/coccinelle/misc/compare_const_fl.cocci CC: Songjun Wu Signed-off-by: Fengguang Wu Signed-off-by: Julia Lawall --- Up to you. Seems a tiny bit more

[PATCH] atmel-isc: fix platform_no_drv_owner.cocci warnings

2016-04-13 Thread Julia Lawall
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Songjun Wu Signed-off-by: Fengguang Wu Signed-off-by: Julia Lawall --- atmel-isc.c |

[PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC

2016-04-13 Thread Songjun Wu
The Image Sensor Controller driver includes two parts. 1) Driver code to implement the ISC function. 2) Device tree binding documentation, it describes how to add the ISC in device tree. Songjun Wu (2): [media] atmel-isc: add the Image Sensor Controller code [media] atmel-isc: DT binding

[PATCH 1/2] [media] atmel-isc: add the Image Sensor Controller code

2016-04-13 Thread Songjun Wu
Add driver for the Image Sensor Controller. It manages incoming data from a parallel based CMOS/CCD sensor. It has an internal image processor, also integrates a triple channel direct memory access controller master interface. Signed-off-by: Songjun Wu ---

[no subject]

2016-04-13 Thread Mrs.Susan Davies
PLEASE OPEN THE ATTACHMENT AND GET BACK TO ME AS SOON AS POSSIBLE MY BELOVED ONE..doc Description: MS-Word document

Re: [PATCH] [media] rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT

2016-04-13 Thread kbuild test robot
Hi Sean, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.6-rc3 next-20160412] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: