Re: [RFCv2 PATCH 4/5] drm/bridge: add dw-hdmi cec driver using Hans Verkuil's CEC code

2017-02-05 Thread Pierre-Hugues Husson
Hi, 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > Add a CEC driver for the dw-hdmi hardware using Hans Verkuil's CEC > implementation. > > Signed-off-by: Russell King I've seen that the patchset

Re: [RFCv2 PATCH 3/5] drm/bridge: dw_hdmi: add HDMI notifier support

2017-02-05 Thread Pierre-Hugues Husson
Hi 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > Add HDMI notifiers to the HDMI bridge driver. > @@ -1448,9 +1450,11 @@ static int dw_hdmi_connector_get_modes(struct > drm_connector *connector) >

[RFCv2 PATCH 3/5] drm/bridge: dw_hdmi: add HDMI notifier support

2016-11-16 Thread Pierre-Hugues Husson
Hi Hans, 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > Add HDMI notifiers to the HDMI bridge driver. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/bridge/Kconfig | 1 + >

[RFCv2 PATCH 2/5] drm/bridge: dw_hdmi: remove CEC engine register definitions

2016-11-16 Thread Pierre-Hugues Husson
2016-11-16 0:27 GMT+01:00 Russell King - ARM Linux : > On Wed, Nov 16, 2016 at 12:23:50AM +0100, Pierre-Hugues Husson wrote: >> Hi, >> >> >> 2016-11-14 16:22 GMT+01:00 Hans Verkuil : >> > From: Russell King <rmk+kernel at arm.linux.org.uk> >&

[RFCv2 PATCH 2/5] drm/bridge: dw_hdmi: remove CEC engine register definitions

2016-11-16 Thread Pierre-Hugues Husson
Hi, 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > We don't need the CEC engine register definitions, so let's remove them. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/bridge/dw-hdmi.h | 45 >

[PATCH v4] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-11-27 Thread Pierre-Hugues Husson
boards, but it won't be functioning without configuring this clock. Changes: v4: - Change commit message to stress the importance of this patch v3: - Drop useless braces v2: - Separate ENOENT errors from others - Propagate other errors (especially -EPROBE_DEFER) Signed-off-by: Pierre-Hugues

Re: [PATCH v3] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-11-27 Thread Pierre-Hugues Husson
Hi, >> On 11/20/2017 06:00 PM, Hans Verkuil wrote: >>> I didn't see this merged for 4.15, is it too late to include this? >>> All other changes needed to get CEC to work on rk3288 and rk3399 are all >>> merged. >> >> Sorry for the late reply. I was out last week. >> >> Dave recently sent the

[PATCH v3] drm: bridge: synopsys/dw-hdmi: Enable cec clock

2017-10-27 Thread Pierre-Hugues Husson
The documentation already mentions "cec" optional clock, but currently the driver doesn't enable it. Changes: v3: - Drop useless braces v2: - Separate ENOENT errors from others - Propagate other errors (especially -EPROBE_DEFER) Signed-off-by: Pierre-Hugues Husson <p...@phh.me>