On Mon January 28 2013 23:40:59 Ondrej Zary wrote:
> On Monday 28 January 2013 11:56:59 Hans Verkuil wrote:
> > On Sun January 27 2013 20:45:05 Ondrej Zary wrote:
> > > Hello,
> > > this patch series improves v4l2-compliance of saa7134 driver. There are
> > > still some problems. Controls require c
Fixes the following sparse warnings:
drivers/media/i2c/s5c73m3/s5c73m3-core.c:42:5: warning:
symbol 'boot_from_rom' was not declared. Should it be static?
drivers/media/i2c/s5c73m3/s5c73m3-core.c:45:5: warning:
symbol 'update_fw' was not declared. Should it be static?
drivers/media/i2c/s5c73m3/s5c7
Hi Sakari,
On Tuesday 29 January 2013 01:02:20 Sakari Ailus wrote:
> On Mon, Jan 28, 2013 at 08:56:21PM +0100, Laurent Pinchart wrote:
> > On Monday 28 January 2013 10:55:14 Hans Verkuil wrote:
> > > On Fri January 25 2013 19:03:29 Sakari Ailus wrote:
> > > > Document that monotonic timestamps are
Hi Laurent,
On Mon, Jan 28, 2013 at 08:56:21PM +0100, Laurent Pinchart wrote:
> On Monday 28 January 2013 10:55:14 Hans Verkuil wrote:
> > On Fri January 25 2013 19:03:29 Sakari Ailus wrote:
> > > Document that monotonic timestamps are taken after the corresponding frame
> > > has been received, n
On Monday 28 January 2013 11:56:59 Hans Verkuil wrote:
> On Sun January 27 2013 20:45:05 Ondrej Zary wrote:
> > Hello,
> > this patch series improves v4l2-compliance of saa7134 driver. There are
> > still some problems. Controls require conversion to control framework
> > which I was unable to fini
From: Antonio Ospite
Signed-off-by: Antonio Ospite
---
Hi,
Actually I am not 100% sure whether the old form was correct English
already or not but the new one sounds better to me.
Thanks,
Antonio
Documentation/media-framework.txt |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Antonio Ospite
s/lisst/lists/
Signed-off-by: Antonio Ospite
---
Should it also be s/packet/packed/ on the same line?
If so I'll send another patch for that, there are a couple more of
these.
Thanks,
Antonio
Documentation/DocBook/media/v4l/subdev-formats.xml |2 +-
1 file change
From: Antonio Ospite
Take a look at the per-patch annotations too, please.
Thanks,
Antonio
Antonio Ospite (2):
[media] Documentation/media-framework.txt: fix a sentence
[media] Documentation/DocBook/media/v4l/subdev-formats.xml: fix a
typo
Documentation/DocBook/media/v4l/subdev-for
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 Jan 28 19:00:21 CET 2013
git branch: for_v3.9
git hash: a32f7d1ad3744914273c6907204c2ab3b5d496a0
gcc ve
Hi
El 28/01/13 07:23, Mauro Carvalho Chehab escribió:
Em Sun, 27 Jan 2013 18:48:57 -0300
Alfredo Jesús Delaiti escreveu:
Hi
El 27/01/13 13:16, Mauro Carvalho Chehab escribió:
Em Sun, 27 Jan 2013 12:27:21 -0300
Alfredo Jesús Delaiti escreveu:
Hi all
I'm trying to run the digital part of t
On Mon, Jan 28, 2013 at 12:02 PM, Leela Krishna Amudala
wrote:
> On Mon, Jan 28, 2013 at 9:24 PM, Sean Paul wrote:
>>
>> On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan
>> wrote:
>> > This patch adds display-timing node parsing using video helper function
>> >
>> > Signed-off-by: Leela Krishna Am
On Monday 28 January 2013 10:55:14 Hans Verkuil wrote:
> On Fri January 25 2013 19:03:29 Sakari Ailus wrote:
> > Document that monotonic timestamps are taken after the corresponding frame
> > has been received, not when the reception has begun. This corresponds to
> > the reality of current drivers
On Mon, Jan 28, 2013 at 9:24 PM, Sean Paul wrote:
>
> On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan
> wrote:
> > This patch adds display-timing node parsing using video helper function
> >
> > Signed-off-by: Leela Krishna Amudala
> > Signed-off-by: Vikas Sajjan
> > ---
> > drivers/gpu/drm/exy
On Mon, Jan 28, 2013 at 12:45 AM, Vikas Sajjan wrote:
> This patch adds display-timing node parsing using video helper function
>
> Signed-off-by: Leela Krishna Amudala
> Signed-off-by: Vikas Sajjan
> ---
> drivers/gpu/drm/exynos/exynos_drm_fimd.c | 35
> --
> 1 f
Hello Igor,
On Mon, Jan 28, 2013 at 3:14 AM, Igor Stamatovski wrote:
> Im trying to use ADS tech instantFM music USB card.
>
> dmesg reports this after machine reset (USB stays on machine)
>
> [6.387624] USB radio driver for Si470x FM Radio Receivers, Version 1.0.10
> [6.930228] radio-si4
On Mon January 28 2013 15:19:42 Dan Carpenter wrote:
> The current test doesn't make a lot of sense. It's likely to be true,
> which is what we would want in most cases. From looking at how this is
> handled in other drivers, I think "&" was intended instead of "*".
> It's an easy mistake to mak
On Mon January 28 2013 15:11:53 Ondrej Zary wrote:
> Make saa7134 driver more V4L2 compliant: clear VBI structure completely
> before assigning values to make sure any reserved space is cleared
>
> Signed-off-by: Ondrej Zary
> ---
> drivers/media/pci/saa7134/saa7134-video.c |1 +
> 1 files c
The current test doesn't make a lot of sense. It's likely to be true,
which is what we would want in most cases. From looking at how this is
handled in other drivers, I think "&" was intended instead of "*".
It's an easy mistake to make because they are next to each other on the
keyboard.
Signe
On Mon January 28 2013 15:11:50 Ondrej Zary wrote:
> Make saa7134 driver more V4L2 compliant: remove empty g_parm function
>
> Signed-off-by: Ondrej Zary
Acked-by: Hans Verkuil
> ---
> drivers/media/pci/saa7134/saa7134-video.c |7 ---
> 1 files changed, 0 insertions(+), 7 deletions(-)
Make saa7134 driver more V4L2 compliant: clear VBI structure completely
before assigning values to make sure any reserved space is cleared
Signed-off-by: Ondrej Zary
---
drivers/media/pci/saa7134/saa7134-video.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/med
Make saa7134 driver more V4L2 compliant: remove empty g_parm function
Signed-off-by: Ondrej Zary
---
drivers/media/pci/saa7134/saa7134-video.c |7 ---
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/drivers/media/pci/saa7134/saa7134-video.c
b/drivers/media/pci/saa7134/saa
Hi,
looking at the MIPI Alliance Specification for Camera Serial Interface
2 (I'll call it MIPI-CSI2 from now on, the document I am referring to
is mentioned at [1] and available at [2]), I see there is an YUV420 8
bit format (MIPI Data Type 0x18) specified with interleaved components
in the form
Am 21.12.2012 06:38, schrieb linux-media-ow...@vger.kernel.org:
> Hi,
>
> I've recently got a terratec h5 for dvb-c and thought it would be
> supported but it looks like it's a newer revision not recognized by em28xx.
> After using the new_id hack it gets recognized and using various htc
> cards (
From: Manjunath Hadli
A lot of SOCs including Texas Instruments Davinci family mainly use
video decoders as input devices. This patch adds a flag
'MEDIA_ENT_T_V4L2_SUBDEV_DECODER' media entity type for decoder's.
Along side updates the documentation for this media entity type.
Signed-off-by: Man
>> Then use #modprobe pciehp pciehp_force=1 pciehp_debug=1 to load pciehp
>> modules.
>> After above actions, enter /sys/bus/pci_express/devices/ directory and
>> /sys/bus/pci/slots/
>> Some slots and pcie port devices should be there now.
>>
> Sorry, I've tried your suggestion, but the two direc
On Mon January 28 2013 12:00:50 Hans Verkuil wrote:
> This message is generated daily by a cron job that builds media_tree for
> the kernels and architectures in the list below.
OK, the daily build is back in business! I've improved my scripts substantially.
In particular, if you download the scri
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 Jan 28 08:49:09 CET 2013
git branch: for_v3.9
git hash: a32f7d1ad3744914273c6907204c2ab3b5d496a0
gcc ve
On Mon January 28 2013 11:30:46 Mauro Carvalho Chehab wrote:
> Em Sun, 27 Jan 2013 20:45:11 +0100
> Ondrej Zary escreveu:
>
> > Make saa7134 driver more V4L2 compliant: don't set bogus V4L2_IN_ST_NO_SYNC
> > flag in enum_input as it's for digital video only
> >
> > Signed-off-by: Ondrej Zary
>
On Sun January 27 2013 20:45:05 Ondrej Zary wrote:
> Hello,
> this patch series improves v4l2-compliance of saa7134 driver. There are still
> some problems. Controls require conversion to control framework which I was
> unable to finish (because the driver accesses other controls and also the
> fil
Chris Clayton wrote:
> Hi Yijing,
>
> On 01/28/13 02:40, Yijing Wang wrote:
>> Hi Chris,
>> Sorry for the delay reply. It seems like my reply last night was missed.
>>
>> From the sysinfo you provide, there are no pcie port devices under
>> /sys/bus/pci_express/devices.
>> Maybe because th
On Sun January 27 2013 20:45:12 Ondrej Zary wrote:
> Make saa7134 driver more V4L2 compliant: remove empty g_audio and s_audio
> functions and don't set audioset in enum_input
>
> Signed-off-by: Ondrej Zary
Acked-by: Hans Verkuil
> ---
> drivers/media/pci/saa7134/saa7134-video.c | 30
> ---
On Sun January 27 2013 20:45:11 Ondrej Zary wrote:
> Make saa7134 driver more V4L2 compliant: don't set bogus V4L2_IN_ST_NO_SYNC
> flag in enum_input as it's for digital video only
I think there is a lot to be said for allowing this particular flag for analog
as well.
There are two types of flags
Em Sun, 27 Jan 2013 20:45:11 +0100
Ondrej Zary escreveu:
> Make saa7134 driver more V4L2 compliant: don't set bogus V4L2_IN_ST_NO_SYNC
> flag in enum_input as it's for digital video only
>
> Signed-off-by: Ondrej Zary
> ---
> drivers/media/pci/saa7134/saa7134-video.c |2 --
> 1 files chang
Em Sun, 27 Jan 2013 18:48:57 -0300
Alfredo Jesús Delaiti escreveu:
> Hi
>
> El 27/01/13 13:16, Mauro Carvalho Chehab escribió:
> > Em Sun, 27 Jan 2013 12:27:21 -0300
> > Alfredo Jesús Delaiti escreveu:
> >
> >> Hi all
> >>
> >> I'm trying to run the digital part of the card MyGica X8507 and I n
Hi Yijing,
On 01/28/13 02:40, Yijing Wang wrote:
Hi Chris,
Sorry for the delay reply. It seems like my reply last night was missed.
From the sysinfo you provide, there are no pcie port devices under
/sys/bus/pci_express/devices.
Maybe because there are some problems with _OSC in your lapt
On Sun January 27 2013 20:45:10 Ondrej Zary wrote:
> Make saa7134 driver more V4L2 compliant: return real frequency range in
> g_tuner and fail in s_tuner for non-zero tuner
>
> Signed-off-by: Ondrej Zary
Acked-by: Hans Verkuil
> ---
> drivers/media/pci/saa7134/saa7134-video.c |5 -
>
On Sun January 27 2013 20:45:09 Ondrej Zary wrote:
> Make saa7134 driver more V4L2 compliant: don't cache frequency in
> s_frequency/g_frequency but return real one instead
>
> Signed-off-by: Ondrej Zary
Acked-by: Hans Verkuil
> ---
> drivers/media/pci/saa7134/saa7134-video.c |6 --
>
On Sun January 27 2013 20:45:08 Ondrej Zary wrote:
> Make saa7134 driver more V4L2 compliant: remove broken priority handling
> and use v4l2_fh instead
>
> Signed-off-by: Ondrej Zary
Acked-by: Hans Verkuil
Nice cleanup!
Regards,
Hans
> ---
> drivers/media/pci/saa7134/saa7134-core.c
On Sun January 27 2013 20:45:07 Ondrej Zary wrote:
> Make saa7134 driver more V4L2 compliant: filter audio modes that came from
> tuner - keep only MONO/STEREO in radio mode
>
> Signed-off-by: Ondrej Zary
Acked-by: Hans Verkuil
> ---
> drivers/media/pci/saa7134/saa7134-video.c |1 +
> 1 f
On Sun January 27 2013 20:45:06 Ondrej Zary wrote:
> Make saa7134 driver more V4L2 compliant: implement V4L2_CAP_DEVICE_CAPS
> support
> and fix all capabilities problems reported by v4l2-compliance.
>
> Signed-off-by: Ondrej Zary
> ---
> drivers/media/pci/saa7134/saa7134-video.c | 55 +++
On Fri January 25 2013 18:26:50 Frank Schäfer wrote:
> This patch series addresses some issues with the ioctl code of the em28xx
> driver:
> Patches 1-5 and 11 fix and clean up the enabling/disabling of the ioctls
> depending on the device type and equipment.
> Patches 6-10 remove some obsolete/u
On Fri January 25 2013 18:27:01 Frank Schäfer wrote:
> Signed-off-by: Frank Schäfer
> ---
> drivers/media/usb/em28xx/em28xx-video.c |1 +
> 1 Datei geändert, 1 Zeile hinzugefügt(+)
>
> diff --git a/drivers/media/usb/em28xx/em28xx-video.c
> b/drivers/media/usb/em28xx/em28xx-video.c
> index d
Hi,
On 01/27/2013 03:06 PM, Mauro Carvalho Chehab wrote:
Em Fri, 25 Jan 2013 11:40:13 +0100
Hans Verkuil escreveu:
On Fri January 25 2013 10:51:57 Hans de Goede wrote:
Hi,
On 12/25/2012 05:56 AM, Mauro Carvalho Chehab wrote:
The pwc driver can currently return -ENOENT at VIDIOC_S_FMT io
On Fri January 25 2013 19:03:29 Sakari Ailus wrote:
> Document that monotonic timestamps are taken after the corresponding frame
> has been received, not when the reception has begun. This corresponds to the
> reality of current drivers: the timestamp is naturally taken when the
> hardware triggers
Hello Vikas,
On Mon, Jan 28, 2013 at 11:15 AM, Vikas Sajjan wrote:
> This patch adds display-timing node parsing using video helper function
>
> Signed-off-by: Leela Krishna Amudala
> Signed-off-by: Vikas Sajjan
> ---
> drivers/gpu/drm/exynos/exynos_drm_fimd.c | 35
> +++
45 matches
Mail list logo