Re: solo6010 modprobe lockup since e1ceb25a (v4.3 regression)

2016-09-26 Thread Krzysztof Hałasa
Andrey Utkin writes: >> Does (only) adding the >> >> pci_read_config_word(solo_dev->pdev, PCI_STATUS, &val); >> >> in solo_reg_write() help? > > Yes. > I have posted a patch with this change few days ago, I thought you have > noticed it. Well, I think you haven't sent me a copy. Anyway, i

media: rockchip-vpu: I should place the huffman table at kernel or userspace ?

2016-09-26 Thread Randy Li
Hello: I have just done a JPEG HW encoder for the RK3288. I have been told that I can't use the standard way to generate huffman table, the VPU supports only 10 levels with a different huffman table. If I send the huffman table through the v4l2 extra control, the memory copy is requested, a

Re: [v4l-utils PATCH 1/1] Fix static linking of v4l2-compliance and v4l2-ctl

2016-09-26 Thread Sakari Ailus
Hi Mauro, On Mon, Sep 26, 2016 at 01:59:45PM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 26 Sep 2016 18:46:40 +0300 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > On Mon, Sep 19, 2016 at 11:19:12AM -0300, Mauro Carvalho Chehab wrote: > > > Em Mon, 19 Sep 2016 16:21:30 +0300 > > > Sakari Ail

Re: [PATCH v2 1/8] doc: DT: vidc: binding document for Qualcomm video driver

2016-09-26 Thread Stanimir Varbanov
Hi Rob, Thanks for the review! On 09/16/2016 05:19 PM, Rob Herring wrote: > On Wed, Sep 07, 2016 at 02:37:02PM +0300, Stanimir Varbanov wrote: >> Adds binding document for vidc video encoder/decoder driver >> >> Cc: Rob Herring >> Cc: Mark Rutland >> Cc: devicet...@vger.kernel.org >> Signed-off

Re: [v4l-utils PATCH 2/2] Add --with-static-binaries option to link binaries statically

2016-09-26 Thread Mauro Carvalho Chehab
Em Mon, 26 Sep 2016 19:41:39 +0200 Gregor Jasny escreveu: > On 19/09/2016 16:21, Mauro Carvalho Chehab wrote: > > Em Mon, 19 Sep 2016 16:22:30 +0300 > > Sakari Ailus escreveu: > > > >> Add a new variable STATIC_LDFLAGS to add the linker flags required for > >> static linking for each binary b

Re: [v4l-utils PATCH 2/2] Add --with-static-binaries option to link binaries statically

2016-09-26 Thread Gregor Jasny
On 19/09/2016 16:21, Mauro Carvalho Chehab wrote: > Em Mon, 19 Sep 2016 16:22:30 +0300 > Sakari Ailus escreveu: > >> Add a new variable STATIC_LDFLAGS to add the linker flags required for >> static linking for each binary built. >> >> Static and dynamic libraries are built by default but the bina

Re: [v4l-utils PATCH 1/1] Fix static linking of v4l2-compliance and v4l2-ctl

2016-09-26 Thread Mauro Carvalho Chehab
Em Mon, 26 Sep 2016 18:46:40 +0300 Sakari Ailus escreveu: > Hi Mauro, > > On Mon, Sep 19, 2016 at 11:19:12AM -0300, Mauro Carvalho Chehab wrote: > > Em Mon, 19 Sep 2016 16:21:30 +0300 > > Sakari Ailus escreveu: > > > > > Hi Mauro, > > > > > > On 09/19/16 14:22, Mauro Carvalho Chehab wrote:

Re: g_webcam Isoch high bandwidth transfer

2016-09-26 Thread Laurent Pinchart
Hi Felipe, On Friday 23 Sep 2016 11:27:26 Felipe Balbi wrote: > yfw writes: > >> Here's one that actually compiles, sorry about that. > > > > No worries, I was sleeping ;-) > > > > I will test it out early next week. Thanks. > > meanwhile, how about some instructi

Re: g_webcam Isoch high bandwidth transfer

2016-09-26 Thread Laurent Pinchart
Hi Felipe, On Friday 23 Sep 2016 10:49:57 Felipe Balbi wrote: > Bin Liu writes: > > +Fengwei Yin per his request. > > > > On Thu, Sep 22, 2016 at 10:48:40PM +0300, Felipe Balbi wrote: > >> Bin Liu writes: > >> > >> [...] > >> > Here's one that actually compiles, sorry about that. > >>>

Re: [v4l-utils PATCH 1/1] Fix static linking of v4l2-compliance and v4l2-ctl

2016-09-26 Thread Sakari Ailus
Hi Mauro, On Mon, Sep 19, 2016 at 11:19:12AM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 19 Sep 2016 16:21:30 +0300 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > On 09/19/16 14:22, Mauro Carvalho Chehab wrote: > > > Em Mon, 19 Sep 2016 13:50:25 +0300 > > > Sakari Ailus escreveu: > > >

Re: g_webcam Isoch high bandwidth transfer

2016-09-26 Thread Bin Liu
On Fri, Sep 23, 2016 at 10:49:57AM +0300, Felipe Balbi wrote: > > Hi, > > Bin Liu writes: > > +Fengwei Yin per his request. > > > > On Thu, Sep 22, 2016 at 10:48:40PM +0300, Felipe Balbi wrote: > >> > >> Hi, > >> > >> Bin Liu writes: > >> > >> [...] > >> > >> >> Here's one that actually com

Re: [Camera Driver] Building as Static v/s Dynamic module

2016-09-26 Thread Mauro Carvalho Chehab
Em Mon, 26 Sep 2016 14:39:06 +0530 Ajith Raj escreveu: > Hi Maintainers, > > I was working on a CPI based camera driver based on soc_camera framework > which is compiled as a static module in kernel, due to the non-availability > of modprobe framework. Don't rely on soc_camera. We're in the pro

Re: solo6010 modprobe lockup since e1ceb25a (v4.3 regression)

2016-09-26 Thread Andrey Utkin
On Mon, Sep 26, 2016 at 07:38:05AM +0200, Krzysztof Hałasa wrote: > Andrey Utkin writes: > > > On Thu, Sep 22, 2016 at 10:51:37AM +0200, Krzysztof Hałasa wrote: > >> I wonder if the following fixes the problem (completely untested). > > > > I have given this a run, and it still hangs. > > Does (

[Camera Driver] Building as Static v/s Dynamic module

2016-09-26 Thread Ajith Raj
Hi Maintainers, I was working on a CPI based camera driver based on soc_camera framework which is compiled as a static module in kernel, due to the non-availability of modprobe framework. While I was pushing the changes, I got a question from the internel code review that why the driver is being

Re: [PATCH v2 2/2] media: adv7604: automatic "default-input" selection

2016-09-26 Thread Laurent Pinchart
Hi Ulrich, Thank you for the patch. On Thursday 22 Sep 2016 15:19:00 Ulrich Hecht wrote: > Documentation states that the "default-input" property should reside > directly in the node of the device. This adjusts the parsing to make the > implementation consistent with the documentation. > > Base