[linuxtv-media:master 247/250] arch/mips/include/asm/uaccess.h:445:32: warning: initialization makes integer from pointer without a cast

2018-07-26 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 343b23a7c6b6680ef949e6112a4ee60688acf39d commit: f863ce990030cfc5a57a490b4613be4a523ffce1 [247/250] media: dvb: get rid of VIDEO_SET_SPU_PALETTE config: mips-fuloong2e_defconfig (attached as .config) compiler: mips64el-linux-gnuabi64-gcc

cron job: media_tree daily build: ERRORS

2018-07-26 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: Fri Jul 27 05:00:19 CEST 2018 media-tree git hash:343b23a7c6b6680ef949e6112a4ee60688acf39d media_build

[PATCH] media: video-i2c: hwmon: fix return value from amg88xx_hwmon_init()

2018-07-26 Thread Matt Ranostay
PTR_ERR was making any pointer passed an error pointer, and should be replaced with PTR_ERR_OR_ZERO which checks if is an actual error condition. Signed-off-by: Matt Ranostay --- drivers/media/i2c/video-i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

photos for your company

2018-07-26 Thread Jan
I would like to contact the person that manages your images for your company? We provide different services that makes your images and pictures to look good. For the images to be more attractive, we services such as background image cut out, clipping path, shadow adding (drop shadow, reflection

your website photos

2018-07-26 Thread Jan
I would like to contact the person that manages your images for your company? We provide different services that makes your images and pictures to look good. For the images to be more attractive, we services such as background image cut out, clipping path, shadow adding (drop shadow, reflection

Re: Logspam with "two consecutive events of type space" on gpio-ir-recv and meson-ir

2018-07-26 Thread Matthias Reichl
Hi Sean, On Wed, Jul 25, 2018 at 09:21:00PM +0100, Sean Young wrote: > Hi Hias, > > On Sat, Jul 21, 2018 at 09:04:21PM +0200, Matthias Reichl wrote: > > Hi Sean, > > > > I noticed that on 4.18-rc5 I get dmesg logspam with > > "rc rc0: two consecutive events of type space" on gpio-ir-recv > >

Re: [git:media_tree/master] media: uvcvideo: Add KSMedia 8-bit IR format support

2018-07-26 Thread Paul Menzel
Dear Mauro, On 07/26/18 17:03, Mauro Carvalho Chehab wrote: > This is an automatic generated email to let you know that the following patch > were queued: > > Subject: media: uvcvideo: Add KSMedia 8-bit IR format support > Author: Laurent Pinchart > Date:Wed Mar 21 05:16:40 2018 -0400 >

media: dvbsky: issues with DVBSky T680CI

2018-07-26 Thread Peter
Hi Mauro, the last two commits on drivers/media/usb/dvb-usb-v2/dvbsky.c have negative effects on the operation of the DVBSky T680CI. With kernel 4.18-rc6, but commits 7d95fb746c4eece67308f1642a666ea1ebdbd2cc and 14f4eaeddabce65deba2e1346efccf80f666f7b7 undone the device works. Commit 14f4eaed

[GIT PULL] [RESEND] urgent em28xx bug fixes for immediate merge

2018-07-26 Thread Michael Ira Krufky
...previous email failed to indicate `em28xx` branch. My bad. Please merge. The following changes since commit 7ba2eb72f843fb79de1857a39f9a7e8006f8133b: media: dib0700: add code comment (2018-07-25 14:55:59 -0400) are available in the Git repository at:

[GIT PULL FOR v4.19] uvcvideo changes

2018-07-26 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 7ba2eb72f843fb79de1857a39f9a7e8006f8133b: media: dib0700: add code comment (2018-07-25 14:55:59 -0400) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git uvc/next for you to fetch changes up to

Re: [PATCH v9] uvcvideo: send a control event when a Control Change interrupt arrives

2018-07-26 Thread Guennadi Liakhovetski
Hi Laurent, Thanks. Now we can get to the next one: https://patchwork.linuxtv.org/patch/46184/ - without that one nobody can get complete D4XX metadata. After I get your comments to it I'll address them together with Sakari's ones. Thanks Guennadi On Thu, 26 Jul 2018, Laurent Pinchart wrote:

[PULL] urgent em28xx bug fixes for immediate merge

2018-07-26 Thread Michael Ira Krufky
This is a resend of https://patchwork.linuxtv.org/patch/51227/ - I forgot to include an email subject in the pull request :-/ Hello Mauro, The following three patches from Brad Love are urgently needed for merge ASAP. One just removes a duplicated PID, so it's not as important but should be

Re: [PATCH v9] uvcvideo: send a control event when a Control Change interrupt arrives

2018-07-26 Thread Laurent Pinchart
Hi Guennadi, Thank you for the patch. On Thursday, 26 July 2018 11:17:53 EEST Guennadi Liakhovetski wrote: > From: Guennadi Liakhovetski > > UVC defines a method of handling asynchronous controls, which sends a > USB packet over the interrupt pipe. This patch implements support for > such

[no subject]

2018-07-26 Thread Michael Ira Krufky
Hello Mauro, The following three patches from Brad Love are urgently needed for merge ASAP. One just removes a duplicated PID, so it's not as important but should be merged ASAP nonetheless. The other two fix an OOPS along with broken dual transport streaming operation. Please merge ASAP. The

[PATCH v9] uvcvideo: send a control event when a Control Change interrupt arrives

2018-07-26 Thread Guennadi Liakhovetski
From: Guennadi Liakhovetski UVC defines a method of handling asynchronous controls, which sends a USB packet over the interrupt pipe. This patch implements support for such packets by sending a control event to the user. Since this can involve USB traffic and, therefore, scheduling, this has to

vicodec: current -> cur

2018-07-26 Thread Hans Verkuil
'current' is also defined in asm-generic/current.h. When compiling this driver for older kernels with the media_build system, this header is included via compat.h and it no longer compiles. Rename current to cur. Signed-off-by: Hans Verkuil --- diff --git

Re: [PATCH v8 2/3] uvcvideo: send a control event when a Control Change interrupt arrives

2018-07-26 Thread Guennadi Liakhovetski
Hi Laurent, Thanks for the diff. I'm about to go over it and check your comments, but I cannot seem to find a git tree with your current stack. Particularly, you wanted to apply patches 1 and 3 from this series before applying this one, so, I'd prefer to work on top of the same tree as you to