Re: [PATCH 10/19] drm/sun4i: hdmi: Rename internal DDC clock to avoid name collision

2017-06-25 Thread Chen-Yu Tsai
On Mon, Jun 5, 2017 at 10:00 PM, Maxime Ripard wrote: > On Sat, Jun 03, 2017 at 10:33:25PM +0800, Chen-Yu Tsai wrote: >> On Sat, Jun 3, 2017 at 3:30 AM, Maxime Ripard >> wrote: >> > On Fri, Jun 02, 2017 at 06:10:15PM +0800, Chen-Yu Tsai wrote: >> >> The DDC parent clock on the A31 SoC is also con

Re: [PATCH 10/19] drm/sun4i: hdmi: Rename internal DDC clock to avoid name collision

2017-06-05 Thread Maxime Ripard
On Sat, Jun 03, 2017 at 10:33:25PM +0800, Chen-Yu Tsai wrote: > On Sat, Jun 3, 2017 at 3:30 AM, Maxime Ripard > wrote: > > On Fri, Jun 02, 2017 at 06:10:15PM +0800, Chen-Yu Tsai wrote: > >> The DDC parent clock on the A31 SoC is also conveniently named > >> "hdmi-ddc", which results in a name coll

Re: [PATCH 10/19] drm/sun4i: hdmi: Rename internal DDC clock to avoid name collision

2017-06-03 Thread Chen-Yu Tsai
On Sat, Jun 3, 2017 at 3:30 AM, Maxime Ripard wrote: > On Fri, Jun 02, 2017 at 06:10:15PM +0800, Chen-Yu Tsai wrote: >> The DDC parent clock on the A31 SoC is also conveniently named >> "hdmi-ddc", which results in a name collision when the hdmi driver >> registers its internal DDC divider clock.

[PATCH 10/19] drm/sun4i: hdmi: Rename internal DDC clock to avoid name collision

2017-06-03 Thread Chen-Yu Tsai
The DDC parent clock on the A31 SoC is also conveniently named "hdmi-ddc", which results in a name collision when the hdmi driver registers its internal DDC divider clock. Rename the internal clock to "hdmi-ddc-divider". Signed-off-by: Chen-Yu Tsai --- drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c

Re: [PATCH 10/19] drm/sun4i: hdmi: Rename internal DDC clock to avoid name collision

2017-06-02 Thread Maxime Ripard
On Fri, Jun 02, 2017 at 06:10:15PM +0800, Chen-Yu Tsai wrote: > The DDC parent clock on the A31 SoC is also conveniently named > "hdmi-ddc", which results in a name collision when the hdmi driver > registers its internal DDC divider clock. > > Rename the internal clock to "hdmi-ddc-divider". > >