cron job: media_tree daily build: ERRORS

2016-06-02 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: Fri Jun 3 04:00:21 CEST 2016 git branch: test git hash: de42e7655d504ceeda53e009b8860ba4bd007ab5 gcc

Re: NTSC/PAL resolution support for "EasyCap" device

2016-06-02 Thread Laurent Pinchart
Hi Bastien, (CC'ing the linux-media mailing list) On Tuesday 31 May 2016 12:38:49 Bastien Nocera wrote: > Hey, > > I saw your commits to add quirks for Arkmicro "webcams". I recently > bought a dirt cheap "EasyCap" device on eBay, but it only seems to > support 640x480 instead of the native

Re: [PATCH] device tree description for AD5820 camera auto-focus coil

2016-06-02 Thread Sakari Ailus
On Thu, Jun 02, 2016 at 09:30:27PM +0200, Pavel Machek wrote: > > Add documentation for ad5820 device tree binding. > > Signed-off-by: Pavel Machek Thanks, Pavel!! Can I pick the two patches (this one + the driver) or would you like to send a pull request? In the latter case

Re: [PATCHv5] support for AD5820 camera auto-focus coil

2016-06-02 Thread Sakari Ailus
On Thu, Jun 02, 2016 at 09:27:37PM +0200, Pavel Machek wrote: > On Thu 2016-06-02 10:45:45, Sakari Ailus wrote: > > On Thu, Jun 02, 2016 at 12:08:40AM +0200, Pavel Machek wrote: > > > On Wed 2016-06-01 18:24:39, Sakari Ailus wrote: > > > > Hi Pavel, > > > > > > > > Well, it does not use any dt

[PATCH] device tree description for AD5820 camera auto-focus coil

2016-06-02 Thread Pavel Machek
Add documentation for ad5820 device tree binding. Signed-off-by: Pavel Machek diff --git a/Documentation/devicetree/bindings/media/i2c/ad5820.txt b/Documentation/devicetree/bindings/media/i2c/ad5820.txt new file mode 100644 index 000..fb70ca5 --- /dev/null +++

Re: [PATCHv5] support for AD5820 camera auto-focus coil

2016-06-02 Thread Pavel Machek
On Thu 2016-06-02 10:45:45, Sakari Ailus wrote: > On Thu, Jun 02, 2016 at 12:08:40AM +0200, Pavel Machek wrote: > > On Wed 2016-06-01 18:24:39, Sakari Ailus wrote: > > > Hi Pavel, > > > > > > Well, it does not use any dt properties. So there's not really much to > > > > discuss with dt people...

[PATCH] [media] c8sectpfe: fix memory leak

2016-06-02 Thread Sudip Mukherjee
We have assigned memory while requesting the firmware but if the sanity check fails then we are not releasing the firmware. Signed-off-by: Sudip Mukherjee --- drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v4 5/7] ARM: Exynos: remove code for MFC custom reserved memory handling

2016-06-02 Thread Javier Martinez Canillas
Hello Krzysztof, On 06/02/2016 12:31 PM, Krzysztof Kozlowski wrote: > On 06/02/2016 05:20 PM, Javier Martinez Canillas wrote: >> Hello Krzysztof, >> >> On 05/30/2016 03:28 AM, Krzysztof Kozlowski wrote: >>> On 05/24/2016 03:31 PM, Marek Szyprowski wrote: Once MFC driver has been converted to

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-02 Thread Steve Longerbeam
On 06/02/2016 06:55 AM, Hans Verkuil wrote: > > On 06/02/2016 03:29 PM, Tim Harvey wrote: >> On Wed, Mar 9, 2016 at 4:12 PM, Steve Longerbeam >> wrote: >>> On 03/09/2016 02:44 PM, Tim Harvey wrote: On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam

Re: [PATCH v4 5/7] ARM: Exynos: remove code for MFC custom reserved memory handling

2016-06-02 Thread Krzysztof Kozlowski
On 06/02/2016 05:20 PM, Javier Martinez Canillas wrote: > Hello Krzysztof, > > On 05/30/2016 03:28 AM, Krzysztof Kozlowski wrote: >> On 05/24/2016 03:31 PM, Marek Szyprowski wrote: >>> Once MFC driver has been converted to generic reserved memory bindings, >>> there is no need for custom memory

Re: [PATCH v4 5/7] ARM: Exynos: remove code for MFC custom reserved memory handling

2016-06-02 Thread Javier Martinez Canillas
Hello Krzysztof, On 05/30/2016 03:28 AM, Krzysztof Kozlowski wrote: > On 05/24/2016 03:31 PM, Marek Szyprowski wrote: >> Once MFC driver has been converted to generic reserved memory bindings, >> there is no need for custom memory reservation code. >> >> Signed-off-by: Marek Szyprowski

Re: [PATCH v3 0/8] Input: atmel_mxt_ts - output raw touch diagnostic data via V4L

2016-06-02 Thread Nick Dyer
pushed it to https://github.com/ndyer/linux/commits/diagnostic-v4l-20160602 I will wait for the V4L2 folks to comment before posting a [PATCH v4] cheers Nick -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord..

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-02 Thread Hans Verkuil
On 06/02/2016 03:29 PM, Tim Harvey wrote: > On Wed, Mar 9, 2016 at 4:12 PM, Steve Longerbeam > wrote: >> On 03/09/2016 02:44 PM, Tim Harvey wrote: >>> On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam >>> wrote: On 03/07/2016 08:19

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-02 Thread Tim Harvey
On Wed, Mar 9, 2016 at 4:12 PM, Steve Longerbeam wrote: > On 03/09/2016 02:44 PM, Tim Harvey wrote: >> On Tue, Mar 8, 2016 at 6:06 PM, Steve Longerbeam >> wrote: >>> On 03/07/2016 08:19 AM, Tim Harvey wrote: >> >>> >>> Hi Tim, good to

Re: [PATCHv5] support for AD5820 camera auto-focus coil

2016-06-02 Thread Sakari Ailus
On Thu, Jun 02, 2016 at 12:08:40AM +0200, Pavel Machek wrote: > On Wed 2016-06-01 18:24:39, Sakari Ailus wrote: > > Hi Pavel, > > > > Well, it does not use any dt properties. So there's not really much to > > > discuss with dt people... > > > > > > Maybe "ad5820" needs to go to list of simple

[GIT PULL FOR v4.8] Remove deprecated drivers

2016-06-02 Thread Hans Verkuil
Speaks for itself. Regards, Hans The following changes since commit 6a2cf60b3e6341a3163d3cac3f4bede126c2e894: Merge tag 'v4.7-rc1' into patchwork (2016-05-30 18:16:14 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.8a for you to

[PATCH 2/4] staging/media: remove deprecated mx3 driver

2016-06-02 Thread Hans Verkuil
From: Hans Verkuil Remove this deprecated old driver. Signed-off-by: Hans Verkuil Cc: Guennadi Liakhovetski --- drivers/staging/media/Kconfig |2 - drivers/staging/media/Makefile |1 -

[PATCH 3/4] staging/media: remove deprecated omap1 driver

2016-06-02 Thread Hans Verkuil
From: Hans Verkuil Remove this deprecated old driver. Signed-off-by: Hans Verkuil --- drivers/staging/media/Kconfig |2 - drivers/staging/media/Makefile |1 - drivers/staging/media/omap1/Kconfig| 13 -

[PATCH 4/4] staging/media: remove deprecated timb driver

2016-06-02 Thread Hans Verkuil
From: Hans Verkuil Remove this deprecated old driver. Signed-off-by: Hans Verkuil Cc: Richard Röjfors --- drivers/staging/media/Kconfig | 2 - drivers/staging/media/Makefile | 1 -

[PATCH 1/4] staging/media: remove deprecated mx2 driver

2016-06-02 Thread Hans Verkuil
From: Hans Verkuil Remove this deprecated old driver. Signed-off-by: Hans Verkuil Cc: Guennadi Liakhovetski --- drivers/staging/media/Kconfig |2 - drivers/staging/media/Makefile |1 -

[PATCH 0/4] Remove deprecated drivers

2016-06-02 Thread Hans Verkuil
From: Hans Verkuil Remove deprecated drivers from staging/media. Regards, Hans Hans Verkuil (4): staging/media: remove deprecated mx2 driver staging/media: remove deprecated mx3 driver staging/media: remove deprecated omap1 driver staging/media: remove