Re: [PATCH v10 3/5] soc: mediatek: Move mt8173 MMSYS to platform driver

2020-03-03 Thread Matthias Brugger
[to Stephen and Mike] On 03/03/2020 04:18, CK Hu wrote: > Hi, Matthias: > > On Thu, 2020-02-27 at 19:22 +0100, Matthias Brugger wrote: >> >> On 27/02/2020 19:21, Matthias Brugger wrote: >>> >>> >>> On 27/02/2020 19:08, Enric Balletbo i Serra wrote: From: Matthias Brugger There is

Re: [PATCH v10 3/5] soc: mediatek: Move mt8173 MMSYS to platform driver

2020-03-02 Thread CK Hu
Hi, Matthias: On Thu, 2020-02-27 at 19:22 +0100, Matthias Brugger wrote: > > On 27/02/2020 19:21, Matthias Brugger wrote: > > > > > > On 27/02/2020 19:08, Enric Balletbo i Serra wrote: > >> From: Matthias Brugger > >> > >> There is no strong reason for this to use CLK_OF_DECLARE instead of >

Re: [PATCH v10 3/5] soc: mediatek: Move mt8173 MMSYS to platform driver

2020-02-28 Thread CK Hu
Hi, Enric: On Thu, 2020-02-27 at 19:08 +0100, Enric Balletbo i Serra wrote: > From: Matthias Brugger > > There is no strong reason for this to use CLK_OF_DECLARE instead of > being a platform driver. Plus, this driver provides clocks but also > a shared register space for the mediatek-drm and

Re: [PATCH v10 3/5] soc: mediatek: Move mt8173 MMSYS to platform driver

2020-02-28 Thread Matthias Brugger
On 27/02/2020 19:08, Enric Balletbo i Serra wrote: > From: Matthias Brugger > > There is no strong reason for this to use CLK_OF_DECLARE instead of > being a platform driver. Plus, this driver provides clocks but also > a shared register space for the mediatek-drm and the mediatek-mdp >

[PATCH v10 3/5] soc: mediatek: Move mt8173 MMSYS to platform driver

2020-02-28 Thread Enric Balletbo i Serra
From: Matthias Brugger There is no strong reason for this to use CLK_OF_DECLARE instead of being a platform driver. Plus, this driver provides clocks but also a shared register space for the mediatek-drm and the mediatek-mdp driver. So move to drivers/soc/mediatek as a platform driver.

Re: [PATCH v10 3/5] soc: mediatek: Move mt8173 MMSYS to platform driver

2020-02-28 Thread Matthias Brugger
On 27/02/2020 19:21, Matthias Brugger wrote: > > > On 27/02/2020 19:08, Enric Balletbo i Serra wrote: >> From: Matthias Brugger >> >> There is no strong reason for this to use CLK_OF_DECLARE instead of >> being a platform driver. Plus, this driver provides clocks but also >> a shared