On 19/06/12 21:41, Peter Senna Tschudin wrote:
Full diff:
http://pastebin.com/BJS2EXcH
On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin
wrote:
Hans,
I've:
[peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c
linux-3.4.3/scripts/mod/file2alias.c
And found:
727a840
ADD_TO_DEVT
Tomasz,
I've encountered an issue with this patch when userspace does several
stream_on/stream_off cycles. When the user tries to qbuf a buffer
after doing stream_off, we trigger the "dmabuf already pinned" warning
since we didn't unmap the buffer as dqbuf was never called.
The below patch adds c
Hi Javier,
On Tue, Jun 19, 2012 at 11:11 AM, Javier Martin
wrote:
> This patch adds support for the video encoder present
> in the i.MX27. It currently support encoding in H.264 and
> in MPEG4 SP. It's working properly in a Visstrim SM10 platform.
> It uses V4L2-mem2mem framework.
>
> A public gi
Hi Bhupesh,
Thanks for the patch, and sorry for the late reply.
On Friday 01 June 2012 15:08:58 Bhupesh Sharma wrote:
> This patch adds the support in UVC webcam gadget design for providing
> USB_GADGET_DELAYED_STATUS in response to a set_interface(alt setting 1)
> command issue by the Host.
>
>
Hi Tomasz,
On Thursday 14 June 2012 15:37:34 Tomasz Stanislawski wrote:
> Hello everyone,
> This patchset adds support for DMABUF [2] importing to V4L2 stack.
> The support for DMABUF exporting was moved to separate patchset
> due to dependency on patches for DMA mapping redesign by
> Marek Szypro
Hi Tomasz,
Thanks for the patch.
On Thursday 14 June 2012 15:37:40 Tomasz Stanislawski wrote:
> This patch removes a reference to alloc_ctx from an instance of a DMA
> contiguous buffer. It helps to avoid a risk of a dangling pointer if the
> context is released while the buffer is still valid.
Hi Tomasz,
Thanks for the patch.
On Thursday 14 June 2012 15:37:46 Tomasz Stanislawski wrote:
> This patch adds support for importing DMABUF files for
> vmalloc allocator in Videobuf2.
>
> Signed-off-by: Tomasz Stanislawski
> Signed-off-by: Kyungmin Park
Acked-by: Laurent Pinchart
--
Regar
Hi Tomasz,
Thanks for the patch.
On Thursday 14 June 2012 15:37:44 Tomasz Stanislawski wrote:
> From: Marek Szyprowski
>
> Add prepare/finish callbacks to vb2-dma-contig allocator.
>
> Signed-off-by: Marek Szyprowski
Acked-by: Laurent Pinchart
> ---
> drivers/media/video/videobuf2-dma-con
On 18 June 2012 12:41, Laurent Pinchart
wrote:
> This might be cause by a bug in the USB core or in the UVC driver. Would you
> be able to bisect the regression ?
Are you aware of any tool to bisect such issues using
kvm/virtualbox/..? I would like to bisect the issue but rebooting the
system need
Hi Thomas,
Thanks for the patch.
On Thursday 14 June 2012 15:37:36 Tomasz Stanislawski wrote:
> This patch adds description and usage examples for importing
> DMABUF file descriptor in V4L2.
>
> Signed-off-by: Tomasz Stanislawski
> Signed-off-by: Kyungmin Park
> CC: linux-...@vger.kernel.org
On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin
wrote:
> Hans,
>
> I've:
> [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c
> linux-3.4.3/scripts/mod/file2alias.c
>
> And found:
> 727a840
>> ADD_TO_DEVTABLE("i2c", struct i2c_device_id, do_i2c_entry);
FWIW, that macro was added
Full diff:
http://pastebin.com/BJS2EXcH
On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin
wrote:
> Hans,
>
> I've:
> [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c
> linux-3.4.3/scripts/mod/file2alias.c
>
> And found:
> 727a840
>> ADD_TO_DEVTABLE("i2c", struct i2c_device_id, d
Hans,
I've:
[peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c
linux-3.4.3/scripts/mod/file2alias.c
And found:
727a840
> ADD_TO_DEVTABLE("i2c", struct i2c_device_id, do_i2c_entry);
This line only exists on 3.4.3 version of file2alias.c. Isn't this why
it successfully compile with new
Hi,
On 06/19/2012 07:43 PM, halli manjunatha wrote:
On Tue, Jun 19, 2012 at 12:33 PM, Hans de Goede wrote:
Hi,
On 06/19/2012 06:47 PM, Hans de Goede wrote:
Hi,
Ok, you've convinced me. I agree that having a way to actually
enumerate ranges, rather then having a fixed set of ranges, is
b
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 19 19:00:25 CEST 2012
git hash:5472d3f17845c4398c6a510b46855820920c2181
gcc version: i686-linux-gcc (GC
On 19/06/12 19:33, Hans de Goede wrote:
Hi,
On 06/19/2012 06:47 PM, Hans de Goede wrote:
Hi,
Ok, you've convinced me. I agree that having a way to actually
enumerate ranges, rather then having a fixed set of ranges, is
better.
Which brings us back many weeks to the proposal for making
it po
On Tue, Jun 19, 2012 at 12:33 PM, Hans de Goede wrote:
> Hi,
>
>
> On 06/19/2012 06:47 PM, Hans de Goede wrote:
>>
>> Hi,
>>
>> > a way to enumerate bands, including their rangelow, rangehigh
>> and capabilities>
>>
>> Ok, you've convinced me. I agree that having a way to actually
>> enumerate ran
Hi,
On 06/19/2012 06:47 PM, Hans de Goede wrote:
Hi,
Ok, you've convinced me. I agree that having a way to actually
enumerate ranges, rather then having a fixed set of ranges, is
better.
Which brings us back many weeks to the proposal for making
it possible to enumerate bands on radio device
Hi,
Ok, you've convinced me. I agree that having a way to actually
enumerate ranges, rather then having a fixed set of ranges, is
better.
Which brings us back many weeks to the proposal for making
it possible to enumerate bands on radio devices. Rather
then digging up the old mails lets start
On Tue, Jun 19, 2012 at 10:41 AM, Mauro Carvalho Chehab
wrote:
> Em 19-06-2012 10:31, halli manjunatha escreveu:
>> Hi Mauro,
>>
>> Please take the Patch-set 7 which I submitted by removing my set_band
>> implementation (as per Hans V suggestion).
>>
>> https://lkml.org/lkml/2012/5/21/294
>
> Manj
Hi David,
> It sounds like we want a solution that
> * lives in core code
> * doesn't require tuner drivers to save state
> * manages hybrid tuners appropriately
> * allows for gradual API change-over (no flag day for tuners or
> for capture devices)
> * has a reason
Hello,
can you provide more information:
- kernel version
- more log information (not only the error message but also the log from
the beginning, when you plug the device) with:
* the debug parameter of the dib8000 module set to 1
* the frontend_debug parameter of the d
Em 19-06-2012 10:31, halli manjunatha escreveu:
> Hi Mauro,
>
> Please take the Patch-set 7 which I submitted by removing my set_band
> implementation (as per Hans V suggestion).
>
> https://lkml.org/lkml/2012/5/21/294
Manju,
That doesn't solve the issue.
As I pointed on my previous email, the
commit 9ef449c6b31bb6a8e6dedc24de475a3b8c79be20 ("[media] rc: Postpone ISR
registration") fixed an early ISR registration on several drivers. It did
however also introduced a bug by moving the invocation of pnp_port_start()
to the end of the probe function.
This patch fixes this issue by moving t
Em 19-06-2012 09:36, Hans de Goede escreveu:
> Hi,
>
> On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote:
>> Em 19-06-2012 05:27, Hans de Goede escreveu:
>>> Hi,
>>>
>>> On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote:
Em 28-05-2012 07:46, Hans Verkuil escreveu:
> From: Hans Verkuil
On Tue 19 June 2012 14:50:09 Ezequiel Garcia wrote:
> Hi Hans,
>
> On Tue, Jun 19, 2012 at 3:34 AM, Hans Verkuil wrote:
> > Hi all,
> >
> > Yesterday I upgraded the gcc version I use to compile the daily build to
> > 4.7.1.
> >
> > This causes very strange errors when compiling 2.6.39 - 3.3:
> >
Hi Mauro,
Please take the Patch-set 7 which I submitted by removing my set_band
implementation (as per Hans V suggestion).
https://lkml.org/lkml/2012/5/21/294
Regards
Manju
On Tue, Jun 19, 2012 at 7:36 AM, Hans de Goede wrote:
> Hi,
>
>
> On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote:
>>
Hi Hans,
On Tue, Jun 19, 2012 at 3:34 AM, Hans Verkuil wrote:
> Hi all,
>
> Yesterday I upgraded the gcc version I use to compile the daily build to
> 4.7.1.
>
> This causes very strange errors when compiling 2.6.39 - 3.3:
>
> FATAL: media_build/v4l/tuner: sizeof(struct i2c_device_id)=32 is not a
Hi Mauro,
On Mon, Jun 18, 2012 at 7:01 PM, Mauro Carvalho Chehab
wrote:
> Em 31-05-2012 13:29, Ezequiel Garcia escreveu:
>> Hi Gregor,
>>
>> On Thu, May 31, 2012 at 4:07 AM, Gregor Jasny wrote:
>>> Hello,
>>>
>>>
>>> On 5/30/12 3:42 PM, Ezequiel Garcia wrote:
This patch could ease the
Hi,
On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote:
Em 19-06-2012 05:27, Hans de Goede escreveu:
Hi,
On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote:
Em 28-05-2012 07:46, Hans Verkuil escreveu:
From: Hans Verkuil
Signed-off-by: Hans Verkuil
Acked-by: Hans de Goede
---
includ
Em 19-06-2012 05:27, Hans de Goede escreveu:
> Hi,
>
> On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote:
>> Em 28-05-2012 07:46, Hans Verkuil escreveu:
>>> From: Hans Verkuil
>>>
>>> Signed-off-by: Hans Verkuil
>>> Acked-by: Hans de Goede
>>> ---
>>>include/linux/videodev2.h | 19 +
Hi,
On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote:
Em 28-05-2012 07:46, Hans Verkuil escreveu:
From: Hans Verkuil
Signed-off-by: Hans Verkuil
Acked-by: Hans de Goede
---
include/linux/videodev2.h | 19 +--
1 file changed, 17 insertions(+), 2 deletions(-)
diff -
32 matches
Mail list logo