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: Fri Jan 2 04:00:08 CET 2015
git branch: test
git hash: 99f3cd52aee21091ce62442285a68873e3be833f
gcc versio
Hi Sakari,
Thank you for the patch.
On Thursday 01 January 2015 23:13:54 Sakari Ailus wrote:
> device_caps in struct v4l2_capability were inadequately set in
> VIDIOC_QUERYCAP. Fix this.
>
> Signed-off-by: Sakari Ailus
> ---
> drivers/media/platform/omap3isp/ispvideo.c |7 +--
> 1 file
I am on holiday trip now. But generally speaking I would like to separate all
drivers from the interfaces. That means for example I2C tuner driver is just a
I2C driver and nothing more - no relations to DVB nor V4L API. That is
something I said many times earlier too, but for my taste drivers sh
device_caps in struct v4l2_capability were inadequately set in
VIDIOC_QUERYCAP. Fix this.
Signed-off-by: Sakari Ailus
---
drivers/media/platform/omap3isp/ispvideo.c |7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/media/platform/omap3isp/ispvideo.c
b/drivers
Hi,
I just subscribed to the mailing list to submit information on the bug which
is driving me crazy since one month ago.
I have a VDR based PVR at home, installed over an Ubuntu 14.04 LTS.
Everything was working perfectly, until beginning of December. It seems to
me that something changed that b
Remove the function vsp1_hsit_read() that is not used anywhere.
This was partially found by using a static code analysis program called
cppcheck.
Signed-off-by: Rickard Strandqvist
---
drivers/media/platform/vsp1/vsp1_hsit.c |5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/me
Hi Josh,
On Tuesday 30 December 2014 18:02:23 Josh Wu wrote:
> On 12/30/2014 8:15 AM, Laurent Pinchart wrote:
> > On Monday 29 December 2014 16:28:02 Josh Wu wrote:
> >> On 12/26/2014 6:06 PM, Laurent Pinchart wrote:
> >>> On Friday 26 December 2014 10:14:26 Guennadi Liakhovetski wrote:
> On
Hi Guennadi,
On Tuesday 30 December 2014 13:12:27 Guennadi Liakhovetski wrote:
> On Tue, 30 Dec 2014, Josh Wu wrote:
>
> [snip]
>
> > > And until omap1 is in the mainline we cannot drop v4l2_clk.
>
> s/until/as lonh as/
>
> > So I think the better way right now for ov2640 driver is still reque
Remove the function saa7134_queue() that is not used anywhere.
This was partially found by using a static code analysis program called
cppcheck.
Signed-off-by: Rickard Strandqvist
---
drivers/media/pci/saa7134/saa7134-video.c |5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/m
Remove the function write_eeprom_byte() that is not used anywhere.
This was partially found by using a static code analysis program called
cppcheck.
Signed-off-by: Rickard Strandqvist
---
drivers/media/pci/mantis/mantis_core.c | 23 ---
1 file changed, 23 deletions(-)
di
Removes some functions that are not used anywhere:
vblanking() hblanking()
This was partially found by using a static code analysis program called
cppcheck.
Signed-off-by: Rickard Strandqvist
---
drivers/media/i2c/adv7604.c | 10 --
drivers/media/i2c/adv7842.c | 10 --
driv
Add experimental support for the media controlers, on boards
that have mb86a20s (and use the new dvb core I2C binding).
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/usb/cx231xx/cx231xx-dvb.c
b/drivers/media/usb/cx231xx/cx231xx-dvb.c
index e6b6da44b1e5..d772d386849f 100644
---
Now that we have an I2C function to attach DVB sub-devices, add
support for media controller on it.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/dvb-core/dvb_frontend.h
b/drivers/media/dvb-core/dvb_frontend.h
index 41aae1bf0103..65d002f19cc3 100644
--- a/drivers/media/dvb-cor
There are two macros that are there just to simplify the parameter
passage. Remove them, as the i2c address is already inside the
i2c client structure.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/dvb-frontends/mb86a20s.c
b/drivers/media/dvb-frontends/mb86a20s.c
index 8dd608b
Instead of using I2C raw API, use the standard I2C binding API,
with the DVB core support for it.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/dvb-frontends/mb86a20s.c
b/drivers/media/dvb-frontends/mb86a20s.c
index 8f54c39ca63f..8dd608be1edd 100644
--- a/drivers/media/dvb-fro
Those patches are currently experimental and they depend on
this patch:
https://patchwork.linuxtv.org/patch/27329/
There are 2 cleanup patches here for mb86a20s, and one patch that
converts it to use the new I2C binding helper routines added at the
DVB core.
The next patch extends the DVB
The debug parameter is not used anymore, as this module was
converted already to use dev_dbg().
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/dvb-frontends/mb86a20s.c
b/drivers/media/dvb-frontends/mb86a20s.c
index e6f165a5b90d..8f54c39ca63f 100644
--- a/drivers/media/dvb-front
of_property_read_u64_array() wasn't yet part of the kernel tree when the
functionality was needed. Do use it now.
Signed-off-by: Sakari Ailus
---
drivers/media/i2c/smiapp/smiapp-core.c | 24 +---
1 file changed, 5 insertions(+), 19 deletions(-)
diff --git a/drivers/media/i
Am 30.12.2014 um 13:59 schrieb JPT:
> I currently try to make my Technisat IR-RC work.
> But nothing happens when I press a key.
> What's wrong?
It depends on what you expect to happen when you press a key on the
remote control. The kernel's and driver's job is primarily to deliver
the events to t
19 matches
Mail list logo