cron job: media_tree daily build: OK

2014-12-03 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: Thu Dec 4 04:00:16 CET 2014 git branch: test git hash: e8bd888a148cb55a5ba27070fdfeb62386c89577 gcc versio

[GIT PULL 3.19] rtl2832_sdr fix

2014-12-03 Thread Antti Palosaari
The following changes since commit 504febc3f98c87a8bebd8f2f274f32c0724131e4: Revert "[media] lmed04: add missing breaks" (2014-11-25 22:16:25 -0200) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git rtl2832_sdr for you to fetch changes up to df12dc299d72779a15

[PATCH] rtl2832_sdr: control ADC

2014-12-03 Thread Antti Palosaari
Recent rtl28xxu patch I made moved demod ADC enable from power control to frontend control (due to slave demod support). Because of that we need call USB interface frontend control too in order to enable ADC. Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/rtl2832_sdr.c | 8 ++

[PATCH v3] media: platform: add VPFE capture driver support for AM437X

2014-12-03 Thread Lad, Prabhakar
From: Benoit Parrot This patch adds Video Processing Front End (VPFE) driver for AM437X family of devices Driver supports the following: - V4L2 API using MMAP buffer access based on videobuf2 api - Asynchronous sensor/decoder sub device registration - DT support Signed-off-by: Benoit Parrot Sig

[PATCH] media: i2c/adp1653: devicetree support for adp1653

2014-12-03 Thread Pavel Machek
We are moving to device tree support on OMAP3, but that currently breaks ADP1653 driver. This adds device tree support, plus required documentation. Signed-off-by: Pavel Machek --- /dev/null +++ b/Documentation/devicetree/bindings/media/i2c/adp1653.txt @@ -0,0 +1,38 @@ +* Analog Devices ADP1653

Re: [PATCH/RFC v9 02/19] Documentation: leds: Add description of LED Flash class extension

2014-12-03 Thread Sakari Ailus
Hi Jacek, On Wed, Dec 03, 2014 at 05:06:37PM +0100, Jacek Anaszewski wrote: > The documentation being added contains overall description of the > LED Flash Class and the related sysfs attributes. > > Signed-off-by: Jacek Anaszewski > Acked-by: Kyungmin Park > Cc: Bryan Wu > Cc: Richard Purdie

Re: [PATCH/RFC v9 01/19] leds: Add LED Flash class extension to the LED subsystem

2014-12-03 Thread Sakari Ailus
Hi Jacek, Thanks for the update. A few comments below. On Wed, Dec 03, 2014 at 05:06:36PM +0100, Jacek Anaszewski wrote: > Some LED devices support two operation modes - torch and flash. > This patch provides support for flash LED devices in the LED subsystem > by introducing new sysfs attributes

[PATCH/RFC v9 01/19] leds: Add LED Flash class extension to the LED subsystem

2014-12-03 Thread Jacek Anaszewski
Some LED devices support two operation modes - torch and flash. This patch provides support for flash LED devices in the LED subsystem by introducing new sysfs attributes and kernel internal interface. The attributes being introduced are: flash_brightness, flash_strobe, flash_timeout, max_flash_tim

[PATCH/RFC v9 02/19] Documentation: leds: Add description of LED Flash class extension

2014-12-03 Thread Jacek Anaszewski
The documentation being added contains overall description of the LED Flash Class and the related sysfs attributes. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Bryan Wu Cc: Richard Purdie --- Documentation/leds/leds-class-flash.txt | 50 +++ 1 fil

[PATCH/RFC v9 00/19] LED / flash API integration

2014-12-03 Thread Jacek Anaszewski
This patch set is a follow-up of the LED / flash API integration series [1]. Changes since version 8: - added a new way of registering async sub-device - switched to matching flash leds by DT phandles - improved Device Tree bindings documentation

[PATCH/RFC v9 10/19] DT: Add documentation for the Skyworks AAT1290

2014-12-03 Thread Jacek Anaszewski
This patch adds device tree binding documentation for 1.5A Step-Up Current Regulator for Flash LEDs. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Bryan Wu Cc: Richard Purdie Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: --- .../device

[PATCH/RFC v9 05/19] leds: Add support for max77693 mfd flash cell

2014-12-03 Thread Jacek Anaszewski
This patch adds led-flash support to Maxim max77693 chipset. A device can be exposed to user space through LED subsystem sysfs interface. Device supports up to two leds which can work in flash and torch mode. The leds can be triggered externally or by software. Signed-off-by: Jacek Anaszewski Sig

[PATCH/RFC v9 08/19] leds: Add driver for AAT1290 current regulator

2014-12-03 Thread Jacek Anaszewski
This patch adds a driver for the 1.5A Step-Up Current Regulator for Flash LEDs. The device is programmed through a Skyworks proprietary AS2Cwire serial digital interface. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Bryan Wu Cc: Richard Purdie --- drivers/leds/Kconfig|

[PATCH/RFC v9 12/19] v4l2-async: add V4L2_ASYNC_MATCH_CUSTOM_OF matching type

2014-12-03 Thread Jacek Anaszewski
There are cases where a v4l2 sub-device is not related to the main Device Tree node of a device, but to its child node. Add v4l2_async_get_of_node_by_subdev function to facilitate associating a sub-device with different Device Tree node than the one from the related struct device. Added is also V4L

[PATCH/RFC v9 15/19] Documentation: leds: Add description of v4l2-flash sub-device

2014-12-03 Thread Jacek Anaszewski
This patch extends LED Flash class documention by the description of interactions with v4l2-flash sub-device. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Acked-by: Sakari Ailus Cc: Bryan Wu Cc: Richard Purdie --- Documentation/leds/leds-class-flash.txt | 13 + 1 fil

[PATCH/RFC v9 16/19] exynos4-is: Add support for v4l2-flash subdevs

2014-12-03 Thread Jacek Anaszewski
This patch adds suppport for external v4l2-flash devices. The support includes parsing camera-flash DT property and asynchronous subdevice registration. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Sylwester Nawrocki --- drivers/media/platform/exynos4-is/media-dev.c | 42 +

[PATCH/RFC v9 14/19] media: Add registration helpers for V4L2 flash sub-devices

2014-12-03 Thread Jacek Anaszewski
This patch adds helper functions for registering/unregistering LED Flash class devices as V4L2 sub-devices. The functions should be called from the LED subsystem device driver. In case the support for V4L2 Flash sub-devices is disabled in the kernel config the functions' empty versions will be used

[PATCH/RFC v9 09/19] of: Add Skyworks Solutions, Inc. vendor prefix

2014-12-03 Thread Jacek Anaszewski
Use "skyworks" as the vendor prefix for the Skyworks Solutions, Inc. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed,

[PATCH/RFC v9 06/19] DT: Add documentation for the mfd Maxim max77693

2014-12-03 Thread Jacek Anaszewski
This patch adds device tree binding documentation for the flash cell of the Maxim max77693 multifunctional device. Signed-off-by: Jacek Anaszewski Signed-off-by: Andrzej Hajda Acked-by: Kyungmin Park Cc: Lee Jones Cc: Chanwoo Choi Cc: Bryan Wu Cc: Richard Purdie Cc: Rob Herring Cc: Pawel M

[PATCH/RFC v9 03/19] mfd: max77693: Modify flash cell name identifiers

2014-12-03 Thread Jacek Anaszewski
Change flash cell identifiers from max77693-flash to max77693-led to avoid confusion with NOR/NAND Flash. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Chanwoo Choi Cc: Lee Jones --- drivers/mfd/max77693.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH/RFC v9 07/19] dt-binding: mfd: max77693: Add DT binding related macros

2014-12-03 Thread Jacek Anaszewski
Add macros for max77693 led part related binding. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Lee Jones Cc: Chanwoo Choi --- include/dt-bindings/mfd/max77693.h | 38 1 file changed, 38 insertions(+) create mode 100644 include/dt-bindings

[PATCH/RFC v9 04/19] mfd: max77693: adjust max77693_led_platform_data

2014-12-03 Thread Jacek Anaszewski
Add "label" array for Device Tree strings with the name of a LED device and make flash_timeout a two element array, for caching the sub-led related flash timeout. Added is also an array for caching pointers to the sub-nodes representing sub-leds. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin

[PATCH/RFC v9 11/19] v4l2-async: change custom.match callback argument type

2014-12-03 Thread Jacek Anaszewski
It is useful to have an access to the async sub-device being matched, not only to the related struct device. Change match callback argument from struct device to struct v4l2_subdev. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Guennadi Liakhovetski Cc: Laurent Pinchart Cc: Hans

[PATCH/RFC v9 13/19] v4l2-ctrls: Add V4L2_CID_FLASH_SYNC_STROBE control

2014-12-03 Thread Jacek Anaszewski
Add V4L2_CID_FLASH_SYNC_STROBE control for determining whether a flash device strobe has to be synchronized with other flash leds controller by the same device. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Sakari Ailus Cc: Hans Verkuil --- Documentation/DocBook/media/v4l/contro

[PATCH/RFC v9 19/19] leds: aat1290: add support for V4L2 Flash sub-device

2014-12-03 Thread Jacek Anaszewski
Add support for V4L2 Flash sub-device to the aat1290 LED Flash class driver. The support allows for V4L2 Flash sub-device to take the control of the LED Flash class device. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Bryan Wu Cc: Richard Purdie Cc: Sakari Ailus --- drivers/le

[PATCH/RFC v9 17/19] DT: Add documentation for exynos4-is 'flashes' property

2014-12-03 Thread Jacek Anaszewski
This patch adds a description of 'flashes' property to the samsung-fimc.txt. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Sylwester Nawrocki Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: --- .../devicetree/bindings/media/samsung-fimc.t

[PATCH/RFC v9 18/19] leds: max77693: add support for V4L2 Flash sub-device

2014-12-03 Thread Jacek Anaszewski
Add support for V4L2 Flash sub-device to the max77693 LED Flash class driver. The support allows for V4L2 Flash sub-device to take the control of the LED Flash class device. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Bryan Wu Cc: Richard Purdie Cc: Sakari Ailus --- drivers/l

Re: [PATCH] Add LVDS RGB media bus formats

2014-12-03 Thread Sakari Ailus
Hi Philipp, On Tue, Dec 02, 2014 at 08:41:24PM +0100, Philipp Zabel wrote: > This patch adds three new RGB media bus formats that describe > 18-bit or 24-bit samples transferred over an LVDS bus with three > or four differential data pairs, serialized into 7 time slots, > using standard SPWG/PSWG/

[GIT PULL FOR v3.19] videobuf2 race condition fixes

2014-12-03 Thread Laurent Pinchart
Hi Mauro, Would it still be possible to get those two race condition fixes in v3.19 ? The following changes since commit e8bd888a148cb55a5ba27070fdfeb62386c89577: [media] omap_vout: fix compile warnings (2014-12-02 11:35:05 -0200) are available in the git repository at: git://linuxtv.org/p

Re: [PATCH v4 05/10] v4l: of: Add v4l2_of_parse_link() function

2014-12-03 Thread Laurent Pinchart
Hi Sylwester, Thank you for the review. On Wednesday 03 December 2014 16:02:12 Sylwester Nawrocki wrote: > Hi Laurent, > > On 01/12/14 21:13, Laurent Pinchart wrote: > > The function fills a link data structure with the device node and port > > number at both the local and remote ends of a link

Re: [PATCH v4 07/10] v4l: vb2: Fix race condition in _vb2_fop_release

2014-12-03 Thread Sylwester Nawrocki
On 01/12/14 21:13, Laurent Pinchart wrote: > The function releases the queue if the file being released is the queue > owner. The check reads the queue->owner field without taking the queue > lock, creating a race condition with functions that set the queue owner, > such as vb2_ioctl_reqbufs() for

Re: [PATCH v4 05/10] v4l: of: Add v4l2_of_parse_link() function

2014-12-03 Thread Sylwester Nawrocki
Hi Laurent, On 01/12/14 21:13, Laurent Pinchart wrote: > The function fills a link data structure with the device node and port > number at both the local and remote ends of a link defined by one of its > endpoint nodes. > > Signed-off-by: Laurent Pinchart > Acked-by: Hans Verkuil > --- > driv

Re: [PATCH 1/2] v4l2 subdevs: replace get/set_crop by get/set_selection

2014-12-03 Thread Hans Verkuil
On 12/03/14 12:06, Sakari Ailus wrote: > Hi Hans, > > On Tue, Dec 02, 2014 at 01:21:40PM +0100, Hans Verkuil wrote: >> From: Hans Verkuil >> >> The crop and selection pad ops are duplicates. Replace all uses of >> get/set_crop >> by get/set_selection. This will make it possible to drop get/set_c

[PATCH 3/3] Add RGB666_1X24_CPADHI media bus format

2014-12-03 Thread Philipp Zabel
Commit 9e74d2926a28 ("staging: imx-drm: add LVDS666 support for parallel display") describes a 24-bit bus format where three 6-bit components each take the lower part of 8 bits with the two high bits zero padded. Add a component-wise padded media bus format RGB666_1X24_CPADHI to support this connec

[PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2014-12-03 Thread Philipp Zabel
This patch adds two more 24-bit RGB formats. BGR888 is more or less common, GBR888 is used on the internal connection between the IPU display interface and the TVE (VGA DAC) on i.MX53 SoCs. Signed-off-by: Philipp Zabel Acked-by: Laurent Pinchart --- Changes since v1: - Reordered 24-bit RGB form

[PATCH v2 2/3] Add YUV8_1X24 media bus format

2014-12-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel Acked-by: Laurent Pinchart --- Documentation/DocBook/media/v4l/subdev-formats.xml | 37 ++ include/uapi/linux/media-bus-format.h | 3 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/Documentation/DocBook/media/v4l/s

Re: [PATCH 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2014-12-03 Thread Philipp Zabel
Am Mittwoch, den 03.12.2014, 14:48 +0200 schrieb Laurent Pinchart: > Hi Philipp, > > Thank you for the patch. Thank you for the comments. I'll fix the issues you pointed out and resend. > On Wednesday 03 December 2014 11:28:18 Philipp Zabel wrote: > > This patch adds two more 24-bit RGB formats.

Re: [PATCH 1/2] v4l2 subdevs: replace get/set_crop by get/set_selection

2014-12-03 Thread Laurent Pinchart
Hi Hans, On Wednesday 03 December 2014 12:17:57 Hans Verkuil wrote: > On 12/03/14 12:14, Sylwester Nawrocki wrote: > > On 02/12/14 13:21, Hans Verkuil wrote: > >> -static int s5k6aa_set_crop(struct v4l2_subdev *sd, struct v4l2_subdev_fh > >> *fh, > >> - struct v4l2_subdev_crop

Re: [PATCH 3/3] Add RGB666_1X24_CPADHI media bus format

2014-12-03 Thread Laurent Pinchart
Hi Philipp, Thank you for the patch. On Wednesday 03 December 2014 11:28:20 Philipp Zabel wrote: > Commit 9e74d2926a28 ("staging: imx-drm: add LVDS666 support for parallel > display") describes a 24-bit bus format where three 6-bit components each > take the lower part of 8 bits with the two high

Re: [PATCH 2/3] Add YUV8_1X24 media bus format

2014-12-03 Thread Laurent Pinchart
Hi Philipp, Thank you for the patch. On Wednesday 03 December 2014 11:28:19 Philipp Zabel wrote: > Signed-off-by: Philipp Zabel Acked-by: Laurent Pinchart > --- > Documentation/DocBook/media/v4l/subdev-formats.xml | 37 +++ > include/uapi/linux/media-bus-format.h

Re: [PATCH 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2014-12-03 Thread Laurent Pinchart
Hi Philipp, Thank you for the patch. On Wednesday 03 December 2014 11:28:18 Philipp Zabel wrote: > This patch adds two more 24-bit RGB formats. BGR888 is more or less common, > GBR888 is used on the internal connection between the IPU display interface > and the TVE (VGA DAC) on i.MX53 SoCs. Wer

RE: [PATCH] media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM

2014-12-03 Thread Kamil Debski
Hi, > From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > Sent: Wednesday, December 03, 2014 3:14 AM > To: linux-media@vger.kernel.org > Cc: Kyungmin Park; Sylwester Nawrocki; Mauro Carvalho Chehab; Kukjin > Kim; linux-samsung-...@vger.kernel.org; Kamil Debski; Philipp Zabel; > Linux PM list; Li

Re: [PATCH 1/2] v4l2 subdevs: replace get/set_crop by get/set_selection

2014-12-03 Thread Hans Verkuil
On 12/03/14 12:49, Sylwester Nawrocki wrote: > On 03/12/14 12:17, Hans Verkuil wrote: >> Hi Sylwester, >> >> On 12/03/14 12:14, Sylwester Nawrocki wrote: Hi Hans, On 02/12/14 13:21, Hans Verkuil wrote: >> -static int s5k6aa_set_crop(struct v4l2_subdev *sd, struct >> v4l2_sub

Re: [PATCH 0/4] Media cleanups

2014-12-03 Thread Sakari Ailus
On Mon, Dec 01, 2014 at 02:10:41PM +0100, Hans Verkuil wrote: > This patch series: > > - Removes all the emacs editor variables in sources. > - Stops drivers from using the debug field in struct video_device. > This field is internal to the v4l2 core and drivers shouldn't > set it. > - Improve

Re: [PATCH v4 05/10] v4l: of: Add v4l2_of_parse_link() function

2014-12-03 Thread Sakari Ailus
On Mon, Dec 01, 2014 at 10:13:35PM +0200, Laurent Pinchart wrote: > The function fills a link data structure with the device node and port > number at both the local and remote ends of a link defined by one of its > endpoint nodes. > > Signed-off-by: Laurent Pinchart > Acked-by: Hans Verkuil > -

Re: [PATCH] media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM

2014-12-03 Thread Philipp Zabel
Am Mittwoch, den 03.12.2014, 03:13 +0100 schrieb Rafael J. Wysocki: > From: Rafael J. Wysocki > > After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is > selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks > depending on CONFIG_PM_RUNTIME may now be changed to depend

Re: [PATCH 1/2] v4l2 subdevs: replace get/set_crop by get/set_selection

2014-12-03 Thread Sylwester Nawrocki
On 03/12/14 12:17, Hans Verkuil wrote: > Hi Sylwester, > > On 12/03/14 12:14, Sylwester Nawrocki wrote: >> > Hi Hans, >> > >> > On 02/12/14 13:21, Hans Verkuil wrote: >>> >> -static int s5k6aa_set_crop(struct v4l2_subdev *sd, struct >>> >> v4l2_subdev_fh *fh, >>> >> - s

Re: [PATCH] media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM

2014-12-03 Thread Sylwester Nawrocki
On 03/12/14 03:13, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is > selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks > depending on CONFIG_PM_RUNTIME may now be changed to depend on > CONFIG_PM. > > Th

Re: [PATCH 1/2] v4l2 subdevs: replace get/set_crop by get/set_selection

2014-12-03 Thread Hans Verkuil
Hi Sylwester, On 12/03/14 12:14, Sylwester Nawrocki wrote: > Hi Hans, > > On 02/12/14 13:21, Hans Verkuil wrote: >> -static int s5k6aa_set_crop(struct v4l2_subdev *sd, struct v4l2_subdev_fh >> *fh, >> - struct v4l2_subdev_crop *crop) >> +static int s5k6aa_set_selection(stru

Re: [PATCH 1/2] v4l2 subdevs: replace get/set_crop by get/set_selection

2014-12-03 Thread Sakari Ailus
On Wed, Dec 03, 2014 at 12:14:49PM +0100, Sylwester Nawrocki wrote: > Hi Hans, > > On 02/12/14 13:21, Hans Verkuil wrote: > > -static int s5k6aa_set_crop(struct v4l2_subdev *sd, struct v4l2_subdev_fh > > *fh, > > - struct v4l2_subdev_crop *crop) > > +static int s5k6aa_set_sel

[REVIEW PATCH 1/2] v4l: Add data_offset to struct v4l2_buffer

2014-12-03 Thread Sakari Ailus
From: Sakari Ailus The data_offset field tells the start of the image data from the beginning of the buffer. The bsize field in struct v4l2_buffer includes this, but the sizeimage field in struct v4l2_pix_format does not. Signed-off-by: Sakari Ailus --- Documentation/DocBook/media/v4l/compat.x

Re: [PATCH 1/2] v4l2 subdevs: replace get/set_crop by get/set_selection

2014-12-03 Thread Sylwester Nawrocki
Hi Hans, On 02/12/14 13:21, Hans Verkuil wrote: > -static int s5k6aa_set_crop(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh, > -struct v4l2_subdev_crop *crop) > +static int s5k6aa_set_selection(struct v4l2_subdev *sd, > + struct v4l2_subdev_f

[REVIEW PATCH 2/2] v4l: Add packed Bayer raw10 pixel formats

2014-12-03 Thread Sakari Ailus
From: Aviv Greenberg These formats are just like 10-bit raw bayer formats that exist already, but the pixels are not padded to byte boundaries. Instead, the eight high order bits of four consecutive pixels are stored in four bytes, followed by a byte of two low order bits of each of the four pixe

[REVIEW PATCH 0/2] data_offset for single plane buffers, packed raw10

2014-12-03 Thread Sakari Ailus
Hi folks, These two patches add data_offset support for single-plane buffers and definitions and documentation for 10-bit packed raw bayer formats. -- Kind regards, Sakari -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.

Re: [PATCH 1/2] v4l2 subdevs: replace get/set_crop by get/set_selection

2014-12-03 Thread Sakari Ailus
Hi Hans, On Tue, Dec 02, 2014 at 01:21:40PM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > The crop and selection pad ops are duplicates. Replace all uses of > get/set_crop > by get/set_selection. This will make it possible to drop get/set_crop > altogether. > > Signed-off-by: Hans Verkui

Re: [PATCH v2] media: platform: add VPFE capture driver support for AM437X

2014-12-03 Thread Hans Verkuil
On 12/03/14 01:29, Lad, Prabhakar wrote: > From: Benoit Parrot > > This patch adds Video Processing Front End (VPFE) driver for > AM437X family of devices > Driver supports the following: > - V4L2 API using MMAP buffer access based on videobuf2 api > - Asynchronous sensor/decoder sub device regis

[PATCH 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2014-12-03 Thread Philipp Zabel
This patch adds two more 24-bit RGB formats. BGR888 is more or less common, GBR888 is used on the internal connection between the IPU display interface and the TVE (VGA DAC) on i.MX53 SoCs. Signed-off-by: Philipp Zabel --- Documentation/DocBook/media/v4l/subdev-formats.xml | 60 +

[PATCH 3/3] Add RGB666_1X24_CPADHI media bus format

2014-12-03 Thread Philipp Zabel
Commit 9e74d2926a28 ("staging: imx-drm: add LVDS666 support for parallel display") describes a 24-bit bus format where three 6-bit components each take the lower part of 8 bits with the two high bits zero padded. Add a component-wise padded media bus format RGB666_1X24_CPADHI to support this connec

[PATCH 2/3] Add YUV8_1X24 media bus format

2014-12-03 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- Documentation/DocBook/media/v4l/subdev-formats.xml | 37 ++ include/uapi/linux/media-bus-format.h | 3 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documen

Re: [PATCHv3 2/9] v4l2-mediabus: improve colorspace support

2014-12-03 Thread Sakari Ailus
Hi Hans, On Wed, Dec 03, 2014 at 08:28:14AM +0100, Hans Verkuil wrote: > On 12/03/2014 01:16 AM, Sakari Ailus wrote: > > Hi Hans, > > > > On Mon, Dec 01, 2014 at 10:03:46AM +0100, Hans Verkuil wrote: > >> From: Hans Verkuil > >> > >> Add and copy the new ycbcr_enc and quantization fields. > >> >

Re: [PATCH 3/4] media: ov2640: add a master clock for sensor

2014-12-03 Thread Josh Wu
Hi, Laurent On 12/2/2014 6:26 AM, Laurent Pinchart wrote: Hi Josh, (CC'ing the devicet...@vger.kernel.org mailing list) Thank you for the patch. On Friday 28 November 2014 18:28:26 Josh Wu wrote: The master clock can be optional. It's a common clock framework clock. It can make sensor output

Re: [PATCH 4/4] media: ov2640: dt: add the device tree binding document

2014-12-03 Thread Josh Wu
Hi, Laurent On 12/2/2014 6:14 AM, Laurent Pinchart wrote: Hi Josh, Thank you for the patch. On Friday 28 November 2014 18:28:27 Josh Wu wrote: Add the document for ov2640 dt. Cc: devicet...@vger.kernel.org Signed-off-by: Josh Wu --- .../devicetree/bindings/media/i2c/ov2640.txt | 43

Re: [PATCH 3/9] clk: sunxi: Add prcm mod0 clock driver

2014-12-03 Thread Hans de Goede
Hi, On 12/02/2014 04:45 PM, Maxime Ripard wrote: >> Ok, so thinking more about this, I'm still convinced that the MFD framework is only getting in the way here. You still haven't said of what exactly it's getting in the way of. Of using of_clk_define to bind to the mod0 clk in the prcm, bec