cron job: media_tree daily build: ERRORS

2016-11-17 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 Nov 18 05:00:15 CET 2016 media-tree git hash:9e3d073009d271b694a1187414663fa89b968523 media_build

Re: [PATCH v4 1/3] media: Media Device Allocator API

2016-11-17 Thread Shuah Khan
Hi Sakari, Thanks for a quick review. On 11/17/2016 04:12 PM, Sakari Ailus wrote: > Hi Shuah, > > On Wed, Nov 16, 2016 at 07:29:09AM -0700, Shuah Khan wrote: >> Media Device Allocator API to allows multiple drivers share a media device. >> Using this API, drivers can allocate a media device

Re: [PATCH v4 1/3] media: Media Device Allocator API

2016-11-17 Thread Sakari Ailus
Hi Shuah, On Wed, Nov 16, 2016 at 07:29:09AM -0700, Shuah Khan wrote: > Media Device Allocator API to allows multiple drivers share a media device. > Using this API, drivers can allocate a media device with the shared struct > device as the key. Once the media device is allocated by a driver,

Re: [PATCH] dvb: gp8psk: specify license using MODULE_LICENSE

2016-11-17 Thread Mauro Carvalho Chehab
Em Thu, 17 Nov 2016 20:57:36 +0100 Uwe Kleine-König escreveu: > This fixes > WARNING: modpost: missing MODULE_LICENSE() in > drivers/media/dvb-frontends/gp8psk-fe.o > see include/linux/module.h for more information > > Fixes: 7a0786c19d65 ("gp8psk: Fix DVB

Re: [PATCH 1/2] devicetree/bindings: display: Add bindings for LVDS panels

2016-11-17 Thread Laurent Pinchart
Hi Rob, On Friday 14 Oct 2016 07:40:14 Rob Herring wrote: > On Sun, Oct 9, 2016 at 11:33 AM, Laurent Pinchartwrote: > > On Saturday 08 Oct 2016 20:29:39 Rob Herring wrote: > >> On Tue, Oct 04, 2016 at 07:23:29PM +0300, Laurent Pinchart wrote: > >>> LVDS is a physical layer specification defined

[PATCH] dvb: gp8psk: specify license using MODULE_LICENSE

2016-11-17 Thread Uwe Kleine-König
This fixes WARNING: modpost: missing MODULE_LICENSE() in drivers/media/dvb-frontends/gp8psk-fe.o see include/linux/module.h for more information Fixes: 7a0786c19d65 ("gp8psk: Fix DVB frontend attach") Signed-off-by: Uwe Kleine-König ---

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread Linus Torvalds
On Thu, Nov 17, 2016 at 3:07 AM, Arnd Bergmann wrote: > > [adding Linus for clarification] > > I understood the concern as being about binary files that you cannot > modify with classic 'patch', which is a separate issue. No. That is how I *noticed* the issue. Those stupid pdf

Re: [RFC] v4l2 support for thermopile devices

2016-11-17 Thread Sakari Ailus
Hi Matt and Hans,, On Wed, Nov 02, 2016 at 11:10:41PM -0700, Matt Ranostay wrote: > On Fri, Oct 28, 2016 at 7:59 PM, Matt Ranostay > wrote: > > On Fri, Oct 28, 2016 at 2:53 PM, Hans Verkuil wrote: > >> Hi Matt, > >> > >> On 28/10/16 22:14, Matt

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread James Bottomley
On Thu, 2016-11-17 at 13:16 -0200, Mauro Carvalho Chehab wrote: > Hi Ted, > > Em Thu, 17 Nov 2016 09:52:44 -0500 > Theodore Ts'o escreveu: > > > On Thu, Nov 17, 2016 at 12:07:15PM +0100, Arnd Bergmann wrote: > > > [adding Linus for clarification] > > > > > > I understood the

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread Theodore Ts'o
On Thu, Nov 17, 2016 at 12:07:15PM +0100, Arnd Bergmann wrote: > [adding Linus for clarification] > > I understood the concern as being about binary files that you cannot > modify with classic 'patch', which is a separate issue. I think the other complaint is that the image files aren't "source"

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread Johannes Berg
> So, the problem that remains is for those images whose source > is a bitmap. If we want to stick with the Sphinx supported formats, > we have only two options for bitmaps: jpg or png. We could eventually > use uuencode or base64 to make sure that the patches won't use > git binary diff

Re: ir-keytable: infinite loops, segfaults

2016-11-17 Thread Sean Young
On Wed, Nov 16, 2016 at 09:52:58PM +1100, Vincent McIntyre wrote: > I have a fairly old dvico dual digital 4 tuner and remote. > There seem to be some issues with support for it, can I help fix them? > > I am using ir-keytable 1.10.0-1 on Ubuntu 16.04 LTS, > with kernel 4.4.0-47-generic (package

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread Mauro Carvalho Chehab
Hi Ted, Em Thu, 17 Nov 2016 09:52:44 -0500 Theodore Ts'o escreveu: > On Thu, Nov 17, 2016 at 12:07:15PM +0100, Arnd Bergmann wrote: > > [adding Linus for clarification] > > > > I understood the concern as being about binary files that you cannot > > modify with classic 'patch',

Re: [PATCH 2/2] Add basic support for DW CSI-2 Host IPK

2016-11-17 Thread Sakari Ailus
Hi Ramiro, Thank you for the patchset. Please see my comments below. If you've got a CSI-2 receiver, why do you use the DV timing presets? What do you use those for? On Mon, Nov 14, 2016 at 02:20:23PM +, Ramiro Oliveira wrote: > Add support for basic configuration of the DW CSI-2 Host IPK >

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread Mauro Carvalho Chehab
Em Thu, 17 Nov 2016 12:07:15 +0100 Arnd Bergmann escreveu: > On Wednesday, November 16, 2016 6:26:33 PM CET Mauro Carvalho Chehab wrote: > > Em Wed, 16 Nov 2016 17:03:47 +0100 > > Arnd Bergmann escreveu: > > > > > On Tuesday, November 8, 2016 8:50:36 AM CET

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread Mauro Carvalho Chehab
Em Thu, 17 Nov 2016 13:28:29 +0200 Jani Nikula escreveu: > On Thu, 17 Nov 2016, Arnd Bergmann wrote: > > On Wednesday, November 16, 2016 6:26:33 PM CET Mauro Carvalho Chehab wrote: > > > >> Em Wed, 16 Nov 2016 17:03:47 +0100 > >> Arnd Bergmann

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread Linus Torvalds
On Thu, Nov 17, 2016 at 8:02 AM, Linus Torvalds wrote: > > No. That is how I *noticed* the issue. Those stupid pdf binary files > have been around forever, I just didn't notice until the Fedora people > started complaining about the patches. Side note: my release

RE: [PATCH 2/5] media: i2c: max2175: Add MAX2175 support

2016-11-17 Thread Ramesh Shanmugasundaram
Hi Rob, Thanks for the review comments. > On Wed, Nov 09, 2016 at 03:44:41PM +, Ramesh Shanmugasundaram wrote: > > This patch adds driver support for MAX2175 chip. This is Maxim > > Integrated's RF to Bits tuner front end chip designed for > > software-defined radio solutions. This driver

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-17 Thread Laurent Pinchart
Hi Edgar, On Tuesday 15 Nov 2016 20:18:56 Edgar Thier wrote: > Hi Laurent, > > > Which device(s) support these formats ? > > As mentioned in my last mail, I took the freedom and uploaded the lsusb > -v output for 3 cameras with > bayer 16-bit patterns. You can find them here: > >

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread Jani Nikula
On Thu, 17 Nov 2016, Arnd Bergmann wrote: > On Wednesday, November 16, 2016 6:26:33 PM CET Mauro Carvalho Chehab wrote: >> Em Wed, 16 Nov 2016 17:03:47 +0100 >> Arnd Bergmann escreveu: >> >> > On Tuesday, November 8, 2016 8:50:36 AM CET Mauro Carvalho Chehab wrote:

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-17 Thread Arnd Bergmann
On Wednesday, November 16, 2016 6:26:33 PM CET Mauro Carvalho Chehab wrote: > Em Wed, 16 Nov 2016 17:03:47 +0100 > Arnd Bergmann escreveu: > > > On Tuesday, November 8, 2016 8:50:36 AM CET Mauro Carvalho Chehab wrote: > > > It basically calls ImageMagick "convert" tool for all png

Re: [PATCH v3 3/9] media: venus: adding core part and helper functions

2016-11-17 Thread Stanimir Varbanov
Hi Hans, On 11/14/2016 12:25 PM, Hans Verkuil wrote: > On 11/14/2016 11:11 AM, Stanimir Varbanov wrote: >> Hi Hans, >> >> >> > >> +void vidc_vb2_stop_streaming(struct vb2_queue *q) >> +{ >> +struct venus_inst *inst = vb2_get_drv_priv(q); >> +struct venus_core