TW2866 i2c driver and solo6x10

2016-07-27 Thread Marty Plummer
I have one of those rebranded chinese security dvrs, the ones with all the gaping security holes. I'd like to fix that up and setup a good rtsp server on it, but first comes low-level stuff, drivers and such. I've been squinting at the pcb and ID'ing chips for a bit now, and I've figured most of

cron job: media_tree daily build: WARNINGS

2016-07-27 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: Thu Jul 28 04:00:26 CEST 2016 git branch: test git hash: 009a620848218d521f008141c62f56bf19294dd9 gcc

Re: [GIT PULL for v4.8-rc1] media updates part II: documentation

2016-07-27 Thread Stephen Backway
Mauro, Are these doc-rst changes planned to be applied to the linux-media tree? (https://git.linuxtv.org/media_tree.git/tree/Documentation) As at the moment if you follow the linux-media build instructions to develop and send patches, you do not see the new doc-rst files and therefore cannot

Re: [PATCH] doc-rst: Remove the media docbook

2016-07-27 Thread Jonathan Corbet
On Wed, 27 Jul 2016 06:32:31 -0300 Mauro Carvalho Chehab wrote: > This patch should be applied after Linus handle my media documentation > pull request. Do you prefer to send the patch yourself, or if I do it? If you want it to go up for 4.8, just go ahead and send it

Re: pwc over musb: 100% frame drop (lost) on high resolution stream

2016-07-27 Thread Matwey V. Kornilov
Hello, I've just biseced commit, which introduced this issue commit f551e13529833e052f75ec628a8af7b034af20f9 Author: Bin Liu Date: Mon Apr 25 15:53:30 2016 -0500 Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half" I have not checked yet,

Re: [PATCH] [media] dw2102: Add support for Terratec Cinergy S2 USB BOX

2016-07-27 Thread Benjamin Larsson
On 07/18/2016 01:59 PM, Mauro Carvalho Chehab wrote: It would be nice if both Philipp and Benjamin test such patch, for us to be sure that it would work for both. Regards, Mauro I added it to the dvbsky driver so I guess that Philipp has to do the testing. MvH Benjamin Larsson -- To

hello linux

2016-07-27 Thread JULIAN GARDNER
Good morning linux http://test.professioneelinhuren.nl/individual.php?similar=yd1yds72wx3zd6gv JULIAN -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at

[GIT PULL for v4.8-rc1] media updates part II: documentation

2016-07-27 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.8-4 For media documentation updates. This patch series does the conversion of all media documentation stuff to Restrutured Text markup format and add them to the

Re: [GIT PULL for v4.8-rc1] media updates part II: documentation

2016-07-27 Thread Mauro Carvalho Chehab
Em Wed, 27 Jul 2016 11:53:16 +0200 Hans Verkuil escreveu: > Hi Mauro, Linus, > > On 07/27/2016 11:23 AM, Mauro Carvalho Chehab wrote: > > Hi Linus, > > > > Please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media > > tags/media/v4.8-4 > >

Re: Memory freeing when dmabuf fds are exported with VIDIOC_EXPBUF

2016-07-27 Thread Laurent Pinchart
Hello Kobayashi-san, (CC'ing Hans Verkuil and Marek Szyprowski) On Wednesday 27 Jul 2016 16:51:47 Kazunori Kobayashi wrote: > Hi, > > I have a question about memory freeing by calling REQBUF(0) before all the > dmabuf fds exported with VIDIOC_EXPBUF are closed. > > In calling REQBUF(0),

Re: [PATCH] doc-rst: Remove the media docbook

2016-07-27 Thread Hans Verkuil
On 07/27/2016 11:32 AM, Mauro Carvalho Chehab wrote: > Now that all media documentation was converted to Sphinx, we > should get rid of the old DocBook one, as we don't want people > to submit patches against the old stuff. > > Signed-off-by: Mauro Carvalho Chehab

Re: [GIT PULL for v4.8-rc1] media updates part II: documentation

2016-07-27 Thread Hans Verkuil
Hi Mauro, Linus, On 07/27/2016 11:23 AM, Mauro Carvalho Chehab wrote: > Hi Linus, > > Please pull from: > git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media > tags/media/v4.8-4 > > For media documentation updates. > > This patch series does the conversion of all media

[PATCH] doc-rst: Remove the media docbook

2016-07-27 Thread Mauro Carvalho Chehab
Now that all media documentation was converted to Sphinx, we should get rid of the old DocBook one, as we don't want people to submit patches against the old stuff. Signed-off-by: Mauro Carvalho Chehab --- Jon, This patch should be applied after Linus handle my media

[GIT PULL for v4.8-rc1] media updates part II: documentation

2016-07-27 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.8-4 For media documentation updates. This patch series does the conversion of all media documentation stuff to Restrutured Text markup format and add them to the

Memory freeing when dmabuf fds are exported with VIDIOC_EXPBUF

2016-07-27 Thread Kazunori Kobayashi
Hi, I have a question about memory freeing by calling REQBUF(0) before all the dmabuf fds exported with VIDIOC_EXPBUF are closed. In calling REQBUF(0), videobuf2-core returns -EBUSY when the reference count of a vb2 buffer is more than 1. When dmabuf fds are not exported (usual V4L2_MEMORY_MMAP

Re: media: vb2-dma-contig: fix sizeof(pointer) allocation

2016-07-27 Thread Marek Szyprowski
Hi Alexey On 2016-07-27 09:37, Alexey Dobriyan wrote: Signed-off-by: Alexey Dobriyan A fix for this issue has been already queued: https://patchwork.linuxtv.org/patch/35582/ --- drivers/media/v4l2-core/videobuf2-dma-contig.c |2 +- 1 file changed, 1

media: vb2-dma-contig: fix sizeof(pointer) allocation

2016-07-27 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan --- drivers/media/v4l2-core/videobuf2-dma-contig.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/media/v4l2-core/videobuf2-dma-contig.c +++ b/drivers/media/v4l2-core/videobuf2-dma-contig.c @@ -749,7 +749,7 @@