cron job: media_tree daily build: ERRORS

2018-06-25 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: Tue Jun 26 05:00:13 CEST 2018 media-tree git hash:f2809d20b9250c675fca8268a0f6274277cca7ff media_build

[PATCH] [libdvbv5] basic support for videoX and audioX devices

2018-06-25 Thread Robert Paciorek
Hi, currently libdvbv5 generate warning about ignoring dvb output devices (videoX and audioX): WARNING Ignoring device /dev/dvb/adapter0/audio0 WARNING Ignoring device /dev/dvb/adapter0/video0 and does not allow search and open those devices. DVB output device are used (for

Proof Of Payment

2018-06-25 Thread kit
Proof Of Payment. View your payment funds. FBI Director Christopher A. Wray Director Since August 2, 2017 - Present __ This email has been scanned by the Symantec Email Security.cloud service.

Proof Of Payment

2018-06-25 Thread kit
Proof Of Payment. View your payment funds. FBI Director Christopher A. Wray Director Since August 2, 2017 - Present __ This email has been scanned by the Symantec Email Security.cloud service.

Re: Software-only image processing for Intel "complex" cameras

2018-06-25 Thread Mauro Carvalho Chehab
Em Mon, 25 Jun 2018 09:48:56 + "Zheng, Jian Xu" escreveu: > Hi Mauro, > > > -Original Message- > > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > > ow...@vger.kernel.org] On Behalf Of Mauro Carvalho Chehab > > Sent: Friday, June 22, 2018 5:41 AM > > To:

Re: Grant

2018-06-25 Thread M. M. Fridman
-- I Mikhail Fridman has selected you specially as one of my beneficiaries for my Charitable Donation. Reply as soon as possible with further directives. Best Regards, Mikhail Fridman.

[PATCH] em28xx: disable null packet filter for WinTVdualHD

2018-06-25 Thread Robert Schlabbach
This patch disables the null packet filter for the Hauppauge WinTV-dualHD. There are applications which require the unfiltered transport stream (e.g. DOCSIS segment load analyzers). Tests showed that the device is capable of delivering two unfiltered EuroDOCSIS 3.0 transport streams

[PATCH] em28xx: fix dual transport stream capture hanging

2018-06-25 Thread Robert Schlabbach
On my Marvell Kirkwood system with a Hauppauge WinTV dualHD USB, trying to use both tuners at the same time always resulted in the device not delivering any stream at all anymore, no matter in which order the tuners were started. I tracked this down to the usb_set_interface() call in the function

RE: Software-only image processing for Intel "complex" cameras

2018-06-25 Thread Zheng, Jian Xu
Hi Mauro, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Mauro Carvalho Chehab > Sent: Friday, June 22, 2018 5:41 AM > To: mario.limoncie...@dell.com > Cc: pa...@ucw.cz; nico...@ndufresne.ca;

Re: [RESEND PATCH v1 0/2] Add a property in at24.c

2018-06-25 Thread Andy Shevchenko
On Mon, Jun 25, 2018 at 11:02 AM, Sakari Ailus wrote: > Hi Alan, > On Mon, Jun 25, 2018 at 03:29:41PM +0800, alanx.chi...@intel.com wrote: Agreed on all Sakari's comments against the series. -- With Best Regards, Andy Shevchenko

Re: [RESEND PATCH v1 2/2] dt-bindings: at24: Add address-width property

2018-06-25 Thread Sakari Ailus
On Mon, Jun 25, 2018 at 03:29:43PM +0800, alanx.chi...@intel.com wrote: > From: "alanx.chiang" > > The AT24 series chips use 8-bit address by default. If some > chips would like to support more than 8 bits, the at24 driver > should be added the compatible field for specfic chips. > > Provide a

Re: [RESEND PATCH v1 1/2] eeprom: at24: Add support for address-width property

2018-06-25 Thread Sakari Ailus
On Mon, Jun 25, 2018 at 03:29:42PM +0800, alanx.chi...@intel.com wrote: > From: "alanx.chiang" > > Provide a flexible way to determine the addressing bits of eeprom. > It doesn't need to add acpi or i2c ids for specific modules. > > Signed-off-by: Alan Chiang > Signed-off-by: Andy Yeh >

Re: [RESEND PATCH v1 0/2] Add a property in at24.c

2018-06-25 Thread Sakari Ailus
Hi Alan, On Mon, Jun 25, 2018 at 03:29:41PM +0800, alanx.chi...@intel.com wrote: > From: "alanx.chiang" > > In at24.c, it uses 8-bit addressing by default. In this patch, > add a property address-width that provides a flexible method to > pass the information to driver so that don't need to add

[RESEND PATCH v1 1/2] eeprom: at24: Add support for address-width property

2018-06-25 Thread alanx . chiang
From: "alanx.chiang" Provide a flexible way to determine the addressing bits of eeprom. It doesn't need to add acpi or i2c ids for specific modules. Signed-off-by: Alan Chiang Signed-off-by: Andy Yeh Reviewed-by: Sakari Ailus Reviewed-by: Andy Shevchenko Reviewed-by: Rajmohan Mani ---

[RESEND PATCH v1 2/2] dt-bindings: at24: Add address-width property

2018-06-25 Thread alanx . chiang
From: "alanx.chiang" The AT24 series chips use 8-bit address by default. If some chips would like to support more than 8 bits, the at24 driver should be added the compatible field for specfic chips. Provide a flexible way to determine the addressing bits through address-width in this patch.

[RESEND PATCH v1 0/2] Add a property in at24.c

2018-06-25 Thread alanx . chiang
From: "alanx.chiang" In at24.c, it uses 8-bit addressing by default. In this patch, add a property address-width that provides a flexible method to pass the information to driver so that don't need to add the acpi or i2c ids for specific module. alanx.chiang (2): eeprom: at24: Add support for