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 21 04:00:16 CEST 2016
git branch: test
git hash: 009a620848218d521f008141c62f56bf19294dd9
gcc versi
Hi Sean,
> > + int ret;
> > + struct ir_spi_data *idata = (struct ir_spi_data *) dev->priv;
>
> No cast needed.
yes, thanks.
> > + ret = regulator_enable(idata->regulator);
> > + if (ret)
> > + return ret;
> > +
> > + mutex_lock(&idata->mutex);
> > + idata->xfer.len = n;
>
Hi Sean,
> > Raw transmitters receive the data which need to be sent to
> > receivers from userspace as stream of bits, they don't require
> > any handling from the lirc framework.
>
> No drivers of type RC_DRIVER_IR_RAW_TX should handle tx just like any
> other device, so data should be provided
Hi Sean,
> > + if (dev->driver_type == RC_DRIVER_IR_RAW ||
> > + dev->driver_type == RC_DRIVER_IR_RAW_TX) {
>
> Here the if is wrong. It should be
> "if (dev->driver_type != RC_DRIVER_IR_RAW_TX)". Note that as result
> the decoder thread is not started, so patch 4 won
Hi Sean,
> > The driver type can be assigned immediately when an RC device
> > requests to the framework to allocate the device.
> >
> > This is an 'enum rc_driver_type' data type and specifies whether
> > the device is a raw receiver or scancode receiver. The type will
> > be given as parameter
On Wed, 20 Jul 2016 08:07:54 +0200
Markus Heiser wrote:
> Jon, what do you think ... could we serve this 1.2 doc
> on https://www.kernel.org/doc/ as reference?
Seems like a good idea. I don't really know who controls that directory,
though; I can ping Konstantin and see what can be done there.
Hello Sakari,
On 07/20/2016 07:08 PM, Sakari Ailus wrote:
> Hi Javier,
>
> On Wed, Jul 20, 2016 at 06:56:52PM -0400, Javier Martinez Canillas wrote:
>> Hello Sakari,
>>
>> On 07/20/2016 03:52 PM, Sakari Ailus wrote:
>>> On Wed, Jul 20, 2016 at 12:07:55PM -0400, Javier Martinez Canillas wrote:
>>>
Hi Javier,
On Wed, Jul 20, 2016 at 06:56:52PM -0400, Javier Martinez Canillas wrote:
> Hello Sakari,
>
> On 07/20/2016 03:52 PM, Sakari Ailus wrote:
> > On Wed, Jul 20, 2016 at 12:07:55PM -0400, Javier Martinez Canillas wrote:
> >> If the VIDIOC_QBUF ioctl fails due a wrong dmabuf length, it's
>
Hi folks,
What we are talking about?
--
1. Hardware:
1.1 Notebook: Lenovo ThinkPad 11e, Intel Celeron N2940
1.2 Frontend: TurboView TBS-5520 Multi-standard TV Tuner USB Box
(http://www.tbs-technology.de, http://tbsdtv.com)
2. Software:
2.1 Package: v4l-utils
On Wed, 20 Jul 2016 11:41:11 -0300
Mauro Carvalho Chehab wrote:
> > The thing with that is that a lot of literal blocks *do* have C code, even
> > in kernel-documentation.rst. Setting that in conf.py would turn off all C
> > highlighting. I think that might actually be a desirable outcome, but
Hello Sakari,
On 07/20/2016 03:52 PM, Sakari Ailus wrote:
> On Wed, Jul 20, 2016 at 12:07:55PM -0400, Javier Martinez Canillas wrote:
>> If the VIDIOC_QBUF ioctl fails due a wrong dmabuf length, it's
>> useful to get the invalid and minimum lengths as a debug info.
>>
>> Before this patch:
>>
>> v
Hi Mauro,
Mauro Carvalho Chehab wrote:
Em Wed, 20 Jul 2016 23:45:45 +0300
Sakari Ailus escreveu:
Hi Mauro,
Mauro Carvalho Chehab wrote:
Hi Sylwester/Sakari,
While checking the docs for the V4L2 framework, I noticed something weird
Related to those two flags:
#define V4L2_MBUS_FRAME_DESC_F
Em Wed, 20 Jul 2016 23:45:45 +0300
Sakari Ailus escreveu:
> Hi Mauro,
>
> Mauro Carvalho Chehab wrote:
> > Hi Sylwester/Sakari,
> >
> > While checking the docs for the V4L2 framework, I noticed something weird
> > Related to those two flags:
> >
> > #define V4L2_MBUS_FRAME_DESC_FL_LEN_MAX
Hi Mauro,
Mauro Carvalho Chehab wrote:
Hi Sylwester/Sakari,
While checking the docs for the V4L2 framework, I noticed something weird
Related to those two flags:
#define V4L2_MBUS_FRAME_DESC_FL_LEN_MAX(1U << 0)
#define V4L2_MBUS_FRAME_DESC_FL_BLOB (1U << 1)
They were
On Wed, Jul 20, 2016 at 12:07:55PM -0400, Javier Martinez Canillas wrote:
> If the VIDIOC_QBUF ioctl fails due a wrong dmabuf length, it's
> useful to get the invalid and minimum lengths as a debug info.
>
> Before this patch:
>
> vb2-core: __qbuf_dmabuf: invalid dmabuf length for plane 1
>
> Af
Hi Sylwester/Sakari,
While checking the docs for the V4L2 framework, I noticed something weird
Related to those two flags:
#define V4L2_MBUS_FRAME_DESC_FL_LEN_MAX(1U << 0)
#define V4L2_MBUS_FRAME_DESC_FL_BLOB (1U << 1)
They were originally introduced by this changeset:
2016-07-20 18:06 GMT+03:00 Bin Liu :
> Hi,
>
> On Wed, Jul 20, 2016 at 05:44:56PM +0300, Matwey V. Kornilov wrote:
>> 2016-07-20 17:13 GMT+03:00 Bin Liu :
>> > Hi,
>> >
>> > On Wed, Jul 20, 2016 at 09:09:42AM +0300, Matwey V. Kornilov wrote:
>> >> 2016-07-20 0:34 GMT+03:00 Bin Liu :
>> >> > Hi,
>>
Cleaned up checkpatch.pl warnings and checks.
Signed-off-by: Jeremiah Goerdt
---
drivers/staging/media/timb/timblogiw.c | 134 -
1 file changed, 67 insertions(+), 67 deletions(-)
diff --git a/drivers/staging/media/timb/timblogiw.c
b/drivers/staging/media/timb/ti
Currently the dma-buf is unmapped when the buffer is dequeued by userspace
but it's not used anymore after the driver finished processing the buffer.
So instead of doing the dma-buf unmapping in __vb2_dqbuf(), it can be made
in vb2_buffer_done() after the driver notified that buf processing is don
Am 17.07.2016 um 10:59 schrieb Antti Palosaari:
> On 07/16/2016 11:05 PM, Stefan Pöschel wrote:
>> Am 15.07.2016 um 08:21 schrieb Antti Palosaari:
>>> Applied and PULL requested for 4.7.
>>
>> Great, thanks!
>>
>>> Anyhow, it does not apply for 4.6. You must backport that patch to 4.6
>>> stable al
On 07/20/2016 12:37 AM, Hans Verkuil wrote:
> On 07/20/2016 02:03 AM, Steve Longerbeam wrote:
>> This patch adds a "newavmode" boolean property as part of the v4l2 endpoint
>> properties. This indicates an Analog Devices decoder is generating EAV/SAV
>> codes to suit Analog Devices encoders.
>>
>>
> Hi,
>
> I see that my card 292e has LNA support:
> https://patchwork.linuxtv.org/patch/23763/
>
> but searching I can't find how to enable this the force option
> force_lna_activation=1 that the t500 uses isn't recognised
>
> Please could someone tell me if this is configurable an if so how to
>
This is a duplicate of the timeout in rc_dev.
Signed-off-by: Sean Young
---
drivers/media/rc/redrat3.c | 15 ---
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/drivers/media/rc/redrat3.c b/drivers/media/rc/redrat3.c
index 399f44d..4739bce 100644
--- a/drivers/media/rc
Add these options as module parameters for now; should other drivers
need similar options we could add it to the LIRC api.
Signed-off-by: Sean Young
---
drivers/media/rc/redrat3.c | 50 +-
1 file changed, 49 insertions(+), 1 deletion(-)
diff --git a/d
There is a TODO comment about the dma-buf being mapped in VIDIOC_QBUF
instead of doing it closer to when the actual DMA is going to happen
when the buffers are queued in the driver (i.e: __enqueue_in_driver).
But there is a reason to do it earlier in QBUF, and is that userspace
has no way to know
If the VIDIOC_QBUF ioctl fails due a wrong dmabuf length, it's
useful to get the invalid and minimum lengths as a debug info.
Before this patch:
vb2-core: __qbuf_dmabuf: invalid dmabuf length for plane 1
After this patch:
vb2-core: __qbuf_dmabuf: invalid dmabuf length 221248 for plane 1, minimu
Am 20.07.2016 um 17:06 schrieb Mauro Carvalho Chehab :
> Em Wed, 20 Jul 2016 16:49:59 +0200
> Markus Heiser escreveu:
>
>> Am 20.07.2016 um 16:31 schrieb Jonathan Corbet :
>>
>>> On Wed, 20 Jul 2016 16:23:28 +0200
>>> Markus Heiser wrote:
>>>
Am 20.07.2016 um 16:11 schrieb Mauro Carvalh
Em Wed, 20 Jul 2016 16:49:59 +0200
Markus Heiser escreveu:
> Am 20.07.2016 um 16:31 schrieb Jonathan Corbet :
>
> > On Wed, 20 Jul 2016 16:23:28 +0200
> > Markus Heiser wrote:
> >
> >> Am 20.07.2016 um 16:11 schrieb Mauro Carvalho Chehab
> >> :
> >>
> >>> Sphinx 1.4.5 complains about som
Hi,
On Wed, Jul 20, 2016 at 05:44:56PM +0300, Matwey V. Kornilov wrote:
> 2016-07-20 17:13 GMT+03:00 Bin Liu :
> > Hi,
> >
> > On Wed, Jul 20, 2016 at 09:09:42AM +0300, Matwey V. Kornilov wrote:
> >> 2016-07-20 0:34 GMT+03:00 Bin Liu :
> >> > Hi,
> >> >
> >> > On Wed, Jul 20, 2016 at 12:25:44AM +0
Am 20.07.2016 um 16:31 schrieb Jonathan Corbet :
> On Wed, 20 Jul 2016 16:23:28 +0200
> Markus Heiser wrote:
>
>> Am 20.07.2016 um 16:11 schrieb Mauro Carvalho Chehab
>> :
>>
>>> Sphinx 1.4.5 complains about some literal blocks at
>>> kernel-documentation.rst:
>>>
>>> Documentation/kerne
2016-07-20 17:13 GMT+03:00 Bin Liu :
> Hi,
>
> On Wed, Jul 20, 2016 at 09:09:42AM +0300, Matwey V. Kornilov wrote:
>> 2016-07-20 0:34 GMT+03:00 Bin Liu :
>> > Hi,
>> >
>> > On Wed, Jul 20, 2016 at 12:25:44AM +0300, Matwey V. Kornilov wrote:
>> >> 2016-07-19 23:56 GMT+03:00 Bin Liu :
>> >> > Hi,
>>
Fix all remaining media warnings with ReST that are fixable
without changing at the Sphinx code.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/v4l-drivers/cx88.rst| 1 +
Documentation/media/v4l-drivers/tm6000-cardlist.rst | 2 +-
drivers/media/dvb-core/dvb_math.h
The kAPI, v4l-drivers and dvb-drivers never used the
GNU FDL license. The addition of such license header were
just due to copy-and-paste. So, let's fix it.
As the media_kapi were part of device-drivers.tmp, it is
under GPL v2+.
The other two books is an agregation of files without any
license ex
Sphinx is really evil when an older version finds an extra
attribute for the :toctree: tag: it simply ignores everything
and produce documents without any chapter inside!
As we're now using tags available only on Sphinx 1.4.x, we
need to use some creative ways to add a title before the
table of co
The Sphinx note markup for media_remove_intf_links() is wrong:
there's a missing space.
While here, let's auto-numerate the two notes.
Signed-off-by: Mauro Carvalho Chehab
---
include/media/media-entity.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/media/
The uAPI book has 5 parts, but they lost numeration after
conversion to rst. Manually number those parts, and make
the main index with 1 depth, to only show the parts and
the annexes.
At each part, use :maxwidth: 5, in order to show a more
complete index.
While here, fix the cross-references betw
Em Wed, 20 Jul 2016 08:31:49 -0600
Jonathan Corbet escreveu:
> On Wed, 20 Jul 2016 16:23:28 +0200
> Markus Heiser wrote:
>
> > Am 20.07.2016 um 16:11 schrieb Mauro Carvalho Chehab
> > :
> >
> > > Sphinx 1.4.5 complains about some literal blocks at
> > > kernel-documentation.rst:
> > >
> >
On Wed, 20 Jul 2016 16:23:28 +0200
Markus Heiser wrote:
> Am 20.07.2016 um 16:11 schrieb Mauro Carvalho Chehab
> :
>
> > Sphinx 1.4.5 complains about some literal blocks at
> > kernel-documentation.rst:
> >
> > Documentation/kernel-documentation.rst:373: WARNING: Could not lex
> > literal
Am 20.07.2016 um 16:11 schrieb Mauro Carvalho Chehab :
> Sphinx 1.4.5 complains about some literal blocks at
> kernel-documentation.rst:
>
> Documentation/kernel-documentation.rst:373: WARNING: Could not lex
> literal_block as "C". Highlighting skipped.
> Documentation/kernel-docume
Hello Hans,
On 07/20/2016 10:12 AM, Hans Verkuil wrote:
> On 07/20/2016 04:06 PM, Javier Martinez Canillas wrote:
>> Hello Sakari,
>>
>> On 07/20/2016 09:20 AM, Sakari Ailus wrote:
>>> Hi Javier,
>>>
>>> On Fri, Jul 15, 2016 at 12:26:06PM -0400, Javier Martinez Canillas wrote:
The buffer plan
Hi,
On Wed, Jul 20, 2016 at 09:09:42AM +0300, Matwey V. Kornilov wrote:
> 2016-07-20 0:34 GMT+03:00 Bin Liu :
> > Hi,
> >
> > On Wed, Jul 20, 2016 at 12:25:44AM +0300, Matwey V. Kornilov wrote:
> >> 2016-07-19 23:56 GMT+03:00 Bin Liu :
> >> > Hi,
> >> >
> >> > On Tue, Jul 19, 2016 at 11:21:17PM +0
On 07/20/2016 04:06 PM, Javier Martinez Canillas wrote:
> Hello Sakari,
>
> On 07/20/2016 09:20 AM, Sakari Ailus wrote:
>> Hi Javier,
>>
>> On Fri, Jul 15, 2016 at 12:26:06PM -0400, Javier Martinez Canillas wrote:
>>> The buffer planes' dma-buf are currently mapped when buffers are queued
>>> from
Sphinx 1.4.5 complains about some literal blocks at
kernel-documentation.rst:
Documentation/kernel-documentation.rst:373: WARNING: Could not lex
literal_block as "C". Highlighting skipped.
Documentation/kernel-documentation.rst:378: WARNING: Could not lex
literal_block as "C". Hi
If a transmitter does not exist when setting using -e, you get the error:
warning: /dev/lirc0: failed to set send transmitters: Success
Signed-off-by: Sean Young
---
utils/ir-ctl/ir-ctl.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/utils/ir-ctl/ir-ctl.c b/utils/ir-ctl
Hello Sakari,
On 07/20/2016 09:20 AM, Sakari Ailus wrote:
> Hi Javier,
>
> On Fri, Jul 15, 2016 at 12:26:06PM -0400, Javier Martinez Canillas wrote:
>> The buffer planes' dma-buf are currently mapped when buffers are queued
>> from userspace but it's more appropriate to do the mapping when buffer
Em Wed, 20 Jul 2016 15:14:27 +0200
Markus Heiser escreveu:
> Am 20.07.2016 um 15:00 schrieb Mauro Carvalho Chehab
> :
>
> > Em Wed, 20 Jul 2016 09:32:15 -0300
> > Mauro Carvalho Chehab escreveu:
> >
> >> Fix all remaining media warnings with ReST that are fixable
> >> without changing at th
Hello Sakari,
On 07/20/2016 09:03 AM, Sakari Ailus wrote:
> Hi Javier,
>
> Thanks for the patch!
>
Thanks for your feedback.
> On Thu, Jul 14, 2016 at 11:09:34AM -0400, Javier Martinez Canillas wrote:
>> If the the VIDIOC_QBUF ioctl fails due a wrong dmabuf length,
>> it's useful to get the in
Hi Javier,
On Fri, Jul 15, 2016 at 12:26:06PM -0400, Javier Martinez Canillas wrote:
> The buffer planes' dma-buf are currently mapped when buffers are queued
> from userspace but it's more appropriate to do the mapping when buffers
> are queued in the driver since that's when the actual DMA opera
On 07/20/2016 03:07 PM, Andrey Utkin wrote:
> Changes since v6:
> - Change tw5864_input_std_get() behaviour as suggested by Hans, and also
> simplify
> - tw5864_from_v4l2_std(): drop WARN_ON_ONCE on returning STD_INVALID
> - tw5864_prepare_frame_headers(): not only WARN_ON_ONCE, but also return
Am 20.07.2016 um 15:00 schrieb Mauro Carvalho Chehab :
> Em Wed, 20 Jul 2016 09:32:15 -0300
> Mauro Carvalho Chehab escreveu:
>
>> Fix all remaining media warnings with ReST that are fixable
>> without changing at the Sphinx code.
>>
>
>> diff --git a/include/media/media-entity.h b/include/me
Hi Javier,
Thanks for the patch!
On Thu, Jul 14, 2016 at 11:09:34AM -0400, Javier Martinez Canillas wrote:
> If the the VIDIOC_QBUF ioctl fails due a wrong dmabuf length,
> it's useful to get the invalid length as a debug information.
>
> Before this patch:
>
> vb2-core: __qbuf_dmabuf: invalid
Em Wed, 20 Jul 2016 09:32:15 -0300
Mauro Carvalho Chehab escreveu:
> Fix all remaining media warnings with ReST that are fixable
> without changing at the Sphinx code.
>
> diff --git a/include/media/media-entity.h b/include/media/media-entity.h
> index 83877719bef4..3d885d97d149 100644
> --- a/
On Wed, Jul 20, 2016 at 12:37:31PM +0200, Hans Verkuil wrote:
>On 07/18/2016 04:45 PM, William Breathitt Gray wrote:
>> The module_isa_driver macro is a helper macro for ISA drivers which do
>> not do anything special in module init/exit. This patchset eliminates a
>> lot of ISA driver registration
Document that the cropping ioctls can return ENODATA if the operation isn't
supported
for the current input or output.
Signed-off-by: Hans Verkuil
---
diff --git a/Documentation/media/uapi/v4l/vidioc-cropcap.rst
b/Documentation/media/uapi/v4l/vidioc-cropcap.rst
index 8dcbe6d..54382cd 100644
---
On 07/20/2016 02:29 PM, Niklas Söderlund wrote:
Hi Hans,
Thanks for your feedback.
On 2016-07-20 11:48:40 +0200, Hans Verkuil wrote:
On 07/08/2016 12:43 PM, Niklas Söderlund wrote:
A recent bugfix to adv7180 brought to light that the rcar-vin driver are
looking for the wrong media bus format.
Fix all remaining media warnings with ReST that are fixable
without changing at the Sphinx code.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/v4l-drivers/cx88.rst| 1 +
Documentation/media/v4l-drivers/tm6000-cardlist.rst | 2 +-
drivers/media/dvb-core/dvb_math.h
Returning -EINVAL indicates wrong arguments, but that's not the case here.
Returning -ENOTTY is also no option, since the ioctl is implemented, but it
just is not valid for
this input.
So use -ENODATA instead. This is also used elsewhere when an ioctl isn't valid
for a specific
input.
In this
Hi Hans,
Thanks for your feedback.
On 2016-07-20 11:48:40 +0200, Hans Verkuil wrote:
> On 07/08/2016 12:43 PM, Niklas Söderlund wrote:
> > A recent bugfix to adv7180 brought to light that the rcar-vin driver are
> > looking for the wrong media bus format. It was looking for a YUVU format
> > but
On Sat, 2016-07-16 at 18:01 -0500, Rob Herring wrote:
> On Thu, Jul 14, 2016 at 08:17:59PM +0800, Minghsiu Tsai wrote:
> > Add a DT binding documentation of MDP for the MT8173 SoC
> > from Mediatek
> >
> > Signed-off-by: Minghsiu Tsai
> > ---
> > .../devicetree/bindings/media/mediatek-mdp.txt
Hi Mauro,
Another bunch of bug fixes and small cleanups for 4.8.
The vb2 fix is particularly nasty, the others are all pretty trivial.
Regards,
Hans
New for v2: added patch "staging: add MEDIA_SUPPORT dependency"
The following changes since commit 009a620848218d521f008141c62f56bf1929
Hi Mauro,
Another bunch of bug fixes and small cleanups for 4.8.
The vb2 fix is particularly nasty, the others are all pretty trivial.
Regards,
Hans
The following changes since commit 009a620848218d521f008141c62f56bf19294dd9:
[media] cec: always check all_device_types and features (
drivers/media/usb/airspy/airspy.c: In function 'airspy_probe':
drivers/media/usb/airspy/airspy.c:1084:1: warning: label
'err_unregister_v4l2_dev' defined but not used [-Wunused-label]
Signed-off-by: Hans Verkuil
---
drivers/media/usb/airspy/airspy.c | 1 -
1 file changed, 1 deletion(-)
diff --
On 07/18/2016 04:45 PM, William Breathitt Gray wrote:
> The module_isa_driver macro is a helper macro for ISA drivers which do
> not do anything special in module init/exit. This patchset eliminates a
> lot of ISA driver registration boilerplate code by utilizing
> module_isa_driver, which replaces
On Wednesday, July 20, 2016 3:01:14 AM CEST Olof's autobuilder wrote:
>Passed: 122
>Failed: 0
>Warnings: 7
>Section mismatches: 0
Looking pretty good, almost no warnings left. The first one in this
list is the only o
Em Wed, 20 Jul 2016 08:07:54 +0200
Markus Heiser escreveu:
> Am 20.07.2016 um 02:00 schrieb Mauro Carvalho Chehab
> :
>
> > Em Tue, 19 Jul 2016 16:49:16 -0600
> > Jonathan Corbet escreveu:
> >
> >> On Tue, 19 Jul 2016 11:53:19 -0300
> >> Mauro Carvalho Chehab wrote:
> >>
> >>> So, I gue
Hi,
I see that my card 292e has LNA support:
https://patchwork.linuxtv.org/patch/23763/
but searching I can't find how to enable this the force option
force_lna_activation=1 that the t500 uses isn't recognised
Please could someone tell me if this is configurable an if so how to
configure it?
Th
On 07/08/2016 12:43 PM, Niklas Söderlund wrote:
> A recent bugfix to adv7180 brought to light that the rcar-vin driver are
> looking for the wrong media bus format. It was looking for a YUVU format
> but then expecting UYVY data. The bugfix for adv7180 will break the
> usage of rcar-vin together wi
vivid shouldn't process the CEC_MSG_SET_STREAM_PATH message: this will confuse
userspace follower code because it isn't aware of the state change of becoming
an active source.
Signed-off-by: Hans Verkuil
---
diff --git a/drivers/media/platform/vivid/vivid-cec.c
b/drivers/media/platform/vivid/viv
On 07/20/2016 02:03 AM, Steve Longerbeam wrote:
> Replace hard-coded addresses with new register macro defines. No
> functional changes.
>
> Signed-off-by: Steve Longerbeam
Acked-by: Lars-Peter Clausen
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a m
On 07/20/2016 02:03 AM, Steve Longerbeam wrote:
> Some targets control the ADV7180 power pin via a gpio, so add
> optional support for "powerdown" pin control.
>
> Signed-off-by: Steve Longerbeam
> Tested-by: Tim Harvey
> Acked-by: Tim Harvey
> Cc: Lars-Peter Clausen
Looks good, thanks.
Acke
2016-07-20 9:09 GMT+03:00 Matwey V. Kornilov :
> 2016-07-20 0:34 GMT+03:00 Bin Liu :
>> Hi,
>>
>> On Wed, Jul 20, 2016 at 12:25:44AM +0300, Matwey V. Kornilov wrote:
>>> 2016-07-19 23:56 GMT+03:00 Bin Liu :
>>> > Hi,
>>> >
>>> > On Tue, Jul 19, 2016 at 11:21:17PM +0300, mat...@sai.msu.ru wrote:
>>>
Hi Nick,
This series looks good. I plan on taking it for 4.9. I have to wait until
4.8-rc1 is out and merged in our media_tree repo before I can make the pull
request, probably in about 3 weeks from now.
One request: can you post the 'v4l2-compliance -a -f' output, using the latest
v4l2-complianc
On 07/20/2016 02:03 AM, Steve Longerbeam wrote:
> This patch adds a "newavmode" boolean property as part of the v4l2 endpoint
> properties. This indicates an Analog Devices decoder is generating EAV/SAV
> codes to suit Analog Devices encoders.
>
> Signed-off-by: Steve Longerbeam
> Cc: Mauro Carva
On 07/20/2016 03:42 AM, Andrey Utkin wrote:
> Changes since v5:
> - Rework known issues notice as suggested by Hans Verkuil (and previously
> Joe Perches)
>
> I am leaving for a vacation in a day and won't respond before 3rd of August.
> I wish to all of you to enjoy your time, too.
>
> Thanks
74 matches
Mail list logo