Hi Sylwester,
On Wednesday 03 July 2013 22:36:28 Sylwester Nawrocki wrote:
> On 07/03/2013 12:52 PM, Laurent Pinchart wrote:
> > Hello,
> >
> > Here are two small fixes for the V4L2 OF parsing code. The patches should
> > be self-explanatory.
>
> Hi Laurent,
>
> Thank you for fixing what I've m
This patch set adds handling of the i2c_board_info struct to the saa7115 driver.
The main goal of this patch is to give the different devices with the gm7113c
chip an opportunity to configure the chip to their needs.
I've only implemented the overrides I know are necessary to get the stk1160
and t
Most of the registers changed in saa7115_init_misc table are out of range
for the gm7113c chip.
The only register that's within range doesn't need to be changed here.
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/i2c/saa7115.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --g
saa711x_set_v4lstd would toggle several bits that should not be touched
when changing std.
This could potentially override configurations set in platform_data.
This patch should fix that problem.
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/i2c/saa7115.c | 37 +---
Implement i2c_board_info.platform_data handling in the driver so we can
make device specific changes to the chips we support.
I'm adding a new init table for the gm7113c chip because the old saa7113
init table has a illegal and wrong defaults according to the datasheet.
I'm also adding an option
Hello,
On Thursday 27 June 2013 11:53:15 Sylwester Nawrocki wrote:
> On 06/27/2013 08:43 AM, Hans Verkuil wrote:
> > On Wed June 26 2013 11:00:51 Sakari Ailus wrote:
> >> On Tue, Jun 25, 2013 at 06:55:49PM +0200, Sylwester Nawrocki wrote:
> >>> On 06/24/2013 10:54 AM, Hans Verkuil wrote:
> Hi
Hi Hans,
On Tue, Jun 25, 2013 at 11:02:51AM +0200, Hans Verkuil wrote:
> On Tue 25 June 2013 10:21:19 Sakari Ailus wrote:
> > Hi Hans,
> >
> > On Mon, Jun 24, 2013 at 02:48:15PM +0200, Hans Verkuil wrote:
> > > Hi all,
> > >
> > > While working on extending v4l2-compliance with cropping/selectio
On 07/03/2013 12:52 PM, Laurent Pinchart wrote:
Hello,
Here are two small fixes for the V4L2 OF parsing code. The patches should be
self-explanatory.
Hi Laurent,
Thank you for fixing what I've messed up in the Guennadi's original patch.
For both patches:
Acked-by: Sylwester Nawrocki
Laur
free_buff_list and rec_buff_list are initialized in the middle of hdpvr_probe(),
but if something bad happens before that, error handling code calls
hdpvr_delete(),
which contains iteration over the lists (via hdpvr_free_buffers()).
The patch moves the lists initialization to the beginning and by
Pushed to the dtv-scan-tables tree. A package should be generated thanks
to mauro soon, so if packagers download tomorrow, or pull from git now,
they have the new version.
On 07/03/13 20:32, Dirk Ritter wrote:
Hello Oliver! :-)
Am Mittwoch, den 03.07.2013, 19:54 +0200 schrieb Oliver Schinagl:
On Wednesday 03 July 2013 02:01:59 Sakari Ailus wrote:
> On Mon, Jun 24, 2013 at 03:40:14PM +0200, Hans Verkuil wrote:
> ...
>
> > Since the payloads are larger I am less concerned about speed. There is
> > one problem, though: if you dequeue the event and the buffer that should
> > receive the pa
Hello!
According to Martin Klar, the scan file for de-Kabel_BW
needs to get changed. I verified his change beforehand
based on documents from KabelBW and an external help desk
and later on, when KabelBW actually changed it in my city,
on actual usage with Kaffeine and can positively confirm it.
Se
Hello.
I've been viewing FTA satellite for a few years using an up-to-date ubuntu
distro
and a Technisat SkyStar USB HD;
http://www.linuxtv.org/wiki/index.php/Technisat_SkyStar_USB_HD
Recently I decided to upgrade my setup and try out a DiSEqC motor on my dish.
Cdtronix NH-210 DiSEqC 1.2 Motor
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: Wed Jul 3 19:00:28 CEST 2013
git branch: test
git hash: 1c26190a8d492adadac4711fe5762d46204b18b0
gcc versi
On 07/03/13 18:35, Hermann Ulrichskötter wrote:
Hallo Oliver,
Hi Hermann,
ich bin am Wochenende bei der TVHeadend-Installation auf meiner Synology über
das Problem gestolpert, dass die Kanäle von Kabel-BW nicht mehr gescannt wurden.
Kabel-BW hatte am Donnerstag hier in Freiburg einige Sendefr
the description,
> it seems to contain just fixes/documentation, so, I'll be handling it
> in a few.
Has this patch been merged yet? If so, where?
This build failure is still occurring in linux-next-20130703.
thanks,
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
i don't know how to "sniff" the usb port. if you want i can give you root
access to the machine with the device plugged into it. it's a raspberry pi with
raspbian wheezy.
From: Antti Palosaari
To: Oliver Schinagl
Cc: Bogdan Oprea ; "linux-media@vger.kernel.o
Replace a manual loop through child nodes with a call to
of_get_child_by_name().
Signed-off-by: Laurent Pinchart
---
drivers/media/v4l2-core/v4l2-of.c | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/drivers/media/v4l2-core/v4l2-of.c
b/drivers/media/v4l2-core/v4l2-of.
The of_get_child_by_name() function takes a reference to the node it
returns. Make sure to drop it when looking for the ports node in
v4l2_of_get_next_endpoint().
Signed-off-by: Laurent Pinchart
---
drivers/media/v4l2-core/v4l2-of.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/med
Hello,
Here are two small fixes for the V4L2 OF parsing code. The patches should be
self-explanatory.
Laurent Pinchart (2):
v4l: of: Use of_get_child_by_name()
v4l: of: Drop acquired reference to node when getting next endpoint
drivers/media/v4l2-core/v4l2-of.c | 9 +++--
1 file changed
20 matches
Mail list logo