Hi Arun,
On 03/28/2013 06:10 AM, Arun Kumar K wrote:
On Wed, Mar 27, 2013 at 7:17 PM, Sylwester Nawrocki
wrote:
On 03/27/2013 05:31 AM, Arun Kumar K wrote:
On Wed, Mar 27, 2013 at 4:21 AM, Sylwester Nawrocki
wrote:
On 03/26/2013 01:17 PM, Arun Kumar K wrote:
[...]
Only issue is with the
The et61x251 driver was removed in v3.5. Remove the last references to
its Kconfig macro now.
Signed-off-by: Paul Bolle
---
Untested, as usual.
drivers/media/usb/gspca/etoms.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/media/usb/gspca/etoms.c b/drivers/media/usb/gspca/etoms.c
I'm posting this on both the Mythtv dev and Linux Media lists as I'm
not sure where the problem sits, my inclination is it's probably in
myth's tuning and I'll explaing why shortly.
I recently built a system for a friend of mine, using Fedora 18 x64.
Clean build on a DFI Mini ITX P55-T36 system w
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 Mar 28 19:00:21 CET 2013
git branch: test
git hash: 004e45d736bfe62159bd4dc1549eff414bd27496
gcc versio
Em Thu, 28 Mar 2013 15:35:56 +0200
Timo Teras escreveu:
> On Thu, 28 Mar 2013 09:40:52 -0300
> Mauro Carvalho Chehab wrote:
>
> > Em Thu, 28 Mar 2013 10:52:01 +0200
> > Timo Teras escreveu:
> >
> > > On Wed, 27 Mar 2013 16:10:49 +0200
> > > Timo Teras wrote:
> > >
> > > > On Tue, 26 Mar 201
On Thu, 28 Mar 2013 15:35:56 +0200
Timo Teras wrote:
> On Thu, 28 Mar 2013 09:40:52 -0300
> Mauro Carvalho Chehab wrote:
>
> > Em Thu, 28 Mar 2013 10:52:01 +0200
> > Timo Teras escreveu:
> >
> > > On Wed, 27 Mar 2013 16:10:49 +0200
> > > Timo Teras wrote:
> > >
> > > > On Tue, 26 Mar 2013 1
On Thu, 28 Mar 2013, Laurent Pinchart wrote:
> The camera fails to start video streaming after having been autosuspend.
> Add a new quirk to selectively disable autosuspend for devices that
> don't support it.
>
> Signed-off-by: Laurent Pinchart
> ---
> drivers/media/usb/uvc/uvc_driver.c | 14 +
On Thu March 28 2013 09:27:53 Hans Verkuil wrote:
> Hi Mauro,
>
> This pull request overhauls the hdpvr driver. It's identical to my earlier
> posted patch series:
>
> http://www.mail-archive.com/linux-media@vger.kernel.org/msg60040.html
>
> except for being rebased to the latest master.
>
> It
On Thu, 28 Mar 2013 09:40:52 -0300
Mauro Carvalho Chehab wrote:
> Em Thu, 28 Mar 2013 10:52:01 +0200
> Timo Teras escreveu:
>
> > On Wed, 27 Mar 2013 16:10:49 +0200
> > Timo Teras wrote:
> >
> > > On Tue, 26 Mar 2013 10:20:56 +0200
> > > Timo Teras wrote:
> > >
> > > > I did manage to get d
Em Thu, 28 Mar 2013 10:52:01 +0200
Timo Teras escreveu:
> On Wed, 27 Mar 2013 16:10:49 +0200
> Timo Teras wrote:
>
> > On Tue, 26 Mar 2013 10:20:56 +0200
> > Timo Teras wrote:
> >
> > > I did manage to get decent traces with USBlyzer evaluation version.
> >
> > Nothing _that_ exciting there.
Hi Mauro,
The following changes since commit 004e45d736bfe62159bd4dc1549eff414bd27496:
[media] tuner-core: handle errors when getting signal strength/afc
(2013-03-25 15:10:43 -0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next
for you to f
The camera fails to start video streaming after having been autosuspend.
Add a new quirk to selectively disable autosuspend for devices that
don't support it.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_driver.c | 14 +-
drivers/media/usb/uvc/uvcvideo.h | 1 +
2
On Thu March 28 2013 12:10:56 Laurent Pinchart wrote:
> -ERANGE is the right error code when the value is outside of the menu
> range, but -EINVAL must be reported for invalid values inside the range.
>
> Signed-off-by: Laurent Pinchart
Acked-by: Hans Verkuil
Regards,
Hans
> ---
> d
-ERANGE is the right error code when the value is outside of the menu
range, but -EINVAL must be reported for invalid values inside the range.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_ctrl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/us
Hi Laurent,
On Thu, Mar 28, 2013 at 3:40 PM, Laurent Pinchart
wrote:
> Hi Prabhakar,
>
> On Thursday 28 March 2013 15:36:11 Prabhakar Lad wrote:
>> On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart wrote:
>> > On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote:
>> >> From: Lad, Prabhakar
>>
Hi Prabhakar,
On Thursday 28 March 2013 15:36:11 Prabhakar Lad wrote:
> On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart wrote:
> > On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote:
> >> From: Lad, Prabhakar
> >>
> >> Add pm_runtime support to the TI Davinci VPIF driver.
> >> Along side t
Hi Laurent,
Thanks for the quick review!
On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart
wrote:
> Hi Prabhakar,
>
> Thanks for the patch.
>
> On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote:
>> From: Lad, Prabhakar
>>
>> Add pm_runtime support to the TI Davinci VPIF driver.
>> Along si
Hi,
there are several documents and examples out there tha helped me a lot
with v4l2 and image capturing, but one question is still unanswered:
How can I check which (maximum) native resolutions a device supports?
Is there a possibility to query image width and height from a device?
Thanks!
--
T
Hi Scott,
On Thursday 28 March 2013 16:29:30 Scott Jiang wrote:
> >> This driver support parallel data output mode and
> >> QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565
> >> output format.
> >
> > What host bridge do you use this driver with ?
>
> I only tested with blackfin.
>
Hi Prabhakar,
Thanks for the patch.
On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote:
> From: Lad, Prabhakar
>
> Add pm_runtime support to the TI Davinci VPIF driver.
> Along side this patch replaces clk_get() with devm_clk_get()
> to simplify the error handling.
>
> Signed-off-by: Lad,
On Wed, 27 Mar 2013 16:10:49 +0200
Timo Teras wrote:
> On Tue, 26 Mar 2013 10:20:56 +0200
> Timo Teras wrote:
>
> > I did manage to get decent traces with USBlyzer evaluation version.
>
> Nothing _that_ exciting there. Though, there's quite a bit of
> differences on certain register writes. I
From: Lad, Prabhakar
Add pm_runtime support to the TI Davinci VPIF driver.
Along side this patch replaces clk_get() with devm_clk_get()
to simplify the error handling.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/davinci/vpif.c | 21 +++--
1 files changed, 11 inse
>> This driver support parallel data output mode and
>> QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565
>> output format.
>
> What host bridge do you use this driver with ?
>
I only tested with blackfin.
>
>> + */
>
> [snip]
>
>> +struct mt9m114_reg {
>> + u16 reg;
>> + u32
Hi Mauro,
This pull request overhauls the hdpvr driver. It's identical to my earlier
posted patch series:
http://www.mail-archive.com/linux-media@vger.kernel.org/msg60040.html
except for being rebased to the latest master.
It's been tested thoroughly on my hdpvr and with a video generator to te
24 matches
Mail list logo