Em 11-07-2012 05:09, James Bottomley escreveu:
> Hi All,
>
> We have set aside the second day of the kernel summit (Tuesday 28
> August) as mini-summit day. So far we have only the PCI mini summit on
> this day
Not sure what happened (or maybe my proposal were not clear enough), but
I've submit
Hi Sakari,
On Mon, 9 Jul 2012 12:10:26 +0300 Sakari Ailus wrote:
>
> v4l2-common.h is a header file that's used in user space, thus it must be
> exported using header-y.
>
> Signed-off-by: Sakari Ailus
> ---
> Hi Stephen,
>
> Could you try is this patch fixes your issue? The header file indee
Signed-off-by: Antti Palosaari
---
drivers/media/dvb/dvb-core/dvb_frontend.c |5 +
drivers/media/dvb/dvb-core/dvb_frontend.h |1 +
include/linux/dvb/frontend.h |4 +++-
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/drivers/media/dvb/dvb-core/dvb_fronte
On Wed, Jul 11, 2012 at 2:30 PM, Martin Herrman
wrote:
>> Actually I got the exact same error when compiling a new 3.4.4 kernel.
>
> It always feels good to know that you're not alone ;-)
Yes, it's a good thing usually!
>> I assume the api_version.patch is bad or needs to be updated. I simple
>>
On Wed, Jul 11, 2012 at 6:49 PM, Maarten Lankhorst
wrote:
> Op 12-07-12 00:29, Rob Clark schreef:
>> From: Rob Clark
>>
>> A dma-fence can be attached to a buffer which is being filled or consumed
>> by hw, to allow userspace to pass the buffer without waiting to another
>> device. For example,
Op 12-07-12 00:29, Rob Clark schreef:
> From: Rob Clark
>
> A dma-fence can be attached to a buffer which is being filled or consumed
> by hw, to allow userspace to pass the buffer without waiting to another
> device. For example, userspace can call page_flip ioctl to display the
> next frame of
On 07/12/2012 12:39 AM, Sylwester Nawrocki wrote:
+int gsc_hw_get_input_buf_mask_status(struct gsc_dev *dev)
+{
+ u32 cfg, status, bits = 0;
+
+ cfg = readl(dev->regs + GSC_IN_BASE_ADDR_Y_MASK);
return hweight32(cfg & GSC_IN_BASE_ADDR_MASK);
+ status = cfg& GSC_IN_
Add USB identifiers for MCE compatible I/R transceivers from Twisted Melon.
Signed-off-by: Mark Lord
---
Mauro, please queue this up for inclusion in linux-3.6.
Patch is also attached to bypass emailer mangling.
Thanks.
--- linux-3.5-rc6/drivers/media/rc/mceusb.c 2012-07-07 20:23:56.
oh, btw, this should be an [RFC]
On Wed, Jul 11, 2012 at 5:29 PM, Rob Clark wrote:
> From: Rob Clark
>
> A dma-fence can be attached to a buffer which is being filled or consumed
> by hw, to allow userspace to pass the buffer without waiting to another
> device. For example, userspace can call
From: Rob Clark
A dma-fence can be attached to a buffer which is being filled or consumed
by hw, to allow userspace to pass the buffer without waiting to another
device. For example, userspace can call page_flip ioctl to display the
next frame of graphics after kicking the GPU but while the GPU
2012/7/11 VDR User :
> Actually I got the exact same error when compiling a new 3.4.4 kernel.
It always feels good to know that you're not alone ;-)
> I assume the api_version.patch is bad or needs to be updated. I simple
> just commented out the "add api_version.patch" line in
> backports/backp
I was playing with the DVB API LNA support and ended up looking common
dvb-frontend code.
There is struct dvb_frontend_ops:
int (*set_property)(struct dvb_frontend* fe, struct dtv_property* tvp);
int (*get_property)(struct dvb_frontend* fe, struct dtv_property* tvp);
What I can see from the dvb
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 11 19:00:18 CEST 2012
git hash:b7e386360922a15f943b2fbe8d77a19bb86f2e6f
gcc version: i686-linux-gcc (GC
On Wed, Jul 11, 2012 at 1:01 PM, Hans Verkuil wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> I've CC-ed Halli as well.
>
> On Wed July 11 2012 17:47:34 Hans de Goede wrote:
>> To allow apps to limit a hw-freq-seek to a specific band, for further
>> info see the documentation this patch adds for t
Hi Hans,
On 07/11/2012 08:01 PM, Hans Verkuil wrote:
Hi Hans,
Thanks for the patch.
I've CC-ed Halli as well.
On Wed July 11 2012 17:47:34 Hans de Goede wrote:
To allow apps to limit a hw-freq-seek to a specific band, for further
info see the documentation this patch adds for these new field
2012/7/11 Jean-Francois Moine :
> On Wed, 11 Jul 2012 16:43:47 +0300
> Martin-Éric Racine wrote:
>
>> > Jean-Francois, can you perhaps make a patch against my latest tree for
>> > the po / PO3130 changes in your tarbal?
>>
>> Noted. Hopefully, the Debian kernel team can contribute to the
>> b
Hi Hans,
Thanks for the patch.
I've CC-ed Halli as well.
On Wed July 11 2012 17:47:34 Hans de Goede wrote:
> To allow apps to limit a hw-freq-seek to a specific band, for further
> info see the documentation this patch adds for these new fields.
>
> Signed-off-by: Hans de Goede
> ---
> .../Do
On Wed, 11 Jul 2012 16:43:47 +0300
Martin-Éric Racine wrote:
> > Jean-Francois, can you perhaps make a patch against my latest tree for
> > the po / PO3130 changes in your tarbal?
>
> Noted. Hopefully, the Debian kernel team can contribute to the
> backporting part, since it's needed for
Hi Laurent
On Fri, 6 Jul 2012, Laurent Pinchart wrote:
> Hi Guennadi,
>
> Thanks for the patch.
>
> On Friday 22 June 2012 18:40:08 Guennadi Liakhovetski wrote:
> > Add .get_selection() and .set_selection() soc-camera host driver
> > operations. Additionally check, that the user is not trying t
Signed-off-by: Hans de Goede
---
drivers/media/radio/si470x/radio-si470x-usb.c |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/drivers/media/radio/si470x/radio-si470x-usb.c
b/drivers/media/radio/si470x/radio-si470x-usb.c
index 40b963c..0204cf4 100644
--- a/drivers/me
Signed-off-by: Hans de Goede
---
drivers/media/radio/si470x/radio-si470x-common.c | 215 +-
drivers/media/radio/si470x/radio-si470x-i2c.c|1 +
drivers/media/radio/si470x/radio-si470x-usb.c|1 +
drivers/media/radio/si470x/radio-si470x.h|1 +
4 files
Testing with a firmware version 12 usb radio stick has shown version 12
to work fine too.
Reported-by: Antti Palosaari
Signed-off-by: Hans de Goede
---
drivers/media/radio/si470x/radio-si470x.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/radio/si470x/rad
The mask was wrong resulting in band 0 and 1 always ending up as band 0
in the register.
Signed-off-by: Hans de Goede
---
drivers/media/radio/si470x/radio-si470x.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/radio/si470x/radio-si470x.h
b/drivers/media/ra
To allow apps to limit a hw-freq-seek to a specific band, for further
info see the documentation this patch adds for these new fields.
Signed-off-by: Hans de Goede
---
.../DocBook/media/v4l/vidioc-s-hw-freq-seek.xml| 44
include/linux/videodev2.h
This patchset, which builds on top of hverkuil's bands2 branch, which
adds the VIDIOC_ENUM_FREQ_BANDS API, add support for limiting
hw freq seeks to one of the bands from VIDIOC_ENUM_FREQ_BANDS, or a subset
there of.
The first patch introduces the new API and documents its, the other
patches are p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
From: Javier Martin
Do not use MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags. The driver
must negotiate with the attached sensor whether the mbus format is UYUV or
YUYV and set CSICR1 configuration accordingly.
This is needed for the video f
Signed-off-by: Federico Vaga
---
drivers/media/video/adv7180.c | 235 +++--
1 file changed, 84 insertions(+), 151 deletions(-)
diff --git a/drivers/media/video/adv7180.c b/drivers/media/video/adv7180.c
index 174bffa..07bb550 100644
--- a/drivers/media/video/a
Hi all
Background
==
With ARM adoption of flat Device Trees a need arises to move platform
device descriptions and their data from platform files to DT. This has
also to be done for media devices, e.g., video capture and output
interfaces, data processing devices, camera sensors, TV de
Hi, Guennadi & Jonathan
As we have discussed 2 months ago, we make the updated version of mmp_camera
driver which based on kernel 3.4 for support Marvell MMP soc family.
So could you please find time to take a look at this patch?
Thank you very much!
Thanks
Albert Wang
86-21-61092656
-Or
This v4l2 camera driver is based on soc-camera and videobuf2 framework
Support Marvell MMP Soc family TD-PXA910/MMP2-PXA688/MMP3-PXA2128 CCIC
Support Dual CCIC controllers on PXA688/PXA2128
Support MIPI-CSI2 mode and DVP-Parallel mode
Change-Id: I0d6156e29a278108dfb26dc1e891ca069e31666c
Signed-off
On Wed 11 July 2012 16:19:02 Federico Vaga wrote:
> > > > @@ -445,9 +402,9 @@ static const struct v4l2_subdev_video_ops
> > > > adv7180_video_ops = {>
> > > > static const struct v4l2_subdev_core_ops adv7180_core_ops = {
> > > >
> > > > .g_chip_ident = adv7180_g_chip_ident,
> > > > .s_std =
> > > @@ -445,9 +402,9 @@ static const struct v4l2_subdev_video_ops
> > > adv7180_video_ops = {>
> > > static const struct v4l2_subdev_core_ops adv7180_core_ops = {
> > >
> > > .g_chip_ident = adv7180_g_chip_ident,
> > > .s_std = adv7180_s_std,
> > >
> > > - .queryctrl = adv7180_queryctrl,
On Wed 11 July 2012 15:36:25 Federico Vaga wrote:
> Hi Hans,
>
> Thank you for your review
>
> > > +static int adv7180_init_controls(struct adv7180_state *state)
> > > +{
> > > + v4l2_ctrl_handler_init(&state->ctrl_hdl, 2);
> >
> > 2 -> 4, since there are 4 controls. It's a hint only, but it hel
From: Jeongtae Park
New controls are added for supporting H264 encoding features like
- MVC frame packing
- Flexible macroblock ordering
- Arbitrary slice ordering
- Hierarchial coding
Signed-off-by: Jeongtae Park
Signed-off-by: Naveen Krishna Chatradhi
Signed-off-by: Arun Kumar K
Cc: Marek S
From: Jeongtae Park
Adds the following new fourcc definitions.
For multiplanar YCbCr
- V4L2_PIX_FMT_NV21M
- V4L2_PIX_FMT_NV12MT_16X16
and compressed formats
- V4L2_PIX_FMT_H264_MVC
- V4L2_PIX_FMT_VP8
Signed-off-by: Jeongtae Park
Signed-off-by: Naveen Krishna Chat
This patch set adds new control and fourcc definitions which will be
used by samsung s5p-mfc driver.
Patch 1 adds new fourcc definitions for YCbCr and compressed formats.
Patch 2 adds control definitions for new H264 encoder features.
The review comments given in [1] are addressed.
[1]
http://per
2012/7/11 Hans de Goede :
> On 07/11/2012 02:01 PM, Martin-Éric Racine wrote:
>>
>> 2012/7/11 Jean-Francois Moine :
>>>
>>> On Wed, 11 Jul 2012 14:14:24 +0300
>>> Martin-Éric Racine wrote:
>>>
CC [M] /home/perkelix/gspca-2.15.18/build/ov534_9.o
/home/perkelix/gspca-2.15.18/build/ov53
Hi Hans,
Thank you for your review
> > +static int adv7180_init_controls(struct adv7180_state *state)
> > +{
> > + v4l2_ctrl_handler_init(&state->ctrl_hdl, 2);
>
> 2 -> 4, since there are 4 controls. It's a hint only, but it helps
> optimizing the internal hash data structure.
Sure :)
> >
>
Hi,
On 07/11/2012 02:01 PM, Martin-Éric Racine wrote:
2012/7/11 Jean-Francois Moine :
On Wed, 11 Jul 2012 14:14:24 +0300
Martin-Éric Racine wrote:
CC [M] /home/perkelix/gspca-2.15.18/build/ov534_9.o
/home/perkelix/gspca-2.15.18/build/ov534_9.c: In function ‘sd_init’:
/home/perkelix/gspca
On Wednesday 11 July 2012 13:00:19 Javier Martin wrote:
> Do not use MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags.
> The driver must negotiate with the attached sensor whether the
> mbus format is UYUV or YUYV and set CSICR1 configuration
> accordingly.
>
> Signed-off-by: Javier Martin
Ac
Hi Mauro,
In 3.5 the VIDIOC_DV_TIMINGS_CAP doesn't work at the moment due to a missing
line
in v4l2-dev.c. I hope this can still be fixed before 3.5 is released.
If not, then it has to go to stable. Luckily nobody is really using this ioctl
at
the moment, which is why it wasn't noticed until I
Martin-Éric Racine wrote:
> PS: Jonathan, do you feel like investigating why
> arch/x86/Makefile_32.cpu wasn't included in the
> linux-headers-3.5.0-rc6+_3.5.0-rc6+-1_i386.deb package that was
> generated by the 'make deb-pkg' target?
MAINTAINERS tells me that linux-kbu...@vger.kernel.org is the
2012/7/11 Jean-Francois Moine :
> On Wed, 11 Jul 2012 14:14:24 +0300
> Martin-Éric Racine wrote:
>
>> CC [M] /home/perkelix/gspca-2.15.18/build/ov534_9.o
>> /home/perkelix/gspca-2.15.18/build/ov534_9.c: In function ‘sd_init’:
>> /home/perkelix/gspca-2.15.18/build/ov534_9.c:1353:3: error: implic
This patch fixes the DV_TIMINGS_CAP documentation: part of it was
copy-and-paste from
the ENUM_DV_TIMINGS documentation.
Regards,
Hans
Signed-off-by: Hans Verkuil
diff --git a/Documentation/DocBook/media/v4l/vidioc-dv-timings-cap.xml
b/Documentation/DocBook/media/v4l/vidioc-dv-timing
On Wed, 11 Jul 2012 14:14:24 +0300
Martin-Éric Racine wrote:
> CC [M] /home/perkelix/gspca-2.15.18/build/ov534_9.o
> /home/perkelix/gspca-2.15.18/build/ov534_9.c: In function ‘sd_init’:
> /home/perkelix/gspca-2.15.18/build/ov534_9.c:1353:3: error: implicit
> declaration of function ‘err’ [-Wer
2012/7/11 Jean-Francois Moine :
> On Wed, 11 Jul 2012 13:21:55 +0300
> Martin-Éric Racine wrote:
>
>> I installed them. That still doesn't fix it:
>>
>> $ LC_ALL=C make
>> make -C /lib/modules/3.5.0-rc6+/build
>> M=/home/perkelix/gspca-2.15.18/build modules
>> make[1]: Entering directory `/usr/src
Do not use MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags.
The driver must negotiate with the attached sensor whether the
mbus format is UYUV or YUYV and set CSICR1 configuration
accordingly.
Signed-off-by: Javier Martin
---
drivers/media/video/mx2_camera.c | 28 +++---
Hi Javier,
On Wednesday 11 July 2012 12:37:05 javier Martin wrote:
> On 11 July 2012 12:08, Laurent Pinchart wrote:
> > On Wednesday 11 July 2012 09:56:49 Javier Martin wrote:
> >> Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags
> >> so that the driver can negotiate with the attached se
On Wed, 11 Jul 2012 13:21:55 +0300
Martin-Éric Racine wrote:
> I installed them. That still doesn't fix it:
>
> $ LC_ALL=C make
> make -C /lib/modules/3.5.0-rc6+/build
> M=/home/perkelix/gspca-2.15.18/build modules
> make[1]: Entering directory `/usr/src/linux-headers-3.5.0-rc6+'
> /usr/src/linu
Hi,
On 11 July 2012 12:08, Laurent Pinchart
wrote:
> Hi Javier,
>
> Thanks for the patch.
>
> On Wednesday 11 July 2012 09:56:49 Javier Martin wrote:
>> Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags
>> so that the driver can negotiate with the attached sensor
>> whether the mbus form
2012/7/11 Jean-Francois Moine :
> On Wed, 11 Jul 2012 10:02:27 +0300
> Martin-Éric Racine wrote:
> [snip]
>> > wget http://moinejf.free.fr/gspca-2.15.18.tar.gz
>> > tar -zxf gspca-2.15.18.tar.gz
>> > cd gspca-2.15.18
>> > make
>>
>> $ LC_ALL=C make
>> make -
On Wed 11 July 2012 12:02:48 javier Martin wrote:
> Hi Hans,
> thank you for your comments.
>
> On 11 July 2012 11:45, Hans Verkuil wrote:
> > Hi Javier!
> >
> > Thanks for the patch.
> >
> > On Wed 11 July 2012 10:55:03 Javier Martin wrote:
> >> Some video decoders such as tvp5150 provide separa
Hi Javier,
Thanks for the patch.
On Wednesday 11 July 2012 09:56:49 Javier Martin wrote:
> Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags
> so that the driver can negotiate with the attached sensor
> whether the mbus format needs convertion from UYUV to YUYV
> or not.
The commit mess
Hi Hans,
thank you for your comments.
On 11 July 2012 11:45, Hans Verkuil wrote:
> Hi Javier!
>
> Thanks for the patch.
>
> On Wed 11 July 2012 10:55:03 Javier Martin wrote:
>> Some video decoders such as tvp5150 provide separate
>> video fields (V4L2_FIELD_SEQ_TB). This driver uses
>> dmaengine
On 07/11/2012 09:25 AM, Marx wrote:
On 11.07.2012 01:13, Antti Palosaari wrote:
All these tests shows your device is running as it should.
There are errors in almost every case, they are absent in your example.
Is it ok?
You mean these:
[mpeg2video @ 0x8d47940] mpeg_decode_postinit() failure
Hi Javier!
Thanks for the patch.
On Wed 11 July 2012 10:55:03 Javier Martin wrote:
> Some video decoders such as tvp5150 provide separate
> video fields (V4L2_FIELD_SEQ_TB). This driver uses
> dmaengine to convert this format to V4L2_FIELD_INTERLACED_TB
> (weaving) or V4L2_FIELD_NONE (line doubli
Hi Philippe, Sascha,
could you ack this patch please?
Regards.
--
Javier Martin
Vista Silicon S.L.
CDTUC - FASE C - Oficina S-345
Avda de los Castros s/n
39005- Santander. Cantabria. Spain
+34 942 25 32 60
www.vista-silicon.com
--
To unsubscribe from this list: send the line "unsubscribe linux-me
Visstrim_M10 have a tvp5150 whose video output must be deinterlaced.
The new mem2mem deinterlacing driver is very useful for that purpose.
---
arch/arm/mach-imx/mach-imx27_visstrim_m10.c | 31 ---
1 file changed, 28 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mac
Some video decoders such as tvp5150 provide separate
video fields (V4L2_FIELD_SEQ_TB). This driver uses
dmaengine to convert this format to V4L2_FIELD_INTERLACED_TB
(weaving) or V4L2_FIELD_NONE (line doubling) so that the
image can be displayed or processed.
Of course there will be combing effect
[PATCH 1/2] media: Add mem2mem deinterlacing driver.
[PATCH 2/2] i.MX27: Visstrim_M10: Add support for deinterlacing
--
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/majordo
On Wed, 11 Jul 2012 10:02:27 +0300
Martin-Éric Racine wrote:
[snip]
> > wget http://moinejf.free.fr/gspca-2.15.18.tar.gz
> > tar -zxf gspca-2.15.18.tar.gz
> > cd gspca-2.15.18
> > make
>
> $ LC_ALL=C make
> make -C /lib/modules/3.5.0-rc6+/build
> M=/home/pe
Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags
so that the driver can negotiate with the attached sensor
whether the mbus format needs convertion from UYUV to YUYV
or not.
---
drivers/media/video/mx2_camera.c | 28 +++-
1 file changed, 23 insertions(+), 5 dele
---
drivers/media/video/mx2_camera.c |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c
index d5355de..eda98fc 100644
--- a/drivers/media/video/mx2_camera.c
+++ b/drivers/media/video/mx2_camera.c
@@ -1370,
On 11.07.2012 01:13, Antti Palosaari wrote:
All these tests shows your device is running as it should.
There are errors in almost every case, they are absent in your example.
Is it ok?
Test VDR again to see if it breaks.
VDR unfortunatelly doesn't work saying "frontend 0/0 timed out while
tu
2012/7/10 Jean-Francois Moine :
> So, it would be interesting to know if the (almost) last driver works.
> Then, you may try the gspca-2.15.18.tar.gz from my web site:
>
> wget http://moinejf.free.fr/gspca-2.15.18.tar.gz
> tar -zxf gspca-2.15.18.tar.gz
> cd gspca-2.15.18
>
65 matches
Mail list logo