cron job: media_tree daily build: WARNINGS

2017-04-11 Thread Hans Verkuil
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 Apr 12 05:00:15 CEST 2017 media-tree git hash:4aed35ca73f6d9cfd5f7089ba5d04f5fb8623080 media_build gi

Re: [PATCH v6 17/39] platform: add video-multiplexer subdevice driver

2017-04-11 Thread Steve Longerbeam
On 04/04/2017 05:47 AM, Sakari Ailus wrote: Hi Steve, Philipp and Pavel, On Mon, Mar 27, 2017 at 05:40:34PM -0700, Steve Longerbeam wrote: From: Philipp Zabel This driver can handle SoC internal and external video bus multiplexers, controlled either by register bit fields or by a GPIO. The

Re: [PATCH v3 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding

2017-04-11 Thread Laurent Pinchart
Hello, On Thursday 16 Feb 2017 11:02:55 Ramesh Shanmugasundaram wrote: > Hi Rob, > > Thank you for the review comments. > > > Subject: Re: [PATCH v3 6/7] dt-bindings: media: Add Renesas R-Car DRIF > > binding > > > > On Tue, Feb 07, 2017 at 03:02:36PM +, Ramesh Shanmugasundaram wrote: > >>

Re: [PATCH v3 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding

2017-04-11 Thread Laurent Pinchart
Hi Ramesh, Thank you for the patch. On Tuesday 07 Feb 2017 15:02:36 Ramesh Shanmugasundaram wrote: > Add binding documentation for Renesas R-Car Digital Radio Interface > (DRIF) controller. > > Signed-off-by: Ramesh Shanmugasundaram > > --- > .../devicetree/bindings/media/renesas,drif.txt

Re: [PATCH v3 7/7] media: platform: rcar_drif: Add DRIF support

2017-04-11 Thread Laurent Pinchart
Hi Ramesh, Thank you for the patch. On Tuesday 07 Feb 2017 15:02:37 Ramesh Shanmugasundaram wrote: > This patch adds Digital Radio Interface (DRIF) support to R-Car Gen3 SoCs. > The driver exposes each instance of DRIF as a V4L2 SDR device. A DRIF > device represents a channel and each channel ca

[PATCH v2] staging: media/platform/bcm2835: remove gstreamer workaround

2017-04-11 Thread Kevin Wern
Gstreamer's v4l2src reacted poorly to certain outputs from the bcm2835 video driver's ioctl ops function vidioc_enum_framesizes, so a workaround was created that could be activated by user input. This workaround would replace the driver's ioctl ops struct with another, similar struct--only with no

Re: [PATCH v2 00/21] Convert USB documentation to ReST format

2017-04-11 Thread Jonathan Corbet
On Tue, 11 Apr 2017 16:58:40 +0200 Greg Kroah-Hartman wrote: > Nope, they don't apply to my tree, it was probably based on yours. And > the first two are ones I shouldn't be taking. > > So, feel free to take all of these with a: > Acked-by: Greg Kroah-Hartman > for the USB-related patche

Re: [PATCH v2 00/21] Convert USB documentation to ReST format

2017-04-11 Thread Greg Kroah-Hartman
On Tue, Apr 11, 2017 at 03:36:39PM -0300, Mauro Carvalho Chehab wrote: > Em Tue, 11 Apr 2017 16:58:40 +0200 > Greg Kroah-Hartman escreveu: > > > On Sat, Apr 08, 2017 at 10:04:33PM +0200, Greg Kroah-Hartman wrote: > > > On Sat, Apr 08, 2017 at 11:23:28AM -0600, Jonathan Corbet wrote: > > > > On

Re: [PATCH v2 00/21] Convert USB documentation to ReST format

2017-04-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Apr 2017 16:58:40 +0200 Greg Kroah-Hartman escreveu: > On Sat, Apr 08, 2017 at 10:04:33PM +0200, Greg Kroah-Hartman wrote: > > On Sat, Apr 08, 2017 at 11:23:28AM -0600, Jonathan Corbet wrote: > > > On Wed, 5 Apr 2017 10:22:54 -0300 > > > Mauro Carvalho Chehab wrote: > > > > > >

Re: [RFC] omap3isp: add support for CSI1 bus

2017-04-11 Thread Pavel Machek
On Fri 2017-03-10 14:41:31, Pavel Machek wrote: > On Mon 2017-03-06 08:56:59, Pavel Machek wrote: > > omap3isp: add rest of CSI1 support > > > > CSI1 needs one more bit to be set up. Do just that. > > > > Signed-off-by: Pavel Machek > > > > --- > > > > Hmm. Looking at that... num_data_lanes pr

Re: [PATCHv3 13/22] staging: android: ion: Use CMA APIs directly

2017-04-11 Thread Laura Abbott
On 04/10/2017 11:47 PM, Laurent Pinchart wrote: > Hi Laura, > > Thank you for the patch. > > On Monday 03 Apr 2017 11:57:55 Laura Abbott wrote: >> When CMA was first introduced, its primary use was for DMA allocation >> and the only way to get CMA memory was to call dma_alloc_coherent. This >> pu

Re: [PATCH 1/5] media: rc: meson-ir: remove irq from struct meson_ir

2017-04-11 Thread Sean Young
On Tue, Apr 11, 2017 at 11:50:45AM +0200, Neil Armstrong wrote: > On 04/11/2017 07:53 AM, Heiner Kallweit wrote: > > The irq number is used in the probe function only, therefore just use > > a local variable. > > > > Signed-off-by: Heiner Kallweit > > --- > > drivers/media/rc/meson-ir.c | 11 +++

Re: [PATCH v2 00/21] Convert USB documentation to ReST format

2017-04-11 Thread Greg Kroah-Hartman
On Sat, Apr 08, 2017 at 10:04:33PM +0200, Greg Kroah-Hartman wrote: > On Sat, Apr 08, 2017 at 11:23:28AM -0600, Jonathan Corbet wrote: > > On Wed, 5 Apr 2017 10:22:54 -0300 > > Mauro Carvalho Chehab wrote: > > > > > Currently, there are several USB core documents that are at either > > > written

[GIT PULL FOR v4.12] New ov5645 driver

2017-04-11 Thread Hans Verkuil
The following changes since commit 4aed35ca73f6d9cfd5f7089ba5d04f5fb8623080: [media] v4l2-tpg: don't clamp XV601/709 to lim range (2017-04-10 14:58:06 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git ov5645 for you to fetch changes up to 7dbf0345e6d4

[GIT PULL FOR v4.12] Remaining vsp patches, V4L2_CTRL_FLAG_MODIFY_LAYOUT support

2017-04-11 Thread Hans Verkuil
Hi Mauro, These are the remaining vsp1 patches, plus the V4L2_CTRL_FLAG_MODIFY_LAYOUT control & documentation and the buffer.rst documentation improvements. Regards, Hans The following changes since commit 4aed35ca73f6d9cfd5f7089ba5d04f5fb8623080: [media] v4l2-tpg: don't clamp XV601/

Re: [PATCHv4 04/15] v4l: vsp1: Add histogram support

2017-04-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Apr 2017 15:27:12 +0200 Hans Verkuil escreveu: > On 04/11/17 13:17, Mauro Carvalho Chehab wrote: > > Em Mon, 10 Apr 2017 21:26:40 +0200 > > Hans Verkuil escreveu: > > > >> From: Laurent Pinchart > >> > >> The histogram common code will be used to implement support for both the > >

Re: [PATCHv4 04/15] v4l: vsp1: Add histogram support

2017-04-11 Thread Hans Verkuil
On 04/11/17 13:17, Mauro Carvalho Chehab wrote: > Em Mon, 10 Apr 2017 21:26:40 +0200 > Hans Verkuil escreveu: > >> From: Laurent Pinchart >> >> The histogram common code will be used to implement support for both the >> HGO and HGT histogram computation engines. >> >> Signed-off-by: Laurent Pinc

Re: [PATCH v3 2/7] dt-bindings: media: Add MAX2175 binding description

2017-04-11 Thread Laurent Pinchart
Hi Ramesh, On Tuesday 11 Apr 2017 12:19:54 Ramesh Shanmugasundaram wrote: > > On Tuesday 11 Apr 2017 09:57:45 Ramesh Shanmugasundaram wrote: > >>> On Tuesday 07 Feb 2017 15:02:32 Ramesh Shanmugasundaram wrote: > Add device tree binding documentation for MAX2175 Rf to bits tuner > device.

Re: [PATCH v3 5/7] doc_rst: media: New SDR formats PC16, PC18 & PC20

2017-04-11 Thread Laurent Pinchart
Hi Ramesh, Thank you for the patch. On Tuesday 07 Feb 2017 15:02:35 Ramesh Shanmugasundaram wrote: > This patch adds documentation for the three new SDR formats > > V4L2_SDR_FMT_PCU16BE > V4L2_SDR_FMT_PCU18BE > V4L2_SDR_FMT_PCU20BE > > Signed-off-by: Ramesh Shanmugasundaram > --- > .../media/

RE: [PATCH v3 2/7] dt-bindings: media: Add MAX2175 binding description

2017-04-11 Thread Ramesh Shanmugasundaram
Hi Laurent, > On Tuesday 11 Apr 2017 09:57:45 Ramesh Shanmugasundaram wrote: > > > On Tuesday 07 Feb 2017 15:02:32 Ramesh Shanmugasundaram wrote: > > >> Add device tree binding documentation for MAX2175 Rf to bits tuner > > >> device. > > >> > > >> Signed-off-by: Ramesh Shanmugasundaram > > >> --

Re: [PATCHv4 00/15] R-Car VSP1 Histogram Support

2017-04-11 Thread Sakari Ailus
On 04/10/17 22:26, Hans Verkuil wrote: > From: Hans Verkuil > > This patch series is the rebased version of this pull request: > > https://www.mail-archive.com/linux-media@vger.kernel.org/msg111025.html > > It slightly modifies 'Add metadata buffer type and format' (remove > experimental note a

Re: [PATCHv4 00/15] R-Car VSP1 Histogram Support

2017-04-11 Thread Mauro Carvalho Chehab
Hi Hans, Em Mon, 10 Apr 2017 21:26:36 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > This patch series is the rebased version of this pull request: > > https://www.mail-archive.com/linux-media@vger.kernel.org/msg111025.html > > It slightly modifies 'Add metadata buffer type and format

[PATCH v9 2/2] media: Add a driver for the ov5645 camera sensor.

2017-04-11 Thread Todor Tomov
The ov5645 sensor from Omnivision supports up to 2592x1944 and CSI2 interface. The driver adds support for the following modes: - 1280x960 - 1920x1080 - 2592x1944 Output format is packed 8bit UYVY. Signed-off-by: Todor Tomov Reviewed-by: Laurent Pinchart Acked-by: Sakari Ailus --- drivers/me

[PATCH v9 1/2] media: i2c/ov5645: add the device tree binding document

2017-04-11 Thread Todor Tomov
Add the document for ov5645 device tree binding. Signed-off-by: Todor Tomov Reviewed-by: Laurent Pinchart Acked-by: Sakari Ailus Acked-by: Rob Herring --- .../devicetree/bindings/media/i2c/ov5645.txt | 54 ++ 1 file changed, 54 insertions(+) create mode 100644 Docum

[PATCH v9 0/2] OV5645 camera sensor driver

2017-04-11 Thread Todor Tomov
Resending once again to remove an unused empty struct in second patch. I have kept the received tags because the change is rather trivial. Changes since version 8: - removed unused empty struct ov5645_subdev_internal_ops; - removed two redundant new lines above and under ov5645_remove(). Changes

Re: [PATCH v3 2/7] dt-bindings: media: Add MAX2175 binding description

2017-04-11 Thread Laurent Pinchart
Hi Ramesh, On Tuesday 11 Apr 2017 09:57:45 Ramesh Shanmugasundaram wrote: > > On Tuesday 07 Feb 2017 15:02:32 Ramesh Shanmugasundaram wrote: > >> Add device tree binding documentation for MAX2175 Rf to bits tuner > >> device. > >> > >> Signed-off-by: Ramesh Shanmugasundaram > >> --- > >> > >>

Re: [Patch v3 10/11] [media] s5p-mfc: Add support for HEVC encoder (fwd)

2017-04-11 Thread Smitha T Murthy
On Tue, 2017-04-11 at 11:00 +0200, Sylwester Nawrocki wrote: > Hi, > > On 04/03/2017 08:17 AM, Smitha T Murthy wrote: > > On Mon, 2017-04-03 at 08:00 +0200, Julia Lawall wrote: > >> See line 2101 > >> > >> julia > >> > > Thank you for bringing it to my notice, I had not checked on this git. > > I

Re: [PATCHv4 04/15] v4l: vsp1: Add histogram support

2017-04-11 Thread Mauro Carvalho Chehab
Em Mon, 10 Apr 2017 21:26:40 +0200 Hans Verkuil escreveu: > From: Laurent Pinchart > > The histogram common code will be used to implement support for both the > HGO and HGT histogram computation engines. > > Signed-off-by: Laurent Pinchart > --- > drivers/media/platform/Kconfig |

RE: [PATCH v3 2/7] dt-bindings: media: Add MAX2175 binding description

2017-04-11 Thread Ramesh Shanmugasundaram
Hi Laurent, Thanks for the review comments. > > On Tuesday 07 Feb 2017 15:02:32 Ramesh Shanmugasundaram wrote: > > Add device tree binding documentation for MAX2175 Rf to bits tuner > > device. > > > > Signed-off-by: Ramesh Shanmugasundaram > > --- > > .../devicetree/bindings/media/i2c/max2175

Re: [Patch v3 10/11] [media] s5p-mfc: Add support for HEVC encoder (fwd)

2017-04-11 Thread Sylwester Nawrocki
On 04/11/2017 11:23 AM, Julia Lawall wrote: On Tue, 11 Apr 2017, Sylwester Nawrocki wrote: Hi, On 04/03/2017 08:17 AM, Smitha T Murthy wrote: On Mon, 2017-04-03 at 08:00 +0200, Julia Lawall wrote: See line 2101 julia Thank you for bringing it to my notice, I had not checked on this git. I

Re: [PATCH 1/5] media: rc: meson-ir: remove irq from struct meson_ir

2017-04-11 Thread Neil Armstrong
On 04/11/2017 07:53 AM, Heiner Kallweit wrote: > The irq number is used in the probe function only, therefore just use > a local variable. > > Signed-off-by: Heiner Kallweit > --- > drivers/media/rc/meson-ir.c | 11 +-- > 1 file changed, 5 insertions(+), 6 deletions(-) > > diff --git a/

Re: [PATCH v3 2/7] dt-bindings: media: Add MAX2175 binding description

2017-04-11 Thread Laurent Pinchart
Hi Ramesh, Thank you for the patch. On Tuesday 07 Feb 2017 15:02:32 Ramesh Shanmugasundaram wrote: > Add device tree binding documentation for MAX2175 Rf to bits tuner > device. > > Signed-off-by: Ramesh Shanmugasundaram > --- > .../devicetree/bindings/media/i2c/max2175.txt | 61 +

Re: [Patch v3 10/11] [media] s5p-mfc: Add support for HEVC encoder (fwd)

2017-04-11 Thread Julia Lawall
On Tue, 11 Apr 2017, Sylwester Nawrocki wrote: > Hi, > > On 04/03/2017 08:17 AM, Smitha T Murthy wrote: > > On Mon, 2017-04-03 at 08:00 +0200, Julia Lawall wrote: > > > See line 2101 > > > > > > julia > > > > > Thank you for bringing it to my notice, I had not checked on this git. > > I will upl

Re: [git:media_tree/master] [media] ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi

2017-04-11 Thread Krzysztof Kozlowski
On Tue, Apr 11, 2017 at 10:54 AM, Mauro Carvalho Chehab wrote: > Em Tue, 11 Apr 2017 10:36:58 +0200 > Krzysztof Kozlowski escreveu: > >> On Mon, Apr 10, 2017 at 6:12 PM, Mauro Carvalho Chehab >> wrote: >> > This is an automatic generated email to let you know that the following >> > patch were

Re: [Patch v3 10/11] [media] s5p-mfc: Add support for HEVC encoder (fwd)

2017-04-11 Thread Sylwester Nawrocki
Hi, On 04/03/2017 08:17 AM, Smitha T Murthy wrote: On Mon, 2017-04-03 at 08:00 +0200, Julia Lawall wrote: See line 2101 julia Thank you for bringing it to my notice, I had not checked on this git. I will upload the next version of patches soon corresponding to this git. In general please u

Re: [git:media_tree/master] [media] ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi

2017-04-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Apr 2017 10:36:58 +0200 Krzysztof Kozlowski escreveu: > On Mon, Apr 10, 2017 at 6:12 PM, Mauro Carvalho Chehab > wrote: > > This is an automatic generated email to let you know that the following > > patch were queued: > > > > Subject: [media] ARM: dts: exynos: add HDMI controller ph

Re: [git:media_tree/master] [media] ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi

2017-04-11 Thread Hans Verkuil
On 04/11/17 10:36, Krzysztof Kozlowski wrote: > On Mon, Apr 10, 2017 at 6:12 PM, Mauro Carvalho Chehab > wrote: >> This is an automatic generated email to let you know that the following >> patch were queued: >> >> Subject: [media] ARM: dts: exynos: add HDMI controller phandle to >> exynos4.dtsi

Re: [git:media_tree/master] [media] ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi

2017-04-11 Thread Krzysztof Kozlowski
On Mon, Apr 10, 2017 at 6:12 PM, Mauro Carvalho Chehab wrote: > This is an automatic generated email to let you know that the following patch > were queued: > > Subject: [media] ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi > Author: Hans Verkuil > Date:Tue Dec 13 12:37:16 2

Re: [PATCH v3 1/7] media: v4l2-ctrls: Reserve controls for MAX217X

2017-04-11 Thread Laurent Pinchart
Hi Ramesh, Thank you for the patch. On Tuesday 07 Feb 2017 15:02:31 Ramesh Shanmugasundaram wrote: > Reserve controls for MAX217X RF to Bits tuner family. These hybrid > radio receiver chips are highly programmable and hence reserving 32 > controls. > > Signed-off-by: Ramesh Shanmugasundaram >

Re: [PATCH 0/9] Unify i2c_mux_add_adapter error reporting

2017-04-11 Thread Peter Rosin
On 2017-04-03 10:38, Peter Rosin wrote: > Hi! > > Many users of the i2c_mux_add_adapter interface log a message > on failure, but the function already logs such a message. One > or two of those users actually add more information than already > provided by the central failure message. > > So, fir

Re: [PATCH 3/5] media: rc: meson-ir: switch to managed rc device allocation / registration

2017-04-11 Thread Neil Armstrong
On 04/11/2017 08:02 AM, Heiner Kallweit wrote: > Switch to the managed versions of rc_allocate_device/rc_register_device, > thus simplifying the code. > > Signed-off-by: Heiner Kallweit > --- > drivers/media/rc/meson-ir.c | 18 -- > 1 file changed, 4 insertions(+), 14 deletions(-

Re: [PATCH 4/5] media: rc: meson-ir: use readl_relaxed in the interrupt handler

2017-04-11 Thread Neil Armstrong
On 04/11/2017 08:05 AM, Heiner Kallweit wrote: > We don't need the memory barriers here and an interrupt handler should > be as fast as possible. Therefore switch to readl_relaxed. > > Signed-off-by: Heiner Kallweit > --- > drivers/media/rc/meson-ir.c | 7 --- > 1 file changed, 4 insertions(