Re: [PATCH v1 4/5] ARM: dts: stm32: Enable DCMI support on STM32F746 MCU

2017-07-01 Thread kbuild test robot
Hi Hugues, [auto build test ERROR on linuxtv-media/master] [cannot apply to v4.12-rc7 next-20170630] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Dear user

2017-07-01 Thread ADMIN
-- Dear user Your mailbox has exceeded the storage limit of 20GB set by the administrator, you are currently running at 20.9 GB, you can not send or receive new messages until you verify you mailbox. Re-validate your account by mail, please fill and Send the data below to verify and update

RE: [PATCH v3 1/1] i2c: Add Omnivision OV5670 5M sensor support

2017-07-01 Thread Rapolu, Chiranjeevi
Thanks Sakari for the review comments, v4 submitted with review comments incorporated. And, my responses are embedded below. -Original Message- >From: Sakari Ailus [mailto:sakari.ai...@iki.fi] >Sent: Wednesday, June 14, 2017 4:00 PM >To: Rapolu, Chiranjeevi

[PATCH v4 1/1] i2c: Add Omnivision OV5670 5M sensor support

2017-07-01 Thread chiranjeevi . rapolu
From: Chiranjeevi Rapolu Provides single source pad with up to 2592x1944 pixels at 10-bit raw bayer format over MIPI CSI2 two lanes at 840Mbps/lane. The driver supports following features: - up to 30fps at 5M pixels - manual exposure - digital/analog gain -

Re: [PATCH] [media] solo6x10: fix detection of TW2864B chips

2017-07-01 Thread Andrey Utkin
On Sat, Jul 01, 2017 at 03:26:01PM +0400, Anton Sviridenko wrote: > This patch enables support for non-Bluecherry labeled solo6110 > based PCI cards which have 3 x TW2864B chips and one TW2865. > These cards are displayed by lspci -nn as > > "Softlogic Co., Ltd. SOLO6110 H.264 Video

Re: [PATCH 2/2] rc-main: remove input events for repeat messages

2017-07-01 Thread Sean Young
On Thu, Jun 22, 2017 at 09:24:00PM +0200, David Härdeman wrote: > Protocols like NEC generate around 10 repeat events per second. > > The input events are not very useful for userspace but still waste power > by waking up every listener. So let's remove them (MSC_SCAN events > are still generated

[PATCH] media: vb2 dma-sg: Constify dma_buf_ops structures.

2017-07-01 Thread Arvind Yadav
dma_buf_ops are not supposed to change at runtime. All functions working with dma_buf_ops provided by work with const dma_buf_ops. So mark the non-const structs as const. File size before: textdata bss dec hex filename 5238 112 4535414ea

[PATCH] media: vb2 vmalloc: Constify dma_buf_ops structures.

2017-07-01 Thread Arvind Yadav
dma_buf_ops are not supposed to change at runtime. All functions working with dma_buf_ops provided by work with const dma_buf_ops. So mark the non-const structs as const. File size before: textdata bss dec hex filename 3171 192 03363 d23

[PATCH] [media] solo6x10: fix detection of TW2864B chips

2017-07-01 Thread Anton Sviridenko
This patch enables support for non-Bluecherry labeled solo6110 based PCI cards which have 3 x TW2864B chips and one TW2865. These cards are displayed by lspci -nn as "Softlogic Co., Ltd. SOLO6110 H.264 Video encoder/decoder [9413:6110]" Bluecherry cards have 4 x TW2864A. According to datasheet

[PATCH] media: vb2 dma-contig: Constify dma_buf_ops structures.

2017-07-01 Thread Arvind Yadav
dma_buf_ops are not supposed to change at runtime. All functions working with dma_buf_ops provided by work with const dma_buf_ops. So mark the non-const structs as const. File size before: textdata bss dec hex filename 6035 272 0630718a3