cron job: media_tree daily build: OK

2016-03-05 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: Sun Mar 6 04:00:23 CET 2016 git branch: test git hash: de08b5a8be0df1eb7c796b0fe6b30cf1d03d14a6 gcc

Re: Kernel docs: muddying the waters a bit

2016-03-05 Thread Mauro Carvalho Chehab
Em Fri, 04 Mar 2016 15:09:09 +0100 Johannes Stezenbach escreveu: > On Fri, Mar 04, 2016 at 09:59:50AM -0300, Mauro Carvalho Chehab wrote: > > > > 3) I tried to use a .. cssclass, as Johannes suggested, but > > I was not able to include the CSS file. I suspect that this is > >

Re: [PATCH v3 0/8] i2c mux cleanup and locking update

2016-03-05 Thread Wolfram Sang
> Perhaps it's one to let sit into at least the next cycle (and get some testing > on those media devices if we can) but, whilst it is fiddly the gains seen in > individual drivers (like the example Peter put in response to the V4 series) > make it look worthwhile to me. Also, whilst the

Re: [PATCHv12 05/17] HID: add HDMI CEC specific keycodes

2016-03-05 Thread Dmitry Torokhov
On Sat, Mar 05, 2016 at 09:44:24AM +0100, Hans Verkuil wrote: > Hi Dmitry, > > On 03/04/2016 08:58 PM, Dmitry Torokhov wrote: > > On Wed, Feb 10, 2016 at 01:51:39PM +0100, Hans Verkuil wrote: > >> +#define KEY_AUDIO_DESC0x26e > >> +#define KEY_3D_MODE

Re: [PATCH v3 0/8] i2c mux cleanup and locking update

2016-03-05 Thread Jonathan Cameron
On 02/03/16 17:29, Wolfram Sang wrote: > On Fri, Jan 08, 2016 at 04:04:48PM +0100, Peter Rosin wrote: >> From: Peter Rosin >> >> Hi! >> >> [doing a v3 even if there is no "big picture" feedback yet, but >> previous versions has bugs that make them harder to test than >> needed,

Re: Linux Media Summit in April, 7 - San Diego - CA - USA

2016-03-05 Thread Mauro Carvalho Chehab
Em Sat, 05 Mar 2016 10:54:58 -0500 Michael Ira Krufky escreveu: > On Sat, Mar 5, 2016 at 10:08 AM, Mauro Carvalho Chehab > wrote: > > As discussed on our IRC #v4l channel at Freenode, we'll be running a 1-day > > Linux Media Summit in San Diego on

Re: Linux Media Summit in April, 7 - San Diego - CA - USA

2016-03-05 Thread Michael Ira Krufky
On Sat, Mar 5, 2016 at 10:08 AM, Mauro Carvalho Chehab wrote: > As discussed on our IRC #v4l channel at Freenode, we'll be running a 1-day > Linux Media Summit in San Diego on Aug, 7, just after the Embedded > Linux Conference. > > Feel free to submit relevant topics

Linux Media Summit in April, 7 - San Diego - CA - USA

2016-03-05 Thread Mauro Carvalho Chehab
As discussed on our IRC #v4l channel at Freenode, we'll be running a 1-day Linux Media Summit in San Diego on Aug, 7, just after the Embedded Linux Conference. Feel free to submit relevant topics related to the Linux Kernel support for media, in order to help us to build the workshop's agenda

Re: [RFC] Representing hardware connections via MC

2016-03-05 Thread Mauro Carvalho Chehab
Em Thu, 03 Mar 2016 12:10:18 +0200 Laurent Pinchart escreveu: > > 4) The concept of splitting up multiplexed connectors has been in use in > > V4L2 since the beginning. Without, to my knowledge, causing any problems on > > either the driver or application side.

Re: [RFC] Representing hardware connections via MC

2016-03-05 Thread Mauro Carvalho Chehab
Em Thu, 03 Mar 2016 01:18:46 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > On Wednesday 02 March 2016 16:31:54 Mauro Carvalho Chehab wrote: > > Em Wed, 02 Mar 2016 19:33:26 +0100 Hans Verkuil escreveu: > > > On 03/02/2016 01:08 PM, Mauro Carvalho Chehab

Re: [RFC] Representing hardware connections via MC

2016-03-05 Thread Mauro Carvalho Chehab
Em Thu, 03 Mar 2016 00:58:31 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > (Disclaimer: There are lots of thoughts in this e-mail, sometimes in a bit of > a random order. I would thus recommend reading through it completely before > starting to write a

[GIT PULL for v4.5] media fixes

2016-03-05 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.5-4 For: - some last time changes before we stablize the new entity function integer numbers at uAPI; - probe: fix erroneous return value on i2c/adp1653 driver. - fix tx 5v

Re: [PATCH v4 3/4] media: Add type field to struct media_entity

2016-03-05 Thread Mauro Carvalho Chehab
Em Fri, 4 Mar 2016 22:18:50 +0200 Laurent Pinchart escreveu: > Code that processes media entities can require knowledge of the > structure type that embeds a particular media entity instance in order > to cast the entity to the proper object type. This

Re: [PATCH] [media] hide unused functions for !MEDIA_CONTROLLER

2016-03-05 Thread Mauro Carvalho Chehab
Em Fri, 4 Mar 2016 17:34:43 -0700 Shuah Khan escreveu: > On 03/04/2016 05:06 PM, Arnd Bergmann wrote: > > Some functions in the au0828 driver are only used when > > CONFIG_MEDIA_CONTROLLER > > is enabled, and otherwise defined as empty functions: > > > >

Re: [PATCH v4 0/4] media: Add entity types

2016-03-05 Thread Sakari Ailus
Laurent Pinchart wrote: Hello, This patch series adds a type field to the media entity structure. It is a resend of v3 rebased on top of the latest media master branch, with acks collected and spelling mistakes fixed. I have dropped patches 5 to 7 as they don't depend on 1-4 and Hans would like

[PATCH v2] [media] media-device: map new functions into old types for legacy API

2016-03-05 Thread Mauro Carvalho Chehab
The legacy media controller userspace API exposes entity types that carry both type and function information. The new API replaces the type with a function. It preserves backward compatibility by defining legacy functions for the existing types and using them in drivers. This works fine, as long

Re: [TRIVIAL PATCH] treewide: Remove unnecessary 0x prefixes before %pa extension uses

2016-03-05 Thread Mauro Carvalho Chehab
Em Fri, 4 Mar 2016 23:46:32 -0800 Joe Perches escreveu: > Since commit 3cab1e711297 ("lib/vsprintf: refactor duplicate code > to special_hex_number()") %pa uses have been ouput with a 0x prefix. > > These 0x prefixes in the formats are unnecessary. > > Signed-off-by: Joe

Re: [PATCH v5 22/22] sound/usb: Use Media Controller API to share media resources

2016-03-05 Thread Mauro Carvalho Chehab
Em Wed, 2 Mar 2016 09:50:31 -0700 Shuah Khan escreveu: > Change ALSA driver to use Media Controller API to > share media resources with DVB and V4L2 drivers > on a AU0828 media device. Media Controller specific > initialization is done after sound card is registered. >

Re: [PATCH] [media] media-device: map new functions into old types for legacy API

2016-03-05 Thread Mauro Carvalho Chehab
Em Fri, 04 Mar 2016 22:34:04 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Friday 04 March 2016 07:43:37 Mauro Carvalho Chehab wrote: > > The media-ctl tool, on versions <= 1.10 relies on detecting the > > media_type to

Re: [PATCHv12 05/17] HID: add HDMI CEC specific keycodes

2016-03-05 Thread Hans Verkuil
Hi Dmitry, On 03/04/2016 08:58 PM, Dmitry Torokhov wrote: > On Wed, Feb 10, 2016 at 01:51:39PM +0100, Hans Verkuil wrote: >> From: Kamil Debski >> >> Add HDMI CEC specific keycodes to the keycodes definition. >> >> Signed-off-by: Kamil Debski >> Signed-off-by:

Re: DVBSky T980C CI issues (kernel 4.0.x)

2016-03-05 Thread Torbjorn Jansson
that worked a bit better. first some dmesg output for reference: [ 15.002224] cx25840 11-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) [ 15.019548] cx23885_dvb_register() allocating 1 frontend(s) [ 15.021444] cx23885[0]: cx23885 based dvb card [ 15.169994] i2c i2c-10:

Re: [PATCH v2] media: add prefixes to interface types

2016-03-05 Thread Hans Verkuil
On 03/04/2016 10:14 PM, Shuah Khan wrote: > Add missing prefixes for DVB, V4L, and ALSA interface types. > > Signed-off-by: Shuah Khan Acked-by: Hans Verkuil Thanks! Hans > --- > > Changes since v1: > Addresses Hans's comments on