Re: [RESEND] fence: add missing descriptions for fence

2016-04-11 Thread Sumit Semwal
Hi Luis, On 12 April 2016 at 04:03, Luis de Bethencourt wrote: > On 11/04/16 21:09, Gustavo Padovan wrote: >> Hi Luis, >> >> 2016-04-11 Luis de Bethencourt : >> >>> The members child_list and active_list were added to the fence struct >>> without

cron job: media_tree daily build: OK

2016-04-11 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 Apr 12 04:00:21 CEST 2016 git branch: test git hash: bc5ccdbc990debbcae4602214dddc8d5fd38b01d gcc

[PATCH] media: remove Managed Media Interfaces

2016-04-11 Thread Shuah Khan
Remove Managed Media Interfaces: media_device_get_devres() media_device_find_devres() Using these interfaces leads to use-after-free race conditions on the shared media device during media device unregister by drivers using it. Signed-off-by: Shuah Khan ---

Re: [RESEND] fence: add missing descriptions for fence

2016-04-11 Thread Luis de Bethencourt
On 11/04/16 21:09, Gustavo Padovan wrote: > Hi Luis, > > 2016-04-11 Luis de Bethencourt : > >> The members child_list and active_list were added to the fence struct >> without descriptions for the Documentation. Adding these. >> >> Fixes: b55b54b5db33 ("staging/android:

Re: [PATCH v2 1/8] i2c-mux: add common core data for every mux instance

2016-04-11 Thread Wolfram Sang
Hi Vladimir, > > I'll try to find some time to review the whole changeset carefully, > > in fact I briefly reviewed it two months ago, but I didn't find > > anything obviously wrong that time. > > Please put that on hold until I have rebased ontop of v4.6-rc1 and > changed a couple of other

Re: [PATCH v6 01/24] i2c-mux: add common data for every i2c-mux instance

2016-04-11 Thread Wolfram Sang
Hi Peter, first high-level review: > +int i2c_mux_reserve_adapters(struct i2c_mux_core *muxc, int adapters) I'd suggest to rename 'adapters' into 'num_adapters' throughout this patch. I think it makes the code a lot easier to understand. > +{ > + struct i2c_adapter **adapter; > + > +

Re: Question regarding internal webcams of tablet devices

2016-04-11 Thread Daniel Glöckner
On Mon, Mar 14, 2016 at 12:16:55PM +0100, Dennis Wassenberg wrote: > do you know where I can get the source code of these drivers for > Baytrail, Anniedale or Cherrytrail? I am not familiar with the Android > kernel. I checked git://git.code.sf.net/p/android-x86/kernel but could > not find any PCI

Re: [RESEND] fence: add missing descriptions for fence

2016-04-11 Thread Gustavo Padovan
Hi Luis, 2016-04-11 Luis de Bethencourt : > The members child_list and active_list were added to the fence struct > without descriptions for the Documentation. Adding these. > > Fixes: b55b54b5db33 ("staging/android: remove struct sync_pt") > Signed-off-by: Luis de

Re: gstreamer: v4l2videodec plugin

2016-04-11 Thread Nicolas Dufresne
Le lundi 11 avril 2016 à 15:11 +0300, Stanimir Varbanov a écrit : > adding gstreamer-devel > > On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: > > > > Hi, > > > > I'm working on QCOM v4l2 video decoder/encoder driver and in order > > to > > test its functionalities I'm using gstreamer

Re: [PATCH v6 00/24] i2c mux cleanup and locking update

2016-04-11 Thread Wolfram Sang
> can obviously take forever. At the same time, many of the patches are kind > of mechanical, and feels rather safe. I agree about the mechanical stuff, thus my suggestion. We do what we can about testing and reviewing. And once it reaches linux-next (hopefully next week latest), test coverage

Re: [PATCH] [media] em28xx_dvb: add support for PLEX PX-BCUD (ISDB-S usb dongle)

2016-04-11 Thread Satoshi Nagahama
Hi Mauro, You said the following to Budi Rachmanto: > No, you should not add your credits here. You're just adding some new board > definitions, not rewriting a significant amount of the driver. The credits > of your work will be preserved via the git log. A gold rule we use in > Kernel when

Re: [PATCH v6 00/24] i2c mux cleanup and locking update

2016-04-11 Thread Peter Rosin
Hi! On 2016-04-11 14:39, Wolfram Sang wrote: Hi Peter, To summarize the series, there's some i2c-mux infrastructure cleanup work first (I think that part stands by itself as desireable regardless), the locking changes are in 16/24 and after with the real meat in 18/24. There is some

Re: gstreamer: v4l2videodec plugin

2016-04-11 Thread Víctor M . Jáquez L .
On 04/11/16 at 03:11pm, Stanimir Varbanov wrote: > adding gstreamer-devel > > On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: > > Hi, > > > > I'm working on QCOM v4l2 video decoder/encoder driver and in order to > > test its functionalities I'm using gstreamer v4l2videodec plugin. I am > > able

Re: [PATCH v6 00/24] i2c mux cleanup and locking update

2016-04-11 Thread Wolfram Sang
Hi Peter, > To summarize the series, there's some i2c-mux infrastructure cleanup work > first (I think that part stands by itself as desireable regardless), the > locking changes are in 16/24 and after with the real meat in 18/24. There > is some documentation added in 19/24 while 20/24 and after

Re: gstreamer: v4l2videodec plugin

2016-04-11 Thread Stanimir Varbanov
adding gstreamer-devel On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: > Hi, > > I'm working on QCOM v4l2 video decoder/encoder driver and in order to > test its functionalities I'm using gstreamer v4l2videodec plugin. I am > able to use the v4l2videodec plugin with MMAP, now I want to try the

Re: Backport a Security Fix for CVE-2015-7833 to v4.1

2016-04-11 Thread Vladis Dronov
Hello, I apologize for intercepting, but I believe commit 588afcc1 should not be accepted and reverted in the trees where it was. Reasons: https://patchwork.linuxtv.org/patch/32798/ or https://www.spinics.net/lists/linux-media/msg96936.html Best regards, Vladis Dronov | Red Hat, Inc. |

gstreamer: v4l2videodec plugin

2016-04-11 Thread Stanimir Varbanov
Hi, I'm working on QCOM v4l2 video decoder/encoder driver and in order to test its functionalities I'm using gstreamer v4l2videodec plugin. I am able to use the v4l2videodec plugin with MMAP, now I want to try the dmabuf export from v4l2 and import dmabuf buffers to glimagesink. I upgraded gst to

[RESEND] fence: add missing descriptions for fence

2016-04-11 Thread Luis de Bethencourt
The members child_list and active_list were added to the fence struct without descriptions for the Documentation. Adding these. Fixes: b55b54b5db33 ("staging/android: remove struct sync_pt") Signed-off-by: Luis de Bethencourt Reviewed-by: Javier Martinez Canillas

Fwd: [PATCH] em28xx: add support for Hauppauge WinTV-dualHD DVB tuner

2016-04-11 Thread Olli Salonen
Hi Christian, Thanks for reporting back your experience. Certainly there's a chance of supporting the second tuner too. There are still two issues that I have not solved: 1. I haven't gotten the 2nd tuner working yet (alone, without the first tuner), even if I think all the pieces of the puzzle

Re: [PATCH] em28xx: add support for Hauppauge WinTV-dualHD DVB tuner

2016-04-11 Thread Christian Steiner
On 04.04.2016 17:12, Olli Salonen wrote: > Hauppauge WinTV-dualHD is a USB 2.0 dual DVB-T/T2/C tuner with > following components: > > USB bridge: Empia EM28274 (chip id is the same as EM28174) > Demodulator: 2x Silicon Labs Si2168-B40 > Tuner: 2x Silicon Labs Si2157-A30 > > This patch adds