Re: [resend PATCH v6 12/12] drm/mediatek: Add support for mmsys through a pdev

2020-02-13 Thread Matthias Brugger
On 09/12/2019 06:34, CK Hu wrote: > Hi, Matthias: > > On Sat, 2019-12-07 at 23:47 +0100, matthias@kernel.org wrote: >> From: Matthias Brugger >> >> The MMSYS subsystem includes clocks and drm components. >> This patch adds an initailization path through a platform device >> for the clock p

Re: [resend PATCH v6 12/12] drm/mediatek: Add support for mmsys through a pdev

2019-12-10 Thread Enric Balletbo i Serra
Hi Matthias, Just one nit below and LGTM On 7/12/19 23:47, matthias@kernel.org wrote: > From: Matthias Brugger > > The MMSYS subsystem includes clocks and drm components. > This patch adds an initailization path through a platform device > for the clock part, so that both drivers get probed

Re: [resend PATCH v6 12/12] drm/mediatek: Add support for mmsys through a pdev

2019-12-08 Thread CK Hu
Hi, Matthias: On Sat, 2019-12-07 at 23:47 +0100, matthias@kernel.org wrote: > From: Matthias Brugger > > The MMSYS subsystem includes clocks and drm components. > This patch adds an initailization path through a platform device > for the clock part, so that both drivers get probed from the s

[resend PATCH v6 12/12] drm/mediatek: Add support for mmsys through a pdev

2019-12-07 Thread matthias . bgg
From: Matthias Brugger The MMSYS subsystem includes clocks and drm components. This patch adds an initailization path through a platform device for the clock part, so that both drivers get probed from the same device tree compatible. Signed-off-by: Matthias Brugger --- drivers/gpu/drm/mediatek