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: Thu May 4 05:00:26 CEST 2017
media-tree git hash:3622d3e77ecef090b5111e3c5423313f11711dfa
media_build gi
Initialize scalar variables _pid_ and _ver_ to avoid a possible misbehavior.
Addresses-Coverity-ID: 1324239
Addresses-Coverity-ID: 1324240
Signed-off-by: Gustavo A. R. Silva
---
drivers/media/i2c/ov2659.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/media/i2c/ov2
This patch adds support for the go2001 PCI codec driver. This hardware
is present on ChromeOS based devices like the Acer ChromeBox and Acer/LG
ChromeBase 24 devices.
This driver comes from the ChromeOS v3.18 kernel tree and has been
modified to support vb2_buffer restructuring introduced in Linux
Hej Sakari,
Tack för dina kommentarer.
On 2017-05-03 22:51:46 +0300, Sakari Ailus wrote:
> Hejssan!
>
> On Fri, Apr 28, 2017 at 01:47:48PM +0200, Niklas Söderlund wrote:
> > On 2017-04-28 13:28:17 +0300, Sakari Ailus wrote:
> > > Hi Niklas,
> > >
> > > Thank you for the patch.
> > >
> > > Do y
Hi Kieran,
Thanks for your feedback.
On 2017-05-03 18:07:47 +0100, Kieran Bingham wrote:
> Hi Niklas,
>
> Small thing to ponder discovered below:
>
> On 27/04/17 23:30, Niklas Söderlund wrote:
> > When registered() of v4l2_subdev_internal_ops is called the subdevice
> > have access to the maste
Em Wed, 3 May 2017 09:53:03 -0300
Mauro Carvalho Chehab escreveu:
> Hi Gregor,
>
> Em Tue, 2 May 2017 22:30:29 +0200
> Gregor Jasny escreveu:
>
> > Hello Clemens,
> >
> > On 4/1/17 5:50 PM, Clemens Ladisch wrote:
> > > ETSI EN 300 468 V1.11.1 § 6.4.4.2 defines the bandwith field as having
>
Provides single source pad with up to 2576x1936 pixels at 10-bit raw
bayer format over MIPI CSI2 two lanes at 640Mbps/lane.
Supports up to 30fps at 5M pixels, up to 60fps at 1080p.
Signed-off-by: Chiranjeevi Rapolu
---
drivers/media/i2c/Kconfig | 11 +
drivers/media/i2c/Makefile |1 +
dri
On Friday, October 14, 2016 2:45:49 PM CEST Mauro Carvalho Chehab wrote:
>
> -#define dprintkif (debug) printk
> +#define dprintk(fmt, arg...) do { \
> + if (debug) \
> + printk(KE
Hi Hans,
Hans Verkuil wrote:
Is it likely that there will be more Intel PCI drivers? If so, then we
can consider putting it in pci/intel/ipu3/.
Maybe. There is more hardware and they're called IPUs, too. I think this
naming would be a good idea going forward.
--
Regards,
Sakari Ailus
sakar
On 04/30/2017 01:34 AM, Yong Zhi wrote:
> This patch adds CIO2 CSI-2 device driver for
> Intel's IPU3 camera sub-system support.
>
> The V4L2 fwnode matching depends on the following work:
>
> https://git.linuxtv.org/sailus/media_tree.git/log/?h=v4l2-acpi>
>
> Signed-off-by: Yong Zhi
> ---
> d
Hi Tuukka,
On Wed, May 03, 2017 at 02:06:23PM +0300, Tuukka Toivonen wrote:
> Hi Sakari,
>
> On Wednesday, May 03, 2017 11:58:01 Sakari Ailus wrote:
> > Hi Yong,
> >
> > A few more minor comments below...
> >
> > On Sat, Apr 29, 2017 at 06:34:36PM -0500, Yong Zhi wrote:
> > ...
> > > +/***
Hi!
> It seems they don't compile. Hmmm. Did I do something wrong? "struct
> fwnode_endpoint" seems to be only used in v4l2-fwnode.h; that can't be
> right...?
Next problem is missing dev_fwnode; fixed. Next problem is
pavel@duo:/data/l/linux-n900$ git grep fwnode_graph_get_next_endpoint
.
driv
Moi,
On Wed, May 03, 2017 at 01:57:31PM +0300, Tuukka Toivonen wrote:
> Hi Sakari,
>
> Thanks for the comments.
>
> On Tuesday, May 02, 2017 16:00:20 Sakari Ailus wrote:
> > Hi Yong,
> >
> > Thanks for the patches! Some comments below.
> >
> > On Sat, Apr 29, 2017 at 06:34:36PM -0500, Yong Zhi
On Wed 2017-05-03 20:05:56, Russell King - ARM Linux wrote:
> On Wed, Apr 26, 2017 at 06:43:54PM +0300, Ivaylo Dimitrov wrote:
> > >+static int get_luminosity_bayer10(uint16_t *buf, const struct v4l2_format
> > >*fmt)
> > >+{
> > >+ long long avg_lum = 0;
> > >+ int x, y;
> > >+
> > >+ buf +=
Hejssan!
On Fri, Apr 28, 2017 at 01:47:48PM +0200, Niklas Söderlund wrote:
> On 2017-04-28 13:28:17 +0300, Sakari Ailus wrote:
> > Hi Niklas,
> >
> > Thank you for the patch.
> >
> > Do you happen to have a driver that would use this, to see some example of
> > how the code is to be used?
>
> Y
Hi!
> > Could you try to two patches I've applied on the ccp2 branch (I'll remove
> > them if there are issues).
> >
> > That's compile tested for now only.
> >
>
> I've updated the CCP2 patches here on top of the latest fwnode patches:
>
> https://git.linuxtv.org/sailus/media_tree.git/log/?h=
Thanks, Philipp!
On Tue, May 02, 2017 at 05:09:12PM +0200, Philipp Zabel wrote:
> Add bindings documentation for the video multiplexer device.
>
> Signed-off-by: Sascha Hauer
> Signed-off-by: Philipp Zabel
> Signed-off-by: Steve Longerbeam
> Acked-by: Peter Rosin
> ---
> No changes since v1 [
Hi Philipp,
Thanks for continuing working on this!
I have some minor comments below...
On Tue, May 02, 2017 at 05:09:13PM +0200, Philipp Zabel wrote:
> This driver can handle SoC internal and external video bus multiplexers,
> controlled by mux controllers provided by the mux controller framewor
On Wed, Apr 26, 2017 at 06:43:54PM +0300, Ivaylo Dimitrov wrote:
> >+static int get_luminosity_bayer10(uint16_t *buf, const struct v4l2_format
> >*fmt)
> >+{
> >+long long avg_lum = 0;
> >+int x, y;
> >+
> >+buf += fmt->fmt.pix.height * fmt->fmt.pix.bytesperline / 4 +
> >+
Hi Niklas,
Small thing to ponder discovered below:
On 27/04/17 23:30, Niklas Söderlund wrote:
> When registered() of v4l2_subdev_internal_ops is called the subdevice
> have access to the master devices v4l2_dev and it's called with the
> async frameworks list_lock held. In this context the subdev
On Tue, May 02, 2017 at 12:17:20PM +0300, Stanimir Varbanov wrote:
> Hi,
>
> On 04/29/2017 11:22 PM, Bjorn Andersson wrote:
> > On Fri 28 Apr 15:02 PDT 2017, Jordan Crouse wrote:
> >
> >> On Fri, Apr 28, 2017 at 12:13:52PM +0300, Stanimir Varbanov wrote:
> >>> +int venus_boot(struct device *paren
DRX_S9TOS16 and DRX_S24TODRXFREQ are simply not used. Furthermore,
sign_extend32() should be used for sign extension. (Also, the comment
describing DRX_S24TODRXFREQ was wrong). So remove these macros.
Signed-off-by: Martin Kepplinger
---
drivers/media/dvb-frontends/drx39xyj/drx_driver.h | 13 ---
Hi Gregor,
Em Tue, 2 May 2017 22:30:29 +0200
Gregor Jasny escreveu:
> Hello Clemens,
>
> On 4/1/17 5:50 PM, Clemens Ladisch wrote:
> > ETSI EN 300 468 V1.11.1 § 6.4.4.2 defines the bandwith field as having
> > four bits.
>
> I just used your patch and another to hopefully fix
> https://bugs.
On 2017-05-03 10:35, Philipp Zabel wrote:
> On Tue, 2017-05-02 at 19:42 +0200, Peter Rosin wrote:
>> On 2017-05-02 17:21, Philipp Zabel wrote:
>>> Thank you, I've resent a version with a mutex lock around vmux->active.
>>
>> I had a bunch of ifs in the above message, so I'm not sure it's needed.
>>
):
- rebased on next-20170503
I can not test it on real HW (still), but I have validated [1] that the change
is correct and should not cause any regression.
Laurent: can you verify the patch on a real hardware?
[1]
https://github.com/omap-audio/linux-audio/blob/peter/linux-next-wip/drivers/misc
The dmaengine driver for sDMA now have support for interleaved transfer.
This trasnfer type was open coded with the legacy omap-dma API, but now
we can move it to dmaengine.
Signed-off-by: Peter Ujfalusi
---
Hi,
changes since RESEND (27.10.2016):
- rebased on next-20170503
I can not test it on
Hi Sakari,
On Wednesday, May 03, 2017 11:58:01 Sakari Ailus wrote:
> Hi Yong,
>
> A few more minor comments below...
>
> On Sat, Apr 29, 2017 at 06:34:36PM -0500, Yong Zhi wrote:
> ...
> > +/*** V4L2 sub-device asynchronous registration callbacks***/
> > +
> > +static struct cio2_que
Hi Sakari,
Thanks for the comments.
On Tuesday, May 02, 2017 16:00:20 Sakari Ailus wrote:
> Hi Yong,
>
> Thanks for the patches! Some comments below.
>
> On Sat, Apr 29, 2017 at 06:34:36PM -0500, Yong Zhi wrote:
> > This patch adds CIO2 CSI-2 device driver for
> > Intel's IPU3 camera sub-system
The device core infrastructure is based on the presumption that
once a driver calls device_add(), it must be ready to accept
userspace interaction.
This requires splitting rc_setup_rx_device() into two functions
and reorganizing rc_register_device() so that as much work
as possible is performed be
On Tue, May 02, 2017 at 09:48:26PM +0100, Sean Young wrote:
>On Tue, May 02, 2017 at 08:53:02PM +0200, David Härdeman wrote:
>> On Mon, May 01, 2017 at 07:47:25PM +0200, David Härdeman wrote:
>> >On Mon, May 01, 2017 at 05:49:53PM +0100, Sean Young wrote:
>> >>On Thu, Apr 27, 2017 at 10:34:03PM +02
Thanks Nicolas,
I will update configure.ac accordingly.
BR,
Hugues.
On 05/01/2017 07:37 PM, Nicolas Dufresne wrote:
> Le vendredi 28 avril 2017 à 17:02 +0200, Hugues Fruchet a écrit :
>> Add the mpeg2 codecparser backend glue which will
>> call the GStreamer parsing functions.
>>
>> Signed-off-by:
Hi Geert,
On Wednesday 03 May 2017 09:22:00 Geert Uytterhoeven wrote:
> On Tue, May 2, 2017 at 11:17 PM, Laurent Pinchart wrote:
> > On Wednesday 22 Mar 2017 10:34:16 Geert Uytterhoeven wrote:
> >> On Thu, Mar 9, 2017 at 9:08 PM, Sergei Shtylyov wrote:
> >>> --- /dev/null
> >>> +++ media_tree/Docu
Hi Yong,
A few more minor comments below...
On Sat, Apr 29, 2017 at 06:34:36PM -0500, Yong Zhi wrote:
...
> +/*** V4L2 sub-device asynchronous registration callbacks***/
> +
> +static struct cio2_queue *cio2_find_queue_by_sensor_node(struct cio2_queue
> *q,
> +
On Tue, 2017-05-02 at 19:42 +0200, Peter Rosin wrote:
> On 2017-05-02 17:21, Philipp Zabel wrote:
> > On Sat, 2017-04-29 at 23:42 +0200, Peter Rosin wrote:
> >> On 2017-04-29 23:29, Peter Rosin wrote:
> >>> On 2017-04-28 16:13, Philipp Zabel wrote:
> This driver can handle SoC internal and ext
Hi Pavel,
On 03/04/17 15:03, Sakari Ailus wrote:
> Hi Pavel,
>
> On Thu, Mar 02, 2017 at 01:38:48PM +0100, Pavel Machek wrote:
>> Hi!
>>
Ok, how about this one?
omap3isp: add rest of CSI1 support
CSI1 needs one more bit to be set up. Do just that.
It is not
Hi Laurent,
On Tue, May 2, 2017 at 11:17 PM, Laurent Pinchart
wrote:
> On Wednesday 22 Mar 2017 10:34:16 Geert Uytterhoeven wrote:
>> On Thu, Mar 9, 2017 at 9:08 PM, Sergei Shtylyov wrote:
>> > --- /dev/null
>> > +++ media_tree/Documentation/devicetree/bindings/media/rcar_imr.txt
>> > @@ -0,0 +1,
36 matches
Mail list logo