Re: [RFC PATCH V2 4/6] platform: mtk-isp: Add Mediatek DIP driver

2019-07-31 Thread Tomasz Figa
Hi Frederic, On Mon, Jul 08, 2019 at 07:04:58PM +0800, frederic.c...@mediatek.com wrote: > From: Frederic Chen > > This patch adds the driver of Digital Image Processing (DIP) > unit in Mediatek ISP system, providing image format > conversion, resizing, and rotation features. > > The mtk-isp di

Re: [PATCH v2] media: i2c: ov5645: Fix power sequence

2019-07-31 Thread Philipp Zabel
On Wed, 2019-07-10 at 15:40 -0300, Ezequiel Garcia wrote: > This is mostly a port of Jacopo's fix: > > commit aa4bb8b8838ffcc776a79f49a4d7476b82405349 > Author: Jacopo Mondi > Date: Fri Jul 6 05:51:52 2018 -0400 > > media: ov5640: Re-work MIPI startup sequence > > In the OV5645 case,

Re: [PATCH v2] media: i2c: ov5645: Fix power sequence

2019-07-31 Thread Jacopo Mondi
Hi Ezequiel, On Wed, Jul 10, 2019 at 03:40:00PM -0300, Ezequiel Garcia wrote: > This is mostly a port of Jacopo's fix: > > commit aa4bb8b8838ffcc776a79f49a4d7476b82405349 > Author: Jacopo Mondi > Date: Fri Jul 6 05:51:52 2018 -0400 > > media: ov5640: Re-work MIPI startup sequence > > In

Re: [PATCH] omap-dma/omap_vout_vrfb: fix off-by-one fi value

2019-07-31 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Tue, Jul 30, 2019 at 08:14:19AM +0200, Hans Verkuil wrote: > The OMAP 4 TRM specifies that when using double-index addressing > the address increases by the ES plus the EI value minus 1 within > a frame. When a full frame is transferred, the address increases

Re: [PATCH] omap-dma/omap_vout_vrfb: fix off-by-one fi value

2019-07-31 Thread Peter Ujfalusi
Hans, On 30/07/2019 9.14, Hans Verkuil wrote: > The OMAP 4 TRM specifies that when using double-index addressing > the address increases by the ES plus the EI value minus 1 within > a frame. When a full frame is transferred, the address increases > by the ES plus the frame index (FI) value minus 1

[PATCH v1] ov5675: Add support for OV5675 sensor

2019-07-31 Thread Shawnx Tu
From: Shawn Tu Add a V4L2 sub-device driver for Omnivision ov5675 image sensor. This is a camera sensor using the I2C bus for control and the CSI-2 bus for data. This driver supports following features: - manual exposure and analog/digital gain control support - vblank/hblank control support - t

[PATCH] media: cx231xx: Spelling s/diconencted/diconnected/

2019-07-31 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- drivers/media/usb/cx231xx/cx231xx-cards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c b/drivers/media/usb/cx231xx/cx231xx-cards.c index e0d98ba8fdbfa829..47a85d8152b03afa 100644 --- a/drivers/

[PATCH] media: tm6000: Spelling s/diconencted/diconnected/

2019-07-31 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- drivers/media/usb/tm6000/tm6000-cards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/tm6000/tm6000-cards.c b/drivers/media/usb/tm6000/tm6000-cards.c index 23df50aa0a4af6da..9a0ffe678524987c 100644 --- a/drivers/media/

[PATCH v3 3/3] media: dt-bindings: imx7-csi: add i.MX6UL/L support

2019-07-31 Thread Sébastien Szymanski
Document "fsl,imx6ul-csi" entry. Reviewed-by: Rob Herring Signed-off-by: Sébastien Szymanski --- Changes for v3: - none Changes for v2: - New patch to document new "fsl,imx6ul-csi" entry. Documentation/devicetree/bindings/media/imx7-csi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH v3 1/3] ARM: dts: imx6ul: Add csi node

2019-07-31 Thread Sébastien Szymanski
Add csi node for i.MX6UL SoC. Reviewed-by: Fabio Estevam Signed-off-by: Sébastien Szymanski --- Changes for v3: - none Changes for v2: - only "mclk" clock is required now. arch/arm/boot/dts/imx6ul.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/imx6ul.dt

Re: [PATCH] media: tm6000: Spelling s/diconencted/diconnected/

2019-07-31 Thread Geert Uytterhoeven
Hi Antti, On Wed, Jul 31, 2019 at 8:36 PM Antti Palosaari wrote: > On 7/31/19 4:41 PM, Geert Uytterhoeven wrote: > > Signed-off-by: Geert Uytterhoeven > > --- > > drivers/media/usb/tm6000/tm6000-cards.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/med

[PATCH v3 2/3] media: imx7-media-csi: add i.MX6UL support

2019-07-31 Thread Sébastien Szymanski
i.MX7 and i.MX6UL/L have the same CSI controller. So add i.MX6UL/L support to imx7-media-csi driver. Signed-off-by: Sébastien Szymanski --- Changes for v3: - rebase on Linux v5.3-rc2 - remove csi_soc_id var as it's not needed anymore thanks to commit e0c76a7d3428 ("media: imx7-media-csi: get c

Re: [PATCH] media: tm6000: Spelling s/diconencted/diconnected/

2019-07-31 Thread Antti Palosaari
On 7/31/19 4:41 PM, Geert Uytterhoeven wrote: Signed-off-by: Geert Uytterhoeven --- drivers/media/usb/tm6000/tm6000-cards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/tm6000/tm6000-cards.c b/drivers/media/usb/tm6000/tm6000-cards.c index 23df50aa0a4a

cron job: media_tree daily build: ERRORS

2019-07-31 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 Aug 1 05:00:10 CEST 2019 media-tree git hash:4590c07462fbff4ecbfe1deec44431c16191bd19 media_build gi

[GIT PULL FOR v5.4] dvb/rc fixes

2019-07-31 Thread Sean Young
Hi Mauro, Here is another dvb/rc pull request. Note the dvb-pll id module parameter removal, see discussion on the list. More to come, I'm travelling and this is all I have time for now. Thanks Sean The following changes since commit 4590c07462fbff4ecbfe1deec44431c16191bd19: media: via-camera