On Sat, 2013-11-02 at 11:31 -0200, Mauro Carvalho Chehab wrote:
> On cris and frv archs, the functions below aren't defined:
> drivers/media/platform/sh_veu.c: In function 'sh_veu_reg_read':
> drivers/media/platform/sh_veu.c:228:2: error: implicit declaration of
> function 'ioread32' [
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: Mon Nov 4 04:00:24 CET 2013
git branch: for-v3.13c
git hash: 3adeac2c34cc28e05d0ec52f38f009dcce278555
gcc
On Sat, Nov 2, 2013 at 9:31 AM, Mauro Carvalho Chehab
wrote:
> Dynamic static allocation is evil, as Kernel stack is too low, and
> compilation complains about it on some archs:
>
> drivers/media/usb/dvb-usb-v2/mxl111sf.c:74:1: warning:
> 'mxl111sf_ctrl_msg' uses dynamic stack allocation
The only udelay() call takes place in a sleepable context, we can sleep
instead. Use usleep_range().
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/media/omap4iss/iss.c
b/driver
The failure variable is initialized with 0 and used as a return value
without ever being modified. Remove it and return 0 directly.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/media
The video_unregister_device() function checks if the video device is
registered before proceeding, remote the duplicate check from the
driver.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss_video.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/driv
The iss_device structure is allocated with kzalloc, there's no need to
initialize its fields to 0 explicitly.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/media/omap4iss/iss.c
b/drivers/staging/media/
The functions always succeed, there's no need to return an error value.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss.c | 14 ++
drivers/staging/media/omap4iss/iss.h | 6 +++---
2 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/drivers/staging/
Instead of using the extended control API internally to get the sensor
pixel rate, use the dedicated in-kernel APIs (find the control with
v4l2_ctrl_find() and get its value with v4l2_ctrl_g_ctrl_int64()).
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss.c | 21 ++--
Loop counters that can only take positive values should be unsigned.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/omap4iss/iss.c
b/drivers/staging/media/omap4iss/iss.c
inde
From: Sergio Aguirre
This adds a very simplistic driver to utilize the CSI2A interface inside
the ISS subsystem in OMAP4, and dump the data to memory.
Check Documentation/video4linux/omap4_camera.txt for details.
This commit adds the IPIPEIF and IPIPE processing blocks support.
Signed-off-by:
Code common to all cases can be moved out of the switch...case
statement.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/media/omap4iss/iss.c
b/drivers/staging/media/omap4iss/iss.c
Set the v4l2_capability capabilities and device_caps fields correctly.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss_video.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/omap4iss/iss_video.c
b/drivers/staging/media/oma
Get rid of a goto statement for a simple error path that can be inlined,
and split spaghetti error code to a separate section.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss.c | 20 +---
drivers/staging/media/omap4iss/iss_video.c | 15 ---
The vb2 queue already keeps track of the streaming state, there's no
need to duplicate that in the driver.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss_video.c | 9 -
drivers/staging/media/omap4iss/iss_video.h | 3 ---
2 files changed, 12 deletions(-)
diff --gi
This adds a very simplistic driver to utilize the CSI2A interface inside
the ISS subsystem in OMAP4, and dump the data to memory.
Check Documentation/video4linux/omap4_camera.txt for details.
This commit adds and updates Kconfig's and Makefile's, as well as a TODO
list.
Signed-off-by: Laurent Pi
From: Sergio Aguirre
This adds a very simplistic driver to utilize the CSI2A interface inside
the ISS subsystem in OMAP4, and dump the data to memory.
Check Documentation/video4linux/omap4_camera.txt for details.
This commit adds resizer support.
Signed-off-by: Sergio Aguirre
[Port the drive
From: Sergio Aguirre
This adds a very simplistic driver to utilize the CSI2A interface inside
the ISS subsystem in OMAP4, and dump the data to memory.
Check Documentation/video4linux/omap4_camera.txt for details.
This commit adds CSI receivers support.
Signed-off-by: Sergio Aguirre
[Port the
Hello,
This is the second version of the OMAP4 ISS driver patches for inclusion in the
mainline kernel. I've addressed most of the comments received on the first
version (some of them are still being discussed) in additional patches, except
for the file path updates in the documentation that have
Timestamps use the monotonic clock, configure the vb2 queue accordingly.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss_video.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/media/omap4iss/iss_video.c
b/drivers/staging/media/omap4iss/iss_video.c
ind
From: Sergio Aguirre
This adds a very simplistic driver to utilize the CSI2A interface inside
the ISS subsystem in OMAP4, and dump the data to memory.
Check Documentation/video4linux/omap4_camera.txt for details.
This commit adds video devices support.
Signed-off-by: Sergio Aguirre
[Port the
Hi Dan,
Thank you for the comments.
On Friday 04 October 2013 11:16:38 Dan Carpenter wrote:
> On Thu, Oct 03, 2013 at 01:55:29AM +0200, Laurent Pinchart wrote:
> > +
> > + ret = vb2_streamon(&vfh->queue, type);
> > + if (ret < 0)
> > + goto err_iss_video_check_format;
> > +
> > +
Hi Sakari,
Thank you for the review.
On Sunday 06 October 2013 00:49:28 Sakari Ailus wrote:
> Hi Laurent,
>
> Thanks for the patch! Some comments below.
>
> On Thu, Oct 03, 2013 at 01:55:28AM +0200, Laurent Pinchart wrote:
> ...
>
> > +int omap4iss_get_external_info(struct iss_pipeline *pipe,
Hi Hans,
Thank you for the review.
On Thursday 03 October 2013 08:54:19 Hans Verkuil wrote:
> On 10/03/2013 01:55 AM, Laurent Pinchart wrote:
> > From: Sergio Aguirre
> >
> > This adds a very simplistic driver to utilize the CSI2A interface inside
> > the ISS subsystem in OMAP4, and dump the da
Signed-off-by: Sean Young
---
drivers/media/rc/iguanair.c | 22 ++
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/drivers/media/rc/iguanair.c b/drivers/media/rc/iguanair.c
index 19632b1..7f05e19 100644
--- a/drivers/media/rc/iguanair.c
+++ b/drivers/media/rc/ig
On Sat, Nov 02, 2013 at 11:31:14AM -0200, Mauro Carvalho Chehab wrote:
> drivers/media/rc/iguanair.c: In function 'iguanair_set_tx_carrier':
> drivers/media/rc/iguanair.c:304: warning: 'sevens' may be used
> uninitialized in this function
>
> This is clearly a gcc bug, but it doesn't
Hi,
This is an early RFC for omap3isp DT support. For now i just created a
potential DT
binding documentation based on the existing platform data:
Binding for the OMAP3 Camera subsystem with the image signal processor (ISP)
feature.
omap3isp node
-
Required properties:
- compatib
On Sunday 03 November 2013 09:39:39 Mauro Carvalho Chehab wrote:
> While you're here, could you please port this driver to use the
> RC core, instead of the legacy RC support?
>
> Porting it to rc core is not hard (but, ideally, it should be done by
> someone with a hardware to test).
Ok - i do i
Antti Palosaari writes:
> On 03.11.2013 13:31, Mauro Carvalho Chehab wrote:
> > Em Wed, 23 Oct 2013 00:57:47 +0200
> > Ralph Metzler escreveu:
> >> I am wondering if anybody looked into API extensions for DVB-C2 yet?
> >> Obviously, we need some more modulations, guard intervals, etc.
> >> e
On 03.11.2013 19:18, Antti Palosaari wrote:
CrazyCat,
Could you fix your mailer? Or tell me the command I can import that
patch to my local git tree for testing?
git send-email is at least know to break patches.
*not* to break patches!
I will manually applying that patch and testing, but.
CrazyCat,
Could you fix your mailer? Or tell me the command I can import that
patch to my local git tree for testing?
git send-email is at least know to break patches.
I will manually applying that patch and testing, but..
$ wget --no-check-certificate -O -
https://patchwork.linuxtv.org/
On 03.11.2013 11:56, Mauro Carvalho Chehab wrote:
Hi Maik,
Em Sun, 3 Nov 2013 01:31:04 +0100
Maik Broemme escreveu:
Added support for the NXP TDA18212 silicon tuner used by recent
Digital Devices hardware. This will allow update of ddbridge driver
to support newer devices.
Signed-off-by: Mai
On 03.11.2013 13:31, Mauro Carvalho Chehab wrote:
Em Wed, 23 Oct 2013 00:57:47 +0200
Ralph Metzler escreveu:
I am wondering if anybody looked into API extensions for DVB-C2 yet?
Obviously, we need some more modulations, guard intervals, etc.
even if the demod I use does not actually let me set
Am Mittwoch, den 23.10.2013, 16:58 + schrieb Christoph
Schwerdtfeger:
> Devin Heitmueller kernellabs.com> writes:
>
> >
> > On Tue, May 4, 2010 at 8:00 AM, Jan Möbius web.de> wrote:
> > > Hi,
> > >
> > > im trying to get a Hauppauge HVR-4400 working on a Debian squeeze. It
> seems to
> > >
drivers/media/pci/cx18/cx18-driver.c: In function 'cx18_read_eeprom':
drivers/media/pci/cx18/cx18-driver.c:357:1: warning: the frame size of
1072 bytes is larger than 1024 bytes [-Wframe-larger-than=]
That happens because the routine allocates 256 bytes for an eeprom buffer, plus
Hi Ralph,
Ralph Metzler wrote:
> Maik Broemme writes:
> > Hi Mauro,
> >
> > Mauro Carvalho Chehab wrote:
> > > Em Sun, 3 Nov 2013 01:22:35 +0100
> > > Maik Broemme escreveu:
> > >
> > > > I've updated the current DDBridge to latest version 0.9.10 from Ralph
> > > > Metzler available a
Maik Broemme writes:
> Hi Mauro,
>
> Mauro Carvalho Chehab wrote:
> > Em Sun, 3 Nov 2013 01:22:35 +0100
> > Maik Broemme escreveu:
> >
> > > I've updated the current DDBridge to latest version 0.9.10 from Ralph
> > > Metzler available at:
> > >
> > > http://www.metzlerbros.de/dddvb/d
Hi Mauro,
Mauro Carvalho Chehab wrote:
> Em Sun, 3 Nov 2013 01:22:35 +0100
> Maik Broemme escreveu:
>
> > I've updated the current DDBridge to latest version 0.9.10 from Ralph
> > Metzler available at:
> >
> > http://www.metzlerbros.de/dddvb/dddvb-0.9.10.tar.bz2
> >
> > I've merged the driver
Am 02.11.2013 17:39, schrieb Mauro Carvalho Chehab:
Em Sat, 02 Nov 2013 14:00:13 +0100
Frank Schäfer escreveu:
Am 31.10.2013 13:13, schrieb Patchwork:
Hello,
The following patch (submitted by you) has been updated in patchwork:
* linux-media: em28xx: make sure that all subdevices are powe
Hi Ralph,
Ralph Metzler wrote:
> Mauro Carvalho Chehab writes:
> > Em Sun, 3 Nov 2013 01:24:25 +0100
> > Maik Broemme escreveu:
> >
> > > Added support for DVB-C2 to DVB frontends. It will be required
> > > by cxd2843 and tda18212dd (Digital Devices) frontends.
> > >
> > > Signed-off-by
Hi Mauro,
Mauro Carvalho Chehab wrote:
> Em Sun, 3 Nov 2013 01:25:23 +0100
> Maik Broemme escreveu:
>
> > Added (DD) to NXP TDA18271C2 silicon tuner as this tuner was
> > specifically added for Digital Devices ddbridge driver.
> >
> > Signed-off-by: Maik Broemme
> > ---
> > drivers/media/dvb
On 03.11.2013 11:12, Mauro Carvalho Chehab wrote:
Em Sat, 2 Nov 2013 22:21:32 -0200
Mauro Carvalho Chehab escreveu:
Em Sat, 02 Nov 2013 22:59:04 +0100
Hans Verkuil escreveu:
On 11/02/2013 10:53 PM, Hans Verkuil wrote:
On 11/02/2013 10:15 PM, Mauro Carvalho Chehab wrote:
Em Sat, 02 Nov 201
Em Sat, 02 Nov 2013 23:03:17 +0200
CrazyCat escreveu:
> Support for Geniatech T220 DVB-T/T2/C USB stick.
>
> Signed-off-by: Evgeny Plehov
> diff --git a/drivers/media/usb/dvb-usb/dw2102.c
> b/drivers/media/usb/dvb-usb/dw2102.c
> index 6136a2c..12e00aa 100644
> --- a/drivers/media/usb/dvb-usb/d
Em Wed, 23 Oct 2013 00:57:47 +0200
Ralph Metzler escreveu:
> Hi,
>
> I am wondering if anybody looked into API extensions for DVB-C2 yet?
> Obviously, we need some more modulations, guard intervals, etc.
> even if the demod I use does not actually let me set those (only auto).
>
> But I do nee
Em Sun, 3 Nov 2013 11:47:52 +0100
Ralph Metzler escreveu:
> Mauro Carvalho Chehab writes:
> > Em Sun, 3 Nov 2013 01:24:25 +0100
> > Maik Broemme escreveu:
> >
> > > Added support for DVB-C2 to DVB frontends. It will be required
> > > by cxd2843 and tda18212dd (Digital Devices) frontends.
>
Em Sun, 3 Nov 2013 01:22:35 +0100
Maik Broemme escreveu:
> I've updated the current DDBridge to latest version 0.9.10 from Ralph
> Metzler available at:
>
> http://www.metzlerbros.de/dddvb/dddvb-0.9.10.tar.bz2
>
> I've merged the driver to work with current v4l/dvb tree and I will
> maintain th
Em Sun, 3 Nov 2013 01:46:12 +0100
Maik Broemme escreveu:
> Fixed Kconfig and Makefile to build latest version off ddbridge. It
> adds support for the following devices:
>
> - Octopus DVB adapter
> - Octopus V3 DVB adapter
> - Octopus LE DVB adapter
> - Octopus OEM
> - Octopus Mini
>
Em Sun, 3 Nov 2013 01:45:31 +0100
Maik Broemme escreveu:
> Updated ddbridge header for 0.9.10 changes.
Those changes should not be on a separate patch, as it will for sure
break compilation.
>
> Signed-off-by: Maik Broemme
> ---
> drivers/media/pci/ddbridge/ddbridge.h | 408
> ++
Mauro Carvalho Chehab writes:
> Em Sun, 3 Nov 2013 01:24:25 +0100
> Maik Broemme escreveu:
>
> > Added support for DVB-C2 to DVB frontends. It will be required
> > by cxd2843 and tda18212dd (Digital Devices) frontends.
> >
> > Signed-off-by: Maik Broemme
> > ---
> > include/uapi/linux
Em Sun, 3 Nov 2013 01:41:38 +0100
Maik Broemme escreveu:
> Added support for the Digital Devices Resi DVB-C Modulator card.
If I got this right, this driver provides functionality to modulate a
DVB signal, right?
This driver will likely require more discussions, as it is a modulator
driver, wit
Em Sun, 3 Nov 2013 01:40:15 +0100
Maik Broemme escreveu:
> Moved i2c interfaces from ddbridge-core.c into separate file.
>
> Signed-off-by: Maik Broemme
> ---
> drivers/media/pci/ddbridge/ddbridge-i2c.c | 239
> ++
Shouldn't you also be deleting it from ddbridge-co
Em Sun, 3 Nov 2013 01:35:45 +0100
Maik Broemme escreveu:
> Updated ddbridge registers:
>
> - Added GPIO and MDIO registers
> - Added Clock Generator (Sil598 @ 0xAA I2c)
> - Added DAC (AD9781/AD9783 SPI)
> - Added Temperature Monitor (2x LM75A @ 0x90,0x92 I2c)
> - Added CI Interface (on
Em Sun, 3 Nov 2013 01:33:54 +0100
Maik Broemme escreveu:
> Added EXPORT_SYMBOL(dvb_usercopy) to allow new ddbridge driver to
> use it. It is questionable if I should use it in this way or not.
> If not I will fix it.
I don't like the idea of doing that. This likely means that ddbridge
is needing
Em Sun, 3 Nov 2013 01:32:52 +0100
Maik Broemme escreveu:
> Added support for the CXD2843ER demodulator for DVB-T/T2/C/C2
> used by recent Digital Devices hardware.
The same CodingStyle issues I pointed on patch 4/12 also applies here.
I also noticed that on some places, the indent is not correct
Hi Maik,
Em Sun, 3 Nov 2013 01:31:04 +0100
Maik Broemme escreveu:
> Added support for the NXP TDA18212 silicon tuner used by recent
> Digital Devices hardware. This will allow update of ddbridge driver
> to support newer devices.
>
> Signed-off-by: Maik Broemme
> ---
> drivers/media/dvb-front
Em Sun, 3 Nov 2013 01:25:23 +0100
Maik Broemme escreveu:
> Added (DD) to NXP TDA18271C2 silicon tuner as this tuner was
> specifically added for Digital Devices ddbridge driver.
>
> Signed-off-by: Maik Broemme
> ---
> drivers/media/dvb-frontends/Kconfig | 4 ++--
> 1 file changed, 2 insertions
Em Sun, 3 Nov 2013 01:24:25 +0100
Maik Broemme escreveu:
> Added support for DVB-C2 to DVB frontends. It will be required
> by cxd2843 and tda18212dd (Digital Devices) frontends.
>
> Signed-off-by: Maik Broemme
> ---
> include/uapi/linux/dvb/frontend.h | 1 +
> 1 file changed, 1 insertion(+)
>
Em Sat, 2 Nov 2013 22:21:32 -0200
Mauro Carvalho Chehab escreveu:
> Em Sat, 02 Nov 2013 22:59:04 +0100
> Hans Verkuil escreveu:
>
> > On 11/02/2013 10:53 PM, Hans Verkuil wrote:
> > > On 11/02/2013 10:15 PM, Mauro Carvalho Chehab wrote:
> > >> Em Sat, 02 Nov 2013 18:25:19 +0100
> > >> Hans Verk
On Sat, Nov 02, 2013 at 10:23:07PM +, Alistair Buxton wrote:
> You can listen to DAB with http://www.sdr-j.tk/index.html
>
> You need a powerful CPU though, and you might have to unload the DVB
> driver first.
Ok, thanks. I was hoping to turn my Beaglebone Black (1 GHz ARMv7 CPU)
into a DAB r
59 matches
Mail list logo