cron job: media_tree daily build: OK

2018-08-10 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: Sat Aug 11 05:00:09 CEST 2018 media-tree git hash:da2048b7348a0be92f706ac019e022139e29495e media_build

RE: [PATCH v1 2/2] v4l: Document Intel IPU3 meta data uAPI

2018-08-10 Thread Mani, Rajmohan
Hi Mauro, Hans, > -Original Message- > From: Tomasz Figa [mailto:tf...@chromium.org] > Sent: Wednesday, July 18, 2018 7:53 AM > To: Hans Verkuil ; Mauro Carvalho Chehab > > Cc: Zhi, Yong ; Sakari Ailus > ; Linux Media Mailing List me...@vger.kernel.org>; Laurent Pinchart > ; Mani,

we the editing

2018-08-10 Thread Kelly
Your photos need editing. We can do it for you. We do editing for e-commerce photos, jewelries images and portrait photos etc. This will include cutout and clipping path etc , also retouching if needed. Let;s know if you want to send photos for working. We can do test on your photos. Thanks,

this here for you

2018-08-10 Thread Kelly
Your photos need editing. We can do it for you. We do editing for e-commerce photos, jewelries images and portrait photos etc. This will include cutout and clipping path etc , also retouching if needed. Let;s know if you want to send photos for working. We can do test on your photos. Thanks,

Re: [PATCH 3/3] media: imx-pxp: add i.MX Pixel Pipeline driver

2018-08-10 Thread Philipp Zabel
On Fri, 2018-08-10 at 17:18 +0200, Philipp Zabel wrote: > Add a V4L2 mem-to-mem scaler/CSC driver for the Pixel Pipeline (PXP) > version found on i.MX6ULL SoCs. A similar variant is used on i.MX7D. > > Since this driver only uses the legacy pipeline, it should be reasonably > easy to extend it to

[PATCH 0/3] i.MX PXP scaler/CSC driver

2018-08-10 Thread Philipp Zabel
The Pixel Pipeline (PXP) is a memory-to-memory graphics processing engine that supports scaling, colorspace conversion, alpha blending, rotation, and pixel conversion via lookup table. Different versions are present on various i.MX SoCs from i.MX23 to i.MX7. The latest versions on i.MX6ULL and

[PATCH 1/3] dt-bindings: media: Add i.MX Pixel Pipeline binding

2018-08-10 Thread Philipp Zabel
Add DT binding documentation for the Pixel Pipeline (PXP) found on various NXP i.MX SoCs. Signed-off-by: Philipp Zabel --- .../devicetree/bindings/media/fsl-pxp.txt | 26 +++ 1 file changed, 26 insertions(+) create mode 100644

[PATCH 3/3] media: imx-pxp: add i.MX Pixel Pipeline driver

2018-08-10 Thread Philipp Zabel
Add a V4L2 mem-to-mem scaler/CSC driver for the Pixel Pipeline (PXP) version found on i.MX6ULL SoCs. A similar variant is used on i.MX7D. Since this driver only uses the legacy pipeline, it should be reasonably easy to extend it to work with the older PXP versions found on i.MX6UL, i.MX6SX,

[PATCH 2/3] ARM: dts: imx6ull: add pxp support

2018-08-10 Thread Philipp Zabel
Add the device node for the i.MX6ULL Pixel Pipeline (PXP). Signed-off-by: Philipp Zabel --- arch/arm/boot/dts/imx6ul.dtsi | 8 arch/arm/boot/dts/imx6ull.dtsi | 6 ++ 2 files changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index

[PATCH v7 12/12] media: video-mux: add bayer formats

2018-08-10 Thread Rui Miguel Silva
Add non vendor bayer formats to the allowed format array. Signed-off-by: Rui Miguel Silva --- drivers/media/platform/video-mux.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/media/platform/video-mux.c b/drivers/media/platform/video-mux.c index

[PATCH v7 00/12] media: staging/imx7: add i.MX7 media driver

2018-08-10 Thread Rui Miguel Silva
Hi, This series introduces the Media driver to work with the i.MX7 SoC. it uses the already existing imx media core drivers but since the i.MX7, contrary to i.MX5/6, do not have an IPU and because of that some changes in the imx media core are made along this series to make it support that case.

[PATCH v7 06/12] ARM: dts: imx7s: add mipi phy power domain

2018-08-10 Thread Rui Miguel Silva
Add power domain index 0 related with mipi-phy to imx7s. While at it rename pcie power-domain node to remove pgc prefix. Signed-off-by: Rui Miguel Silva --- arch/arm/boot/dts/imx7s.dtsi | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx7s.dtsi

[PATCH v7 07/12] ARM: dts: imx7s: add multiplexer controls

2018-08-10 Thread Rui Miguel Silva
The IOMUXC General Purpose Register has bitfield to control video bus multiplexer to control the CSI input between the MIPI-CSI2 and parallel interface. Add that register and mask. Signed-off-by: Rui Miguel Silva Reviewed-by: Philipp Zabel --- arch/arm/boot/dts/imx7s.dtsi | 8 +++- 1 file

[PATCH v7 04/12] media: staging/imx7: add MIPI CSI-2 receiver subdev for i.MX7

2018-08-10 Thread Rui Miguel Silva
Adds MIPI CSI-2 subdev for i.MX7 to connect with sensors with a MIPI CSI-2 interface. Signed-off-by: Rui Miguel Silva --- drivers/staging/media/imx/Makefile |1 + drivers/staging/media/imx/imx7-mipi-csis.c | 1134 2 files changed, 1135 insertions(+) create mode

[PATCH v7 05/12] media: dt-bindings: add bindings for i.MX7 media driver

2018-08-10 Thread Rui Miguel Silva
Add bindings documentation for i.MX7 media drivers. The imx7 MIPI CSI2 and imx7 CMOS Sensor Interface. Reviewed-by: Rob Herring Signed-off-by: Rui Miguel Silva --- .../devicetree/bindings/media/imx7-csi.txt| 45 ++ .../bindings/media/imx7-mipi-csi2.txt | 90

[PATCH v7 10/12] media: imx7.rst: add documentation for i.MX7 media driver

2018-08-10 Thread Rui Miguel Silva
Add rst document to describe the i.MX7 media driver and also a working example from the Warp7 board usage with a OV2680 sensor. Signed-off-by: Rui Miguel Silva --- Documentation/media/v4l-drivers/imx7.rst | 157 ++ Documentation/media/v4l-drivers/index.rst | 1 + 2 files

[PATCH v7 11/12] media: staging/imx: add i.MX7 entries to TODO file

2018-08-10 Thread Rui Miguel Silva
Add some i.MX7 related entries to TODO file. Signed-off-by: Rui Miguel Silva --- drivers/staging/media/imx/TODO | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/staging/media/imx/TODO b/drivers/staging/media/imx/TODO index aeeb15494a49..6f29b5ca5324 100644 ---

[PATCH v7 08/12] ARM: dts: imx7: Add video mux, csi and mipi_csi and connections

2018-08-10 Thread Rui Miguel Silva
This patch adds the device tree nodes for csi, video multiplexer and mipi-csi besides the graph connecting the necessary endpoints to make the media capture entities to work in imx7 Warp board. Signed-off-by: Rui Miguel Silva --- arch/arm/boot/dts/imx7s-warp.dts | 51

[PATCH v7 09/12] ARM: dts: imx7s-warp: add ov2680 sensor node

2018-08-10 Thread Rui Miguel Silva
Warp7 comes with a Omnivision OV2680 sensor, add the node here to make complete the camera data path for this system. Add the needed regulator to the analog voltage supply, the port and endpoints in mipi_csi node and the pinctrl for the reset gpio. Signed-off-by: Rui Miguel Silva ---

[PATCH v7 03/12] media: staging/imx7: add imx7 CSI subdev driver

2018-08-10 Thread Rui Miguel Silva
This add the media entity subdevice and control driver for the i.MX7 CMOS Sensor Interface. Signed-off-by: Rui Miguel Silva --- drivers/staging/media/imx/Kconfig |9 +- drivers/staging/media/imx/Makefile |2 + drivers/staging/media/imx/imx7-media-csi.c | 1352

[PATCH v7 02/12] media: staging/imx: rearrange group id to take in account IPU

2018-08-10 Thread Rui Miguel Silva
Some imx system do not have IPU, so prepare the imx media drivers to support this kind of devices. Rename the group ids to include an _IPU_ prefix, add a new group id to support systems with only a CSI without IPU, and also rename the create internal links to make it clear that only systems with

[PATCH v7 01/12] media: staging/imx: refactor imx media device probe

2018-08-10 Thread Rui Miguel Silva
Refactor and move media device initialization code to a new common module, so it can be used by other devices, this will allow for example a near to introduce imx7 CSI driver, to use this media device. Signed-off-by: Rui Miguel Silva --- drivers/staging/media/imx/Makefile| 1 +

support editing

2018-08-10 Thread Kelly
Your photos need editing. We can do it for you. We do editing for e-commerce photos, jewelries images and portrait photos etc. This will include cutout and clipping path etc , also retouching if needed. Let;s know if you want to send photos for working. We can do test on your photos. Thanks,

support editing

2018-08-10 Thread Kelly
Your photos need editing. We can do it for you. We do editing for e-commerce photos, jewelries images and portrait photos etc. This will include cutout and clipping path etc , also retouching if needed. Let;s know if you want to send photos for working. We can do test on your photos. Thanks,

[PATCH] v4l2-ctrls: add v4l2_ctrl_del_handler()

2018-08-10 Thread Hans Verkuil
If a sub-device is unbound, then it should also remove its controls from other control handlers that it was added to using v4l2_ctrl_add_handler(). So create a v4l2_ctrl_del_handler() function that removes the controls that were earlier added with v4l2_ctrl_add_handler(). Signed-off-by: Hans

Re: [PATCHv16 01/34] Documentation: v4l: document request API

2018-08-10 Thread Hans Verkuil
On 08/10/18 12:46, Pavel Machek wrote: > Hi! >> From: Alexandre Courbot >> >> Document the request API for V4L2 devices, and amend the documentation >> of system calls influenced by it. >> >> Signed-off-by: Alexandre Courbot >> Signed-off-by: Hans Verkuil > >> ---

Re: [PATCHv16 01/34] Documentation: v4l: document request API

2018-08-10 Thread Pavel Machek
Hi! > From: Alexandre Courbot > > Document the request API for V4L2 devices, and amend the documentation > of system calls influenced by it. > > Signed-off-by: Alexandre Courbot > Signed-off-by: Hans Verkuil > --- a/Documentation/media/uapi/v4l/buffer.rst > +++

Re: [PATCH 00/21] V4L2 fwnode rework; support for default configuration

2018-08-10 Thread jacopo mondi
Hi Sakari, thanks for this nice rework On Mon, Jul 23, 2018 at 04:46:45PM +0300, Sakari Ailus wrote: > Hello everyone, > > I've long thought the V4L2 fwnode framework requires some work (it's buggy > and it does not adequately serve common needs). This set should address in > particular these

qcom: update firmware file for Venus on SDM845

2018-08-10 Thread Vikash Garodia
hi, This pull request updates firmware files for Venus h/w codec found on the Qualcomm SDM845 chipset. The following changes since commit 7b5835fd37630d18ac0c755329172f6a17c1af29: linux-firmware: add firmware for mt76x2u (2018-07-30 07:20:31 -0400) are available in the git repository at:

Re: [PATCH v1 4/5] [media] i2c: drop soc_camera code from ov9640 and switch to v4l2_async

2018-08-10 Thread jacopo mondi
Hi Petr, On Thu, Aug 09, 2018 at 03:39:48AM +0200, petrcve...@gmail.com wrote: > From: Petr Cvek > > This patch removes the dependency on an obsoleted soc_camera from ov9640 > driver and changes the code to be a standalone v4l2 async subdevice. > It also adds GPIO allocations for power and reset

Re: [PATCHv17 12/34] v4l2-ctrls: alloc memory for p_req

2018-08-10 Thread Hans Verkuil
On 08/09/2018 10:19 PM, Mauro Carvalho Chehab wrote: > Em Sat, 4 Aug 2018 14:45:04 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> To store request data the handler_new_ref() allocates memory >> for it if needed. >> >> Signed-off-by: Hans Verkuil >> --- >>

Re: [PATCHv17 11/34] v4l2-ctrls: prepare internal structs for request API

2018-08-10 Thread Hans Verkuil
On 08/09/2018 10:16 PM, Mauro Carvalho Chehab wrote: > Em Sat, 4 Aug 2018 14:45:03 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Embed and initialize a media_request_object in struct v4l2_ctrl_handler. >> >> Add a p_req field to struct v4l2_ctrl_ref that will store the >>

Re: [PATCHv17 08/34] v4l2-dev: lock req_queue_mutex

2018-08-10 Thread Hans Verkuil
On 08/09/2018 10:03 PM, Mauro Carvalho Chehab wrote: > Em Sat, 4 Aug 2018 14:45:00 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> We need to serialize streamon/off with queueing new requests. >> These ioctls may trigger the cancellation of a streaming >> operation, and that

Re: [PATCH v1 1/5] [media] soc_camera: ov9640: move ov9640 out of soc_camera

2018-08-10 Thread jacopo mondi
Hi Petr, thanks for the patches, On Thu, Aug 09, 2018 at 03:39:45AM +0200, petrcve...@gmail.com wrote: > From: Petr Cvek > > Initial part of ov9640 transition from soc_camera subsystem to a standalone > v4l2 subdevice. > > Signed-off-by: Petr Cvek > --- > drivers/media/i2c/{soc_camera =>

Re: [PATCHv17 05/34] media-request: add media_request_get_by_fd

2018-08-10 Thread Hans Verkuil
On 08/09/2018 09:55 PM, Mauro Carvalho Chehab wrote: > Em Sat, 4 Aug 2018 14:44:57 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Add media_request_get_by_fd() to find a request based on the file >> descriptor. >> >> The caller has to call media_request_put() for the returned >>

Re: [PATCHv17 03/34] media-request: implement media requests

2018-08-10 Thread Hans Verkuil
On 08/09/2018 08:37 PM, Mauro Carvalho Chehab wrote: >> +get_task_comm(comm, current); >> +snprintf(req->debug_str, sizeof(req->debug_str), "%s:%d", >> + comm, fd); > > I'm pretty sure we've discussed about get_task_comm(). I don't think > we should use it, as the task with

Re: [PATCHv17 02/34] uapi/linux/media.h: add request API

2018-08-10 Thread Hans Verkuil
On 08/09/2018 07:53 PM, Mauro Carvalho Chehab wrote: > Em Sat, 4 Aug 2018 14:44:54 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Define the public request API. >> >> This adds the new MEDIA_IOC_REQUEST_ALLOC ioctl to allocate a request >> and two ioctls that operate on a request

Re: [PATCHv17 01/34] Documentation: v4l: document request API

2018-08-10 Thread Hans Verkuil
On 08/09/2018 07:43 PM, Mauro Carvalho Chehab wrote: > Em Sat, 4 Aug 2018 14:44:53 +0200 > Hans Verkuil escreveu: > >> From: Alexandre Courbot >> >> Document the request API for V4L2 devices, and amend the documentation >> of system calls influenced by it. > > It follows some comments. Most