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

2017-11-25 Thread Pierre-Hugues Husson
hose 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-H

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

2017-11-24 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 seco

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

2017-10-26 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 --- drivers

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

2017-10-20 Thread Pierre-Hugues Husson
2017-10-20 10:12 GMT+02:00 Russell King - ARM Linux : > On Sat, Oct 14, 2017 at 12:53:35AM +0200, Pierre-Hugues Husson wrote: >> @@ -2382,6 +2383,18 @@ __dw_hdmi_probe(struct platform_device *pdev, >> goto err_isfr; >> } >> >> + hdmi->ce

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

2017-10-20 Thread Pierre-Hugues Husson
The documentation already mentions "cec" optional clock, but currently the driver doesn't enable it. Changes: v2: - Separate ENOENT errors from others - Propagate other errors (especially -EPROBE_DEFER) Signed-off-by: Pierre-Hugues Husson --- drivers/gpu/drm/bridge/synopsys

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

2017-10-14 Thread Pierre-Hugues Husson
Hi Fabio, 2017-10-14 2:18 GMT+02:00 Fabio Estevam : > Hi Pierre-Hugues, > > On Fri, Oct 13, 2017 at 7:53 PM, Pierre-Hugues Husson wrote: >> The documentation already mentions "cec" optional clock, but >> currently the driver doesn't enable it. > > The

Re: [PATCH 0/3] Enable CEC on rk3399

2017-10-14 Thread Pierre-Hugues Husson
Hi Hans, > Nice! I had a similar dw-hdmi.c patch pending but got around to posting it. > > I'll brush off my old rk3288 patches and see if I can get CEC enabled > for my firefly-reload. I was close to getting it work, but I guess > missed the "enable cec pin" change. Please note that on rk3288, th

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

2017-10-13 Thread Pierre-Hugues Husson
The documentation already mentions "cec" optional clock, but currently the driver doesn't enable it. Signed-off-by: Pierre-Hugues Husson --- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/gpu/drm/bridge/syn

[PATCH 3/3] arm64: dts: rockchip: enable cec pin for rk3399 firefly

2017-10-13 Thread Pierre-Hugues Husson
Signed-off-by: Pierre-Hugues Husson --- arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts index f6fbcc05073e..431ff1bb3720 100644 --- a/arch

[PATCH 0/3] Enable CEC on rk3399

2017-10-13 Thread Pierre-Hugues Husson
Enable CEC on firefly-rk3399. Tested on a TV with cec-ctl --playback; cec-ctl -S Pierre-Hugues Husson (3): drm: bridge: synopsys/dw-hdmi: Enable cec clock arm64: dts: rockchip: add the cec clk for dw-mipi-hdmi on rk3399 arm64: dts: rockchip: enable cec pin for rk3399 firefly arch/arm64

[PATCH 2/3] arm64: dts: rockchip: add the cec clk for dw-mipi-hdmi on rk3399

2017-10-13 Thread Pierre-Hugues Husson
Signed-off-by: Pierre-Hugues Husson --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index ab7629c5b856..a65f7f744a40 100644 --- a/arch

[PATCH RESEND] regulator: rn5t618: add RC5T619 PMIC support

2017-08-27 Thread Pierre-Hugues Husson
Extend the driver to support Ricoh RC5T619. Support the additional regulators and slightly different voltage ranges. Signed-off-by: Pierre-Hugues Husson --- drivers/regulator/Kconfig | 4 ++-- drivers/regulator/rn5t618-regulator.c | 35 +++ include

Re: [PATCH 2/2] regulator: rn5t618: add RC5T619 PMIC support

2016-12-19 Thread Pierre-Hugues Husson
Hi all, I believe this hasn't been merged. Is there anything preventing the merge of this patch? Thanks, 2016-11-09 15:02 GMT+01:00 Mark Brown : > On Sat, Nov 05, 2016 at 05:19:25PM +0100, Pierre-Hugues Husson wrote: >> Extend the driver to support Ricoh RC5T619. >> Su

[PATCH 1/2] mfd: rn5t618: Add Ricoh RC5T619 PMIC support

2016-11-05 Thread Pierre-Hugues Husson
The Ricoh RN5T567 is from the same family as the Ricoh RN5T618 is, the differences are: + DCDC4/DCDC5 + LDO7-10 + Slightly different output voltage/currents + 32kHz Output + RTC + USB Charger detection Signed-off-by: Pierre-Hugues Husson --- Documentation/devicetree/bindings/mfd/rn5t618.txt

[PATCH 0/2] mfd: add Ricoh RC5T619 PMIC support

2016-11-05 Thread Pierre-Hugues Husson
This patchset adds RC5T619 support. This PMIC is used on many rockchip-based devices, for instance the GPD XD, or the Archos 101 Oxygen --- Documentation/devicetree/bindings/mfd/rn5t618.txt | 16 +++-- drivers/mfd/Kconfig |3 - drivers/mfd/rn5t618.c

[PATCH 2/2] regulator: rn5t618: add RC5T619 PMIC support

2016-11-05 Thread Pierre-Hugues Husson
Extend the driver to support Ricoh RC5T619. Support the additional regulators and slightly different voltage ranges. Signed-off-by: Pierre-Hugues Husson --- drivers/regulator/Kconfig | 4 ++-- drivers/regulator/rn5t618-regulator.c | 35 +++ include