[PATCH v6 0/2] Initial Allwinner V3s CSI Support

2018-01-23 Thread Yong Deng
This patchset add initial support for Allwinner V3s CSI. Allwinner V3s SoC features two CSI module. CSI0 is used for MIPI CSI-2 interface and CSI1 is used for parallel interface. This is not documented in datasheet but by test and guess. This patchset implement a v4l2 framework driver and add a

[PATCH v6 2/2] media: V3s: Add support for Allwinner CSI.

2018-01-23 Thread Yong Deng
Allwinner V3s SoC features two CSI module. CSI0 is used for MIPI CSI-2 interface and CSI1 is used for parallel interface. This is not documented in datasheet but by test and guess. This patch implement a v4l2 framework driver for it. Currently, the driver only support the parallel interface.

[PATCH v6 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI)

2018-01-23 Thread Yong Deng
Add binding documentation for Allwinner V3s CSI. Reviewed-by: Rob Herring Signed-off-by: Yong Deng --- .../devicetree/bindings/media/sun6i-csi.txt| 59 ++ 1 file changed, 59 insertions(+) create mode 100644

[bug report] [media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder capture queue

2018-01-23 Thread Dan Carpenter
Hello Andrzej Hajda, The patch 4d0b0ed63660: "[media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder capture queue" from Oct 7, 2015, leads to the following static checker warning: drivers/media/platform/s5p-mfc/s5p_mfc_dec.c:658 vidioc_dqbuf() error: buffer

[bug report] V4L/DVB(7872): mxl5005s: checkpatch.pl compliance

2018-01-23 Thread Dan Carpenter
Hello Steven Toth, The patch d211017b9544: "V4L/DVB(7872): mxl5005s: checkpatch.pl compliance" from May 1, 2008, leads to the following static checker warning: drivers/media/tuners/mxl5005s.c:1817 MXL_BlockInit() warn: both sides of ternary the same: '1'

Re: Tons of input devices for USB camera in monitor

2018-01-23 Thread Bastien Nocera
On Thu, 2017-11-23 at 18:03 +0100, Bastien Nocera wrote: > Hey, > > My monitor, a Dell S2340T, has a builtin webcam. There's no camera > button for it, though that wasn't a problem up until recently. > Did I miss a fix going in for this problem? Do I need to try and > bisect > it? This is still

Re: [PATCH v4 3/9] v4l: platform: Add Renesas CEU driver

2018-01-23 Thread Philippe Ombredanne
On Fri, Jan 12, 2018 at 2:38 PM, jacopo mondi wrote: > Hi Philippe, Laurent, Geert, > > On Fri, Jan 12, 2018 at 11:36:31AM +0100, Philippe Ombredanne wrote: >> On Tue, Jan 9, 2018 at 5:25 PM, Jacopo Mondi >> wrote: >> > Add driver for Renesas

Re: [GIT PULL for 4.16] CIO2 compiler warning fix

2018-01-23 Thread Mauro Carvalho Chehab
Em Wed, 10 Jan 2018 00:35:18 +0200 Sakari Ailus escreveu: > Hi Mauro, > > Here's compile warning fix for the Intel IPU3 CIO2 driver from Arnd. > > Please pull. > > > The following changes since commit e3ee691dbf24096ea51b3200946b11d68ce75361: > > media: ov5640: add

Re: [GIT PULL for 4.16] CIO2 compiler warning fix

2018-01-23 Thread Sakari Ailus
On Tue, Jan 23, 2018 at 10:40:13AM -0200, Mauro Carvalho Chehab wrote: > Em Wed, 10 Jan 2018 00:35:18 +0200 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > Here's compile warning fix for the Intel IPU3 CIO2 driver from Arnd. > > > > Please pull. > > > > > > The

Re: [GIT PULL for 4.16] CIO2 compiler warning fix

2018-01-23 Thread Sakari Ailus
On Tue, Jan 23, 2018 at 10:40:13AM -0200, Mauro Carvalho Chehab wrote: > Em Wed, 10 Jan 2018 00:35:18 +0200 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > Here's compile warning fix for the Intel IPU3 CIO2 driver from Arnd. > > > > Please pull. > > > > > > The

[PATCH] media: dw9714: annotate a __be16 integer value

2018-01-23 Thread Mauro Carvalho Chehab
As warned: drivers/media/i2c/dw9714.c: warning: incorrect type in initializer (different base types): => 64:19 Signed-off-by: Mauro Carvalho Chehab --- drivers/media/i2c/dw9714.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] media: dw9714: annotate a __be16 integer value

2018-01-23 Thread Sakari Ailus
Hi Mauro, On Tue, Jan 23, 2018 at 07:57:14AM -0500, Mauro Carvalho Chehab wrote: > As warned: >drivers/media/i2c/dw9714.c: warning: incorrect type in initializer > (different base types): => 64:19 > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Sakari Ailus

[PULL FOR 4.16] Sensor driver fixes

2018-01-23 Thread Sakari Ailus
Hi Mauro, Here are sensor driver fixes for 4.16, on top of the master branch. Please pull. The following changes since commit e3ee691dbf24096ea51b3200946b11d68ce75361: media: ov5640: add support of RGB565 and YUYV formats (2018-01-05 12:54:14 -0500) are available in the git repository at:

Re: [PATCH v2] media: dw9807: Add dw9807 vcm driver

2018-01-23 Thread Sakari Ailus
Hi Andy, Thanks for the patch. On Tue, Jan 23, 2018 at 12:30:57AM +0800, Andy Yeh wrote: > From: Alan Chiang > > DW9807 is a 10 bit DAC from Dongwoon, designed for linear > control of voice coil motor. > > This driver creates a V4L2 subdevice and > provides control to

Re: [PATCH] media: lirc: Fix uninitialized variable in ir_lirc_transmit_ir()

2018-01-23 Thread Sean Young
On Wed, Jan 10, 2018 at 12:36:23PM +0300, Dan Carpenter wrote: > The "txbuf" is uninitialized when we call ir_raw_encode_scancode() so > this failure path would lead to a crash. Thanks for reporting this issue, however I'm afraid that the issue has already been resolved:

Re: [GIT PULL for 4.16] CIO2 compiler warning fix

2018-01-23 Thread Mauro Carvalho Chehab
Em Tue, 23 Jan 2018 14:56:01 +0200 Sakari Ailus escreveu: > On Tue, Jan 23, 2018 at 10:40:13AM -0200, Mauro Carvalho Chehab wrote: > > Em Wed, 10 Jan 2018 00:35:18 +0200 > > Sakari Ailus escreveu: > > > > > Hi Mauro, > > > > > > Here's compile

[PATCH v2] media: ov5640: add JPEG support

2018-01-23 Thread Hugues Fruchet
Add YUV422 encoded JPEG support. Signed-off-by: Hugues Fruchet --- version 2: - Revisit code as per Sakari suggestions: - fix lock scheme - fix switch back to non-JPEG output while sensor powered See

cron job: media_tree daily build: ERRORS

2018-01-23 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: Wed Jan 24 05:00:20 CET 2018 media-tree git hash:4852fdca8818972d0ea5b5ce7114da628f9954a4 media_build

Darlehensangebot

2018-01-23 Thread 58094776
Schönen Tag, Sie benötigen einen echten Kredit online Ihre Rechnungen zu sichern? Startet ein neues Unternehmen? Sie benötigen einen persönlichen Kredit oder Business-Darlehen? Wir bieten ein Darlehen von € 10.000 bis € 500,000.000.00 mit 2% Zinsen pro Jahr und auch mit einem erschwinglichen

[PATCH] staging: imx-media-vdic: fix inconsistent IS_ERR and PTR_ERR

2018-01-23 Thread Gustavo A. R. Silva
Fix inconsistent IS_ERR and PTR_ERR in vdic_get_ipu_resources. The proper pointer to be passed as argument is ch. This issue was detected with the help of Coccinelle. Fixes: 0b2e9e7947e7 ("media: staging/imx: remove confusing IS_ERR_OR_NULL usage") Signed-off-by: Gustavo A. R. Silva

Re: [PATCH] staging: media: remove unused VIDEO_ATOMISP_OV8858 kconfig

2018-01-23 Thread Greg Kroah-Hartman
On Tue, Jan 23, 2018 at 07:31:27PM +0200, Andy Shevchenko wrote: > On Tue, Jan 23, 2018 at 4:37 PM, Corentin Labbe wrote: > > Nothing in kernel use VIDEO_ATOMISP_OV8858 since commit 3a81c7660f80 > > ("media: staging: atomisp: Remove IMX sensor support") > > Lets remove this

Re: [PATCH] staging: media: remove unused VIDEO_ATOMISP_OV8858 kconfig

2018-01-23 Thread Andy Shevchenko
On Tue, Jan 23, 2018 at 4:37 PM, Corentin Labbe wrote: > Nothing in kernel use VIDEO_ATOMISP_OV8858 since commit 3a81c7660f80 ("media: > staging: atomisp: Remove IMX sensor support") > Lets remove this kconfig option. First of all, I hardly understand how that change is

[PATCH] ov13858: Use false for boolean value

2018-01-23 Thread Gustavo A. R. Silva
Assign true or false to boolean variables instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva --- drivers/media/i2c/ov13858.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] venus: hfi: use true for boolean values

2018-01-23 Thread Gustavo A. R. Silva
Assign true or false to boolean variables instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva --- drivers/media/platform/qcom/venus/hfi_msgs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH] dib700: stop flooding system ring buffer

2018-01-23 Thread Enrico Mioso
Stop flooding system ring buffer with messages like: dib0700: stk7700ph_xc3028_callback: unknown command 2, arg 0 while tuning an Asus My Cinema-U3000Hybrid dvb card. The correctness of this patch is opinable, but it's annoying me so much I sent it anyway. CC: linux-media@vger.kernel.org CC:

[PATCH] staging: media: remove unused VIDEO_ATOMISP_OV8858 kconfig

2018-01-23 Thread Corentin Labbe
Nothing in kernel use VIDEO_ATOMISP_OV8858 since commit 3a81c7660f80 ("media: staging: atomisp: Remove IMX sensor support") Lets remove this kconfig option. Signed-off-by: Corentin Labbe --- drivers/staging/media/atomisp/i2c/Kconfig | 12 1 file changed, 12

Re: [PATCHv2 2/9] media: convert g/s_parm to g/s_frame_interval in subdevs

2018-01-23 Thread jacopo mondi
Hi Hans, On Mon, Jan 22, 2018 at 01:31:18PM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > --- a/drivers/media/platform/atmel/atmel-isi.c > +++ b/drivers/media/platform/atmel/atmel-isi.c > @@ -689,22 +689,14 @@ static int isi_g_parm(struct file *file, void *fh, >

Re: [PATCHv2 2/9] media: convert g/s_parm to g/s_frame_interval in subdevs

2018-01-23 Thread Hans Verkuil
On 23/01/18 15:47, jacopo mondi wrote: > Hi Hans, > > On Mon, Jan 22, 2018 at 01:31:18PM +0100, Hans Verkuil wrote: >> From: Hans Verkuil >> >> --- a/drivers/media/platform/atmel/atmel-isi.c >> +++ b/drivers/media/platform/atmel/atmel-isi.c >> @@ -689,22 +689,14 @@ static