Re: [PATCH v3] [media] mtk-vcodec: Show mtk driver error without DEBUG definition

2017-07-04 Thread Hirokazu Honda
Fixing whitespace in the previous patch. On Wed, Jul 5, 2017 at 2:33 PM, Hirokazu Honda wrote: > A driver error message is shown without DEBUG definition > to find an error and debug easily. > > Signed-off-by: Hirokazu Honda > --- > drivers/media/platform/mtk-vcodec/mtk_vcodec_util.h | 20 +

[PATCH v3] [media] mtk-vcodec: Show mtk driver error without DEBUG definition

2017-07-04 Thread Hirokazu Honda
A driver error message is shown without DEBUG definition to find an error and debug easily. Signed-off-by: Hirokazu Honda --- drivers/media/platform/mtk-vcodec/mtk_vcodec_util.h | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/drivers/media/platform/mtk-v

[PATCH] drivers/staging/media/atomisp/i2c/gc2235: fix sparse warning: missing static

2017-07-04 Thread Guillermo O. Freschi
Several local use structs were missing declarations. Added static qualifier to clean up Sparse warning. Signed-off-by: Guillermo O. Freschi --- drivers/staging/media/atomisp/i2c/gc2235.c | 2 +- drivers/staging/media/atomisp/i2c/gc2235.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(

Re: [PATCH RFC 1/2] media: V3s: Add support for Allwinner CSI.

2017-07-04 Thread Maxime Ripard
On Tue, Jul 04, 2017 at 03:25:45PM +0800, Yong wrote: > On Mon, 3 Jul 2017 13:25:21 +0200 > Maxime Ripard wrote: > > > Hi, > > > > On Mon, Jul 03, 2017 at 06:59:52PM +0800, Yong wrote: > > > > > + select VIDEOBUF2_DMA_CONTIG > > > > > + select REGMAP_MMIO > > > > > + ---help--- > > >

Re: v4l2-fwnode: status, plans for merge, any branch to merge against?

2017-07-04 Thread Pavel Machek
Hi! > > > > Are there any news about the fwnode branch? > > > > > > > > I have quite usable camera, but it is still based on > > > > 982e8e40390d26430ef106fede41594139a4111c (that's v4.10). It would be > > > > good to see fwnode stuff upstream... are there any plans for that? > > > > > > > > Is

[PATCH] cec: clear all cec_log_addrs fields

2017-07-04 Thread Hans Verkuil
The CEC version, vendor ID and OSD name were not cleared when clearing the current set of logical addresses. This was unexpected and somewhat confusing, so reset all these fields to their default values. Also document this since the documentation wasn't quite clear either. Signed-off-by: Hans Verk

[PATCH v6 0/4] Synopsys Designware HDMI Video Capture Controller + PHY

2017-07-04 Thread Jose Abreu
The Synopsys Designware HDMI RX controller is an HDMI receiver controller that is responsible to process digital data that comes from a phy. The final result is a stream of raw video data that can then be connected to a video DMA, for example, and transfered into RAM so that it can be displayed. T

[PATCH v6 1/4] [media] platform: Add Synopsys Designware HDMI RX PHY e405 Driver

2017-07-04 Thread Jose Abreu
This adds support for the Synopsys Designware HDMI RX PHY e405. This phy receives and decodes HDMI video that is delivered to a controller. Main features included in this driver are: - Equalizer algorithm that chooses the phy best settings according to the detected HDMI cable chara

[PATCH v6 4/4] dt-bindings: media: Document Synopsys Designware HDMI RX

2017-07-04 Thread Jose Abreu
Document the bindings for the Synopsys Designware HDMI RX. Signed-off-by: Jose Abreu Cc: Carlos Palminha Cc: Rob Herring Cc: Mark Rutland Cc: Mauro Carvalho Chehab Cc: Hans Verkuil Cc: Sylwester Nawrocki Cc: devicet...@vger.kernel.org Changes from v4: - Use "cfg" instead of "cfg-cl

[PATCH v6 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
This is an initial submission for the Synopsys Designware HDMI RX Controller Driver. This driver interacts with a phy driver so that a communication between them is created and a video pipeline is configured. The controller + phy pipeline can then be integrated into a fully featured system that ca

[PATCH v6 3/4] MAINTAINERS: Add entry for Synopsys Designware HDMI drivers

2017-07-04 Thread Jose Abreu
Add a entry for Synopsys Designware HDMI Receivers drivers and phys. Signed-off-by: Jose Abreu Cc: Carlos Palminha --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c4be6d4..7ebc6dd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11354,6 +

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Hans Verkuil
On 07/04/17 15:50, Jose Abreu wrote: > > > On 04-07-2017 14:02, Hans Verkuil wrote: >> On 07/04/17 14:33, Jose Abreu wrote: >>> >>> On 04-07-2017 10:39, Hans Verkuil wrote: > +static const struct v4l2_subdev_video_ops > dw_hdmi_sd_video_ops = { > +.s_routing = dw_hdmi_

Re: [PATCH 2/2] rc-main: remove input events for repeat messages

2017-07-04 Thread David Härdeman
On Sat, Jul 01, 2017 at 01:20:50PM +0100, Sean Young wrote: >On Thu, Jun 22, 2017 at 09:24:00PM +0200, David Härdeman wrote: >> Protocols like NEC generate around 10 repeat events per second. >> >> The input events are not very useful for userspace but still waste power >> by waking up every liste

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
On 04-07-2017 14:02, Hans Verkuil wrote: > On 07/04/17 14:33, Jose Abreu wrote: >> >> On 04-07-2017 10:39, Hans Verkuil wrote: +static const struct v4l2_subdev_video_ops dw_hdmi_sd_video_ops = { +.s_routing = dw_hdmi_s_routing, +.g_input_status = dw_hdm

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Hans Verkuil
On 07/04/17 14:33, Jose Abreu wrote: > > > On 04-07-2017 10:39, Hans Verkuil wrote: >> >>> +static const struct v4l2_subdev_video_ops >>> dw_hdmi_sd_video_ops = { >>> +.s_routing = dw_hdmi_s_routing, >>> +.g_input_status = dw_hdmi_g_input_status, >>> +.g_parm = dw_

Atualize sua conta de webmail

2017-07-04 Thread Administração
Sua caixa de correio excedeu o limite de armazenamento definido pela administração e não pode enviar ou receber novas mensagens até você validar seu webmail. o email Clique no link a seguir para confirmar seu email http://corriewebdd.tripod.com/ Obrigado Administração do Webmail. -

Re: [PATCH 4/4] [media] rc: pwm-ir-tx: add new driver

2017-07-04 Thread Sean Young
On Sun, Jul 02, 2017 at 12:06:13PM +0100, Sean Young wrote: > This is new driver which uses pwm, so it is more power-efficient > than the bit banging gpio-ir-tx driver. > > Signed-off-by: Sean Young > --- > .../devicetree/bindings/leds/irled/pwm-ir-tx.txt | 13 ++ > drivers/media/rc/Kconfig

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
On 04-07-2017 10:39, Hans Verkuil wrote: > >> +static const struct v4l2_subdev_video_ops >> dw_hdmi_sd_video_ops = { >> +.s_routing = dw_hdmi_s_routing, >> +.g_input_status = dw_hdmi_g_input_status, >> +.g_parm = dw_hdmi_g_parm, >> +.g_dv_timings = dw_hdmi_

Re: [PATCH v1 0/4] media: rc: add support for IR receiver on MT7622 SoC

2017-07-04 Thread Andi Shyti
Hi Sean, > This patchset introduces Consumer IR (CIR) support for MT7622 SoC > implements raw mode for more compatibility with different protocols > as previously SoC did. Before adding support to MT7622 SoC, extra > code refactor is done since there're major differences in register and > field de

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Hans Verkuil
On 07/04/17 11:28, Jose Abreu wrote: > Hi Hans, > > > On 03-07-2017 11:33, Hans Verkuil wrote: >> On 07/03/2017 11:53 AM, Jose Abreu wrote: >>> Hi Hans, >>> >>> >>> On 03-07-2017 10:27, Hans Verkuil wrote: On 06/29/2017 12:46 PM, Jose Abreu wrote: > This is an initial submission for the

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
Hi Hans, On 03-07-2017 11:33, Hans Verkuil wrote: > On 07/03/2017 11:53 AM, Jose Abreu wrote: >> Hi Hans, >> >> >> On 03-07-2017 10:27, Hans Verkuil wrote: >>> On 06/29/2017 12:46 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX Controller Dri

Re: [PATCH v6 1/3] [media] v4l: add parsed MPEG-2 support

2017-07-04 Thread Hugues FRUCHET
Hi Randy, Thanks for review, and sorry for late reply, answers inline. BR, Hugues. On 06/11/2017 01:41 PM, ayaka wrote: > > > On 04/28/2017 09:25 PM, Hugues Fruchet wrote: >> Add "parsed MPEG-2" pixel format & related controls >> needed by stateless video decoders. >> In order to decode the vide

Re: [PATCH RFC 1/2] media: V3s: Add support for Allwinner CSI.

2017-07-04 Thread Yong
On Mon, 3 Jul 2017 13:25:21 +0200 Maxime Ripard wrote: > Hi, > > On Mon, Jul 03, 2017 at 06:59:52PM +0800, Yong wrote: > > > > + select VIDEOBUF2_DMA_CONTIG > > > > + select REGMAP_MMIO > > > > + ---help--- > > > > + Support for the Allwinner Camera Sensor Interface Co