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 Apr 17 04:00:17 CEST 2015
git branch: test
git hash: e183201b9e917daf2530b637b2f34f1d5afb934d
gcc versi
Hi Mauro,
Here are patches to
- add a new interface for parsing variable sized property arrays (the old
v4l2_of_parse_endpoint() could be removed later on),
- parse the link-frequencies endpoint property and
- use the above in the smiapp driver.
Please pull.
The following changes since commit
Hi Hans,
Thanks for the patch.
On Thu, Apr 9, 2015 at 11:21 AM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> Replace all calls to s_mbus_fmt in bridge drivers by calls to the
> set_fmt pad op.
>
> Remove the old try/s_mbus_fmt video ops since they are now no longer used.
>
> Signed-off-by: Hans
Hi Hans,
Thanks for the patch.
On Thu, Apr 9, 2015 at 11:21 AM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> The g_mbus_fmt video op is a duplicate of the pad op. Replace all uses
> by the get_fmt pad op and remove the video op.
>
> Signed-off-by: Hans Verkuil
> Cc: Guennadi Liakhovetski
> Cc
Hi Hans,
Thanks for the patch.
On Thu, Apr 9, 2015 at 11:21 AM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> Replace all calls to the enum_mbus_fmt video op by the pad
> enum_mbus_code op and remove the duplicate video op.
>
> Signed-off-by: Hans Verkuil
> Cc: Guennadi Liakhovetski
> Cc: Scot
Hi Sebastian,
On Thu, Apr 16, 2015 at 07:24:42AM +0200, Sebastian Reichel wrote:
> Hi Sakari,
>
> Since this driver won't make it into 4.1 anyways, I have one more
> comment:
>
> On Thu, Apr 16, 2015 at 02:37:13AM +0300, Sakari Ailus wrote:
...
> > @@ -308,16 +311,28 @@ __adp1653_set_power(struc
Hi
On 2015-04-02, David Härdeman wrote:
> This patch changes rc-core to use the kernel facilities that are already
> available for handling unique numbers instead of rolling its own bitmap
> stuff.
>
> Stefan, this should apply cleanly to the media git tree...could you test it?
> ---
> drivers/m
Hi!
> > > This will reduce complexity in the driver and should be fairly easy
> > > to implement, since there is no adp1653 platform code user in the
> > > mainline kernel anyways.
> >
> > I'd hate to break out of tree users for very little gain.
...
> So let's have a look at the advantages of re
On Apr 15, 2015 6:54 PM, "Andy Walls" wrote:
>
> On Wed, 2015-04-15 at 17:58 -0700, Andy Lutomirski wrote:
> > On Wed, Apr 15, 2015 at 4:59 PM, Andy Walls wrote:
> > > On Wed, 2015-04-15 at 16:42 -0700, Andy Lutomirski wrote:
> > >> On Wed, Apr 15, 2015 at 3:38 PM, Andy Walls
> > >> wrote:
> >
On Thu, Apr 16, 2015 at 01:18:37PM +0900, Hyong-Youb Kim wrote:
> On Thu, Apr 16, 2015 at 01:58:16AM +0200, Luis R. Rodriguez wrote:
> >
> > An alternative... is to just ioremap_wc() the entire region, including
> > MMIO registers for these old devices. I see one ethernet driver that does
> > this
On Tue, Apr 7, 2015 at 10:51 AM, Laurent Pinchart
wrote:
> Black level compensation is applied by the CCDC before writing raw frames to
> memory. If your raw frames are correct BLC is probably not to blame.
>
> The default contrast is x1.0 and the default brightness is +0.0, so I don't
> think tho
Hi Pavel,
On Thu, Apr 16, 2015 at 07:58:18AM +0200, Pavel Machek wrote:
> On Thu 2015-04-16 07:24:42, Sebastian Reichel wrote:
> > Hi Sakari,
> >
> > Since this driver won't make it into 4.1 anyways, I have one more
> > comment:
>
> Like this driver did not receive enough bikesheding.
You shoul
Dan Carpenter wrote on Wed [2015-Apr-15 22:12:18
+0300]:
> This needs to be signed or there is a risk of hitting a forever loop.
>
> Fixes: c4c0283ab3cd ('[media] media: i2c: add support for omnivision's ov2659
> sensor')
> Signed-off-by: Dan Carpenter
>
Acked-by: Benoit Parrot
> diff --gi
From: beta990
Subject: [PATCH] si2165 - Add DVB-C Support
This patch is based of the work of ZZram.
I clean-up his patch and removed double code (e.g. double resets,
actions, etc.):
// -- init?
ret = si2165_readreg8(state, 0x00e0, val); /* returned 0x00 */
if (ret < 0)
return ret;
ret = si2165_wr
From: Wei Yongjun
Remove including that don't need it.
Signed-off-by: Wei Yongjun
---
drivers/staging/media/dt3155v4l/dt3155v4l.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/media/dt3155v4l/dt3155v4l.c
b/drivers/staging/media/dt3155v4l/dt3155v4l.c
index e60a53e..7946ee
From: Wei Yongjun
In case of error, the function platform_device_register_data() returns
ERR_PTR() and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Signed-off-by: Wei Yongjun
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 +-
1 file changed, 1
2015-04-09 18:21 GMT+08:00 Hans Verkuil :
> From: Hans Verkuil
>
> Replace all calls to the enum_mbus_fmt video op by the pad
> enum_mbus_code op and remove the duplicate video op.
>
> Signed-off-by: Hans Verkuil
> Cc: Guennadi Liakhovetski
> Cc: Scott Jiang
> Cc: Jonathan Corbet
> Cc: Kamil D
On Wed, Apr 15, 2015 at 8:12 PM, Dan Carpenter wrote:
> This needs to be signed or there is a risk of hitting a forever loop.
>
> Fixes: c4c0283ab3cd ('[media] media: i2c: add support for omnivision's ov2659
> sensor')
> Signed-off-by: Dan Carpenter
>
Acked-by: Lad, Prabhakar
Cheers,
--Prabhak
I've recently bought an "honestech VIDBOX for Mac pack"
which contains an "honestech VIDBOX NW07" analog video to
USB grabber device based on the eMPIA EM28284 chip. The only
other chip on the PCB is a 24C32WP 4 kB serial EEPROM.
USB ID = eb1a:5188
What is the status of Linux support for this de
2015-04-09 18:21 GMT+08:00 Hans Verkuil :
> From: Hans Verkuil
>
> Replace all calls to try_mbus_fmt in bridge drivers by calls to the
> set_fmt pad op.
>
> Signed-off-by: Hans Verkuil
> Cc: Guennadi Liakhovetski
> Cc: Scott Jiang
> Cc: Jonathan Corbet
> ---
> drivers/media/pci/saa7134/saa713
2015-04-09 18:21 GMT+08:00 Hans Verkuil :
> From: Hans Verkuil
>
> Replace all calls to s_mbus_fmt in bridge drivers by calls to the
> set_fmt pad op.
>
> Remove the old try/s_mbus_fmt video ops since they are now no longer used.
>
> Signed-off-by: Hans Verkuil
> Cc: Guennadi Liakhovetski
> Cc:
Hi,
> From: Philipp Zabel [mailto:p.za...@pengutronix.de]
> Sent: Monday, April 13, 2015 6:15 PM
> To: Pawel Osciak
> Cc: LMML; Hans Verkuil; Kamil Debski; Laurent Pinchart; Nicolas
> Dufresne; Sakari Ailus; ker...@pengutronix.de
> Subject: Re: [PATCH v4 2/4] [media] videobuf2: return -EPIPE from
Add support for the RGB888_1X24, RGB888_1X32_PADHI and VUY8_1X24
formats.
Signed-off-by: Laurent Pinchart
---
utils/media-ctl/libv4l2subdev.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/utils/media-ctl/libv4l2subdev.c b/utils/media-ctl/libv4l2subdev.c
index 6ea6648..16aa530 100644
---
The V4L2_MBUS_FMT_* macros have been replaced by corresponding
MEDIA_BUS_FMT_* macros. The old names have been preserved for
compatibility reasons, but new formats will use MEDIA_BUS_FMT_* only.
Switch to the new name.
Signed-off-by: Laurent Pinchart
---
utils/media-ctl/libv4l2subdev.c | 54
24 matches
Mail list logo