Re: [resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev

2018-10-12 Thread Stephen Boyd
Quoting Stephen Boyd (2018-07-26 00:35:14) > Quoting Sean Wang (2018-07-18 03:06:27) > > On Wed, 2018-07-18 at 11:05 +0300, Laurent Pinchart wrote: > > > Hi Sean, > > > > > > This looks very strange to me. I'm not familiar with the hardware > > > architecture, but a clock controller that

Re: [resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev

2018-07-26 Thread Stephen Boyd
Quoting Sean Wang (2018-07-18 03:06:27) > On Wed, 2018-07-18 at 11:05 +0300, Laurent Pinchart wrote: > > Hi Sean, > > > > On Wednesday, 18 July 2018 05:57:35 EEST Sean Wang wrote: > > > On Wed, 2018-07-18 at 00:03 +0200, matthias@kernel.org wrote: > > > > From: Matthias Brugger > > > > > >

Re: [resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev

2018-07-19 Thread Sean Wang
On Wed, 2018-07-18 at 11:05 +0300, Laurent Pinchart wrote: > Hi Sean, > > On Wednesday, 18 July 2018 05:57:35 EEST Sean Wang wrote: > > On Wed, 2018-07-18 at 00:03 +0200, matthias@kernel.org wrote: > > > From: Matthias Brugger > > > > > > The MMSYS subsystem includes clocks and drm

Re: [resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev

2018-07-19 Thread Matthias Brugger
Hi Sean, On 18/07/18 04:57, Sean Wang wrote: > On Wed, 2018-07-18 at 00:03 +0200, 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

Re: [resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev

2018-07-19 Thread Matthias Brugger
On 18/07/18 09:27, Matthias Brugger wrote: > Hi Sean, > > On 18/07/18 04:57, Sean Wang wrote: >> On Wed, 2018-07-18 at 00:03 +0200, matthias@kernel.org wrote: >>> From: Matthias Brugger >>> >>> The MMSYS subsystem includes clocks and drm components. >>> This patch adds an initailization

Re: [resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev

2018-07-19 Thread Sean Wang
On Wed, 2018-07-18 at 09:27 +0200, Matthias Brugger wrote: > Hi Sean, > > On 18/07/18 04:57, Sean Wang wrote: > > On Wed, 2018-07-18 at 00:03 +0200, matthias@kernel.org wrote: > >> From: Matthias Brugger > >> > >> The MMSYS subsystem includes clocks and drm components. > >> This patch adds

Re: [resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev

2018-07-18 Thread Laurent Pinchart
Hi Sean, On Wednesday, 18 July 2018 05:57:35 EEST Sean Wang wrote: > On Wed, 2018-07-18 at 00:03 +0200, 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

Re: [resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev

2018-07-18 Thread Sean Wang
On Wed, 2018-07-18 at 00:03 +0200, 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 same > device

[resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev

2018-07-17 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 ---