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 27 04:00:17 CET 2014
git branch: test
git hash: 8432164ddf7bfe40748ac49995356ab4dfda43b7
gcc versio
For tiled format, we need to allocated a multiple of the row size. A
good example is for 1280x720, wich get adjusted to 1280x736. In tiles,
this mean Y plane is 20x23 and UV plane 20x12. Because of the rounding,
the previous code would only have enough space to fit half of the last
row.
Signed-off
Le mardi 25 mars 2014 à 16:51 -0400, Nicolas Dufresne a écrit :
> For tiled format, we need to allocated a multiple of the row size. A
> good example is for 1280x720, wich get adjusted to 1280x736. In tiles,
> this mean Y plane is 20x23 and UV plane 20x12. Because of the rounding,
> the previous co
The following changes since commit 8432164ddf7bfe40748ac49995356ab4dfda43b7:
[media] Sensoray 2255 uses videobuf2 (2014-03-24 17:23:43 -0300)
are available in the git repository at:
git://linuxtv.org/anttip/media_tree.git rtl28xxu_id
for you to fetch changes up to d412fb2a4c2effe3b3426330d
That ID was added twice mistakenly.
1st commit ac298ccdde4fe9b0a966e548a232ff4e8a6b8a31
2nd commit 1c1b8734094551eb4075cf68cf76892498c0da61
Revert commit 1c1b8734094551eb4075cf68cf76892498c0da61
Reported-by: Jan Vcelak
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
Add the basic GPLv2+ license notice to the copyright headers at the top
of all the source files in the img-ir driver.
Reported-by: David Härdeman
Signed-off-by: James Hogan
Cc: Mauro Carvalho Chehab
Cc: David Härdeman
---
drivers/media/rc/img-ir/img-ir-core.c | 5 +
drivers/media/rc/img-
Limit the enabled wakeup protocols to be within a protocol group, as
defined by the proto_names array. For example this prevents the
selection of both rc-5 and nec, while allowing rc-5 alone (which
encompasses both normal rc-5 and rc-5x).
It doesn't usually make sense to enable more than one wakeu
This reverts commit b8c7d915087c ([media] rc-main: add generic scancode
filtering), and removes certain parts of commit 6bea25af147f ([media]
rc-main: automatically refresh filter on protocol change) where generic
filtering is taken into account when refreshing filters on a protocol
change, but tha
A few misc fixes for v3.15, all relating to my previous patches.
James Hogan (3):
rc-main: Revert generic scancode filtering support
rc-main: Limit to a single wakeup protocol group
rc: img-ir: Expand copyright headers with GPL notices
drivers/media/rc/img-ir/img-ir-core.c | 5 +
dri
[Please CC me on replies, I'm not subscribed]
The lock led code being enabled is based on GPLv2 code taken from:
https://bitbucket.org/CrazyCat/linux-tbs-drivers/
Just having to look at a device to get a visual lock notification by a
led is a nice feature.
--
Andreas Steinmetz
[Please CC me on replies, I'm not subscribed]
The patch adds a driver for TBS USB DVB-S/S2 devices for which complete
GPLv2 code exists. Code was taken from:
http://www.tbsdtv.com/download/
https://bitbucket.org/CrazyCat/linux-tbs-drivers/
https://bitbucket.org/updatelee/v4l-updatelee
Supported
[Please CC me on replies, I'm not subscribed]
Based on GPLv2 code taken from:
https://bitbucket.org/CrazyCat/linux-tbs-drivers/
The patch adds lock led hooks to the stv090x, stv0288, cx24116 and
tda10071 frontends. Similar code already exists in the stv0900 frontend.
--
Andreas Steinmetz
Hi Anton,
Thank you for the patch.
On Tuesday 25 March 2014 08:40:57 Anton Leontiev wrote:
> Set error bit for incomplete buffers when end of buffer is detected by
> FID toggling (for example when last transaction with EOF is lost).
> This prevents passing incomplete buffers to the userspace.
Bu
Hi Jean-François,
On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote:
> On Mon, 24 Mar 2014 23:39:01 +0100 Laurent Pinchart wrote:
> > On Friday 21 March 2014 09:17:32 Jean-Francois Moine wrote:
> > > The 'slave encoder' structure of the tda998x driver asks for glue
> > > between the DRM
Hi Josh,
Thank you for the patch.
On Tuesday 25 March 2014 18:45:20 Josh Wu wrote:
> This patch add the DT support for Atmel ISI driver.
> It use the same v4l2 DT interface that defined in video-interfaces.txt.
>
> Signed-off-by: Josh Wu
> Cc: devicet...@vger.kernel.org
Reviewed-by: Laurent Pi
On 26/03/14 13:44, David Härdeman wrote:
> On 2014-03-26 08:08, Antti Seppälä wrote:
>> On 26 March 2014 01:21, David Härdeman wrote:
>>> On Tue, Mar 25, 2014 at 09:12:11AM +, James Hogan wrote:
On Tuesday 25 March 2014 00:51:46 David Härdeman wrote:
> What's the purpose of providing
On 2014-03-26 08:08, Antti Seppälä wrote:
On 26 March 2014 01:21, David Härdeman wrote:
On Tue, Mar 25, 2014 at 09:12:11AM +, James Hogan wrote:
On Tuesday 25 March 2014 00:51:46 David Härdeman wrote:
What's the purpose of providing the sw scancode filtering in the
case where
there's no
On 2014-03-26 10:28, James Hogan wrote:
On 25/03/14 23:53, David Härdeman wrote:
One thing I just noticed...your copyright headers throughout the
driver
seems a bit...sparse? :)
True, I can add the basic:
...
to each of the files if you think it's necessary.
I think doing so for each *.c
Em Wed, 26 Mar 2014 07:38:15 +0100
Bjørn Mork escreveu:
> André Roth writes:
>
> > On Tue, 25 Mar 2014 21:51:49 +0100
> > Bjørn Mork wrote:
> >
> >> > - * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
> >> > - * Copyright (c) 2012 - Andre Roth
> >> > + * Copyright (c) 2013 - Andre Roth
> >
On 25/03/14 23:53, David Härdeman wrote:
> On Fri, Feb 28, 2014 at 11:28:50PM +, James Hogan wrote:
>> Add a driver for the ImgTec Infrared decoder block. Two separate rc
>> input devices are exposed depending on kernel configuration. One uses
>> the hardware decoder which is set up with timing
In that case:
Acked-by: Hans Verkuil
Regards,
Hans
On 03/26/14 11:03, Laurent Pinchart wrote:
> Hi Hans,
>
> On Wednesday 26 March 2014 10:52:30 Hans Verkuil wrote:
>> Hi Laurent,
>>
>> Stupid question perhaps, but why is gpiod_set_value_cansleep() removed?
>> Does setting the output
Hi Hans,
On Wednesday 26 March 2014 10:52:30 Hans Verkuil wrote:
> Hi Laurent,
>
> Stupid question perhaps, but why is gpiod_set_value_cansleep() removed?
> Does setting the output direction force the value to 0 as well?
The last argument to gpiod_direction_output() sets the initial output level
Hi Laurent,
Stupid question perhaps, but why is gpiod_set_value_cansleep() removed?
Does setting the output direction force the value to 0 as well?
Regards,
Hans
On 03/26/14 03:28, Laurent Pinchart wrote:
> The HPD GPIO is used as an output but its direction is never set. Fix
> it.
>
>
On 03/24/14 17:52, Tom wrote:
> Hello,
>
> while reading into the media-api issue I found out that for configuring the
> entity pads a frameformat is used.
>
> For that I found the negotiation rfc of that topic, but I don't really get
> the relevance of a frameformat.
>
> http://www.spinics.ne
Tom gmx.net> writes:
>
> Hello,
>
> ...
> For that I found the negotiation rfc of that topic, but I don't really get
> the relevance of a frameformat.
>
> http://www.spinics.net/lists/linux-media/msg10006.html
>
> Can anyone explain why the media-api uses the frameformat instead of the
> p
On 26 March 2014 01:21, David Härdeman wrote:
> On Tue, Mar 25, 2014 at 09:12:11AM +, James Hogan wrote:
>>On Tuesday 25 March 2014 00:51:46 David Härdeman wrote:
>>> On Fri, Feb 28, 2014 at 11:17:02PM +, James Hogan wrote:
>>> >Add generic scancode filtering of RC input events, and fall b
26 matches
Mail list logo