Hi Mauro,
On Sun, 22 Mar 2015, Mauro Carvalho Chehab wrote:
> Em Mon, 16 Mar 2015 12:25:28 +0100
> Hans Verkuil escreveu:
>
> > This is the draft agenda for the media mini-summit in San Jose on March
> > 26th.
> >
> > Time: 9 AM to 5 PM (approximately)
> > Room: TBC (Mauro, do you know this?)
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 Mar 24 04:00:19 CET 2015
git branch: test
git hash: 8a56b6b5fd6ff92b7e27d870b803b11b751660c2
gcc versio
On 03/23/2015 11:12 PM, Ole Ernst wrote:
Very much appreciated, thanks Antti! Let me know, if you need someone to
test your patches.
Could you test that tree?
http://git.linuxtv.org/cgit.cgi/anttip/media_tree.git/log/?h=ts2020
git clone -b ts2020 git://linuxtv.org/anttip/media_tree.git
then c
Hi Jacek,
On Mon, Mar 23, 2015 at 04:32:12PM +0100, Jacek Anaszewski wrote:
> Hi Sakari,
>
> Thanks for the review.
>
> On 03/22/2015 02:21 AM, Sakari Ailus wrote:
> >Hi Jacek,
> >
> >Some comments below. Please also get an ack from Sylwester! :-)
>
> No doubt about that :)
>
> >On Fri, Mar 20
Hi Jacek,
On Mon, Mar 23, 2015 at 04:08:10PM +0100, Jacek Anaszewski wrote:
> Hi Sakari,
>
> Thanks for the review.
>
> On 03/22/2015 01:22 AM, Sakari Ailus wrote:
> >Hi Jacek,
> >
> >Thanks for the updated set. Some comments below.
> >
> >On Fri, Mar 20, 2015 at 04:03:27PM +0100, Jacek Anaszews
Very much appreciated, thanks Antti! Let me know, if you need someone to
test your patches.
Am 23.03.2015 um 19:08 schrieb Antti Palosaari:
> On 03/18/2015 11:06 AM, Ole Ernst wrote:
>> Hi Max,
>>
>> I'm afraid I'm not experienced enough to adapt the ts2020 driver to
>> interwork with the current
On 23/03/15 16:59, Lee Jones wrote:
> On Mon, 23 Mar 2015, Pavel Machek wrote:
>
>> > On Mon 2015-03-23 15:02:13, Lee Jones wrote:
>>> > > On Mon, 23 Mar 2015, Pavel Machek wrote:
> > > On Mon 2015-03-23 12:07:43, Lee Jones wrote:
> > > > > This patch requires a DT Ack.
> > >
>
On 03/18/2015 11:06 AM, Ole Ernst wrote:
Hi Max,
I'm afraid I'm not experienced enough to adapt the ts2020 driver to
interwork with the current kernel driver for the S952. I'd be more than
happy to test patches though!
I will migrate M88TS2022 to TS2020 and it will start working after that.
r
On Mon, Mar 23, 2015 at 05:25:53PM +0100, Silvan Jegen wrote:
> Remove dead code, make goto label names more expressive and add a label
> in order to call mantis_dvb_exit if mantis_uart_init fails.
>
> Also make sure that mantis_pci_exit is called if we fail the
> mantis_stream_control call and th
Hi Rob, Philipp,
Am Mittwoch, 11. März 2015, 09:51:21 schrieb Philipp Zabel:
> Am Dienstag, den 10.03.2015, 14:05 -0500 schrieb Rob Herring:
> > I've only been copied on this latest pull request and a version from
> > March of last year which Grant nak'ed. This series did not go to
> > devicetree
Remove dead code, make goto label names more expressive and add a label
in order to call mantis_dvb_exit if mantis_uart_init fails.
Also make sure that mantis_pci_exit is called if we fail the
mantis_stream_control call and that we call mantis_i2c_exit if
mantis_get_mac fails.
Signed-off-by: Silv
On Mon, 23 Mar 2015, Pavel Machek wrote:
> On Mon 2015-03-23 15:02:13, Lee Jones wrote:
> > On Mon, 23 Mar 2015, Pavel Machek wrote:
> > > On Mon 2015-03-23 12:07:43, Lee Jones wrote:
> > > > This patch requires a DT Ack.
> > >
> > > No, it requires DT people to be notified -- and they were, few
On Mon 2015-03-23 15:02:13, Lee Jones wrote:
> On Mon, 23 Mar 2015, Pavel Machek wrote:
> > On Mon 2015-03-23 12:07:43, Lee Jones wrote:
> > > This patch requires a DT Ack.
> >
> > No, it requires DT people to be notified -- and they were, few times
> > by now.
> >
> > They clearly don't care.
>
Additional note: this happens almost never with the original code using
dma-contig, which is why I didn't catch it during testing. I've now
switched back and forth between the two versions multiple times, and
it's definitely a lot less stable with dma-sg and usb_sg_init/_wait.
Maybe that can help s
Hi,
I noticed that when doing a channel scan using dvbv5-scan the scan
results in a bogus dvb_channel.conf file.
During the scan the correct frequency is printed out:
Scanning frequency #1 11265000
Service Viasat History HD, provider (null): reserved
Service TV6 HD Sweden, provider (null): reser
Hi Sakari,
Thanks for the review.
On 03/22/2015 02:21 AM, Sakari Ailus wrote:
Hi Jacek,
Some comments below. Please also get an ack from Sylwester! :-)
No doubt about that :)
On Fri, Mar 20, 2015 at 04:03:26PM +0100, Jacek Anaszewski wrote:
This patch adds support for external v4l2-flash
Hi Sakari,
Thanks for the review.
On 03/22/2015 01:22 AM, Sakari Ailus wrote:
Hi Jacek,
Thanks for the updated set. Some comments below.
On Fri, Mar 20, 2015 at 04:03:27PM +0100, Jacek Anaszewski wrote:
This patch adds helper functions for registering/unregistering
LED Flash class devices as
On 03/22/2015 08:56 AM, Sakari Ailus wrote:
> Hi Hans,
>
> On Fri, Mar 20, 2015 at 02:25:57PM +0100, Hans Verkuil wrote:
>> This is a proposal to extend the information returned by v4l2_fmtdesc
>> (VIDIOC_ENUM_FMT).
>>
>> Especially in combination with my previous RFC PATCH
>> (https://patchwork
On Mon, 23 Mar 2015, Pavel Machek wrote:
> On Mon 2015-03-23 12:07:43, Lee Jones wrote:
> > This patch requires a DT Ack.
>
> No, it requires DT people to be notified -- and they were, few times
> by now.
>
> They clearly don't care.
Well fortunately for the Kernel community, I do care. And as
On 03/22/2015 01:38 PM, Laurent Pinchart wrote:
> Hi Hans,
>
> Thank you for the patch.
>
> On Friday 20 March 2015 13:17:19 Hans Verkuil wrote:
>> The descriptions used in drivers for the formats returned with ENUM_FMT
>> are all over the place.
>>
>> So instead allow the core to fill in the des
On Sun, Mar 22, 2015 at 10:02 PM, Mauro Carvalho Chehab
wrote:
> Em Mon, 16 Mar 2015 12:25:28 +0100
> Hans Verkuil escreveu:
>
>> This is the draft agenda for the media mini-summit in San Jose on March 26th.
>>
>> Time: 9 AM to 5 PM (approximately)
>> Room: TBC (Mauro, do you know this?)
>
> I'll
Hi Hans,
Thank you for the patch.
On Friday 20 March 2015 13:17:19 Hans Verkuil wrote:
> The descriptions used in drivers for the formats returned with ENUM_FMT
> are all over the place.
>
> So instead allow the core to fill in the description and flags. This
> allows drivers to drop the descrip
On Mon 2015-03-23 12:07:43, Lee Jones wrote:
> This patch requires a DT Ack.
No, it requires DT people to be notified -- and they were, few times
by now.
They clearly don't care.
> > This patch adds device tree binding documentation for
> > the flash cell of the Maxim max77693 multifunctional de
Hi Sakari,
Thanks for the review.
On 03/21/2015 11:44 PM, Sakari Ailus wrote:
Hi Jacek,
On Fri, Mar 20, 2015 at 04:03:21PM +0100, Jacek Anaszewski wrote:
This patch adds led-flash support to Maxim max77693 chipset.
A device can be exposed to user space through LED subsystem
sysfs interface. D
This patch requires a DT Ack.
> This patch adds device tree binding documentation for
> the flash cell of the Maxim max77693 multifunctional device.
>
> Signed-off-by: Jacek Anaszewski
> Signed-off-by: Andrzej Hajda
> Acked-by: Kyungmin Park
> Cc: Lee Jones
> Cc: Chanwoo Choi
> Cc: Bryan Wu
> This patch requires a DT Ack.
Whoops, not this one. Patch 4.
> > This patch adds led-flash support to Maxim max77693 chipset.
> > A device can be exposed to user space through LED subsystem
> > sysfs interface. Device supports up to two leds which can
> > work in flash and torch mode. The leds
Hello everyone,
now that I'm using the newly merged sur40 video driver in a development
environment, I've noticed that a custom V4L2 application we've been
using in our lab will sometimes trigger a hard lockup of the machine
(_nothing_ works anymore, no VT switching, no network, not even Magic
Sys
This patch requires a DT Ack.
> This patch adds led-flash support to Maxim max77693 chipset.
> A device can be exposed to user space through LED subsystem
> sysfs interface. Device supports up to two leds which can
> work in flash and torch mode. The leds can be triggered
> externally or by softwa
Hi!
> Nokia N900 is switching to device tree, make sure we can use flash
> there, too.
>
> Signed-off-by: Pavel Machek
Sakari, you are marked as a matinainer for this driver. Can you take
the patch so that it makes it into 4.1?
Thanks,
Instead of parsing the link-frequencies property in the driver, let
v4l2_of_alloc_parse_endpoint() do it.
Signed-off-by: Sakari Ailus
---
drivers/media/i2c/smiapp/smiapp-core.c | 40
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/drivers/media/
The link-frequencies property is a variable length array of link frequencies
in an endpoint. The array is needed by an increasing number of drivers, so
it makes sense to add it to struct v4l2_of_endpoint.
However, the length of the array is variable and the size of struct
v4l2_of_endpoint is fixed
Hi Sakari,
On 03/21/2015 11:49 PM, Sakari Ailus wrote:
Hi Jacek,
On Fri, Mar 20, 2015 at 04:03:22PM +0100, Jacek Anaszewski wrote:
+Optional properties of the LED child node:
+- label : see Documentation/devicetree/bindings/leds/common.txt
I'm still not comfortable using the label field as-i
(Resending; fixed Sylwester's e-mail address.)
Hi,
I've split off the third and obviously somewhat problematic patch in the
set, and sent a pull req containing the first two patches and another
dependent patch:
http://www.spinics.net/lists/linux-media/msg88033.html>
The changes intend to addres
The field is unused. Remove it.
Signed-off-by: Sakari Ailus
---
include/media/v4l2-of.h |2 --
1 file changed, 2 deletions(-)
diff --git a/include/media/v4l2-of.h b/include/media/v4l2-of.h
index 70fa7b7..dc468de 100644
--- a/include/media/v4l2-of.h
+++ b/include/media/v4l2-of.h
@@ -54,7 +54
Clean the entire struct starting from bus_type. As more fields are added, no
changes will be needed in the function to reset their value explicitly.
Signed-off-by: Sakari Ailus
---
drivers/media/v4l2-core/v4l2-of.c |5 +++--
include/media/v4l2-of.h |1 +
2 files changed, 4 inse
Hi Hans,
Am Freitag, den 20.03.2015, 13:17 +0100 schrieb Hans Verkuil:
> The descriptions used in drivers for the formats returned with ENUM_FMT
> are all over the place.
>
> So instead allow the core to fill in the description and flags. This
> allows drivers to drop the description and flags.
>
36 matches
Mail list logo