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

2020-03-10 Thread Enric Balletbo i Serra
Hi all, On 10/3/20 10:40, Matthias Brugger wrote: > > > On 09/03/2020 23:50, Stephen Boyd wrote: >> Quoting Enric Balletbo Serra (2020-03-06 14:09:50) >>> Missatge de Stephen Boyd del dia dv., 6 de mar >>> 2020 a les 22:37: Quoting Enric Balletbo i Serra (2020-03-06 08:30:16) > On

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

2020-03-10 Thread Matthias Brugger
On 09/03/2020 23:50, Stephen Boyd wrote: > Quoting Enric Balletbo Serra (2020-03-06 14:09:50) >> Missatge de Stephen Boyd del dia dv., 6 de mar >> 2020 a les 22:37: >>> >>> Quoting Enric Balletbo i Serra (2020-03-06 08:30:16) On 5/3/20 22:01, Stephen Boyd wrote: > Quoting Enric Balletb

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

2020-03-09 Thread Stephen Boyd
Quoting Enric Balletbo Serra (2020-03-06 14:09:50) > Missatge de Stephen Boyd del dia dv., 6 de mar > 2020 a les 22:37: > > > > Quoting Enric Balletbo i Serra (2020-03-06 08:30:16) > > > On 5/3/20 22:01, Stephen Boyd wrote: > > > > Quoting Enric Balletbo i Serra (2020-03-02 03:01:26) > > > >> diff

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

2020-03-07 Thread Enric Balletbo i Serra
Hi Stephen, On 5/3/20 22:01, Stephen Boyd wrote: > Quoting Enric Balletbo i Serra (2020-03-02 03:01:26) >> From: Matthias Brugger >> >> There is no strong reason for this to use CLK_OF_DECLARE instead of >> being a platform driver. > > Cool. > >> Plus, this driver provides clocks but also >> a

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

2020-03-06 Thread Enric Balletbo Serra
Hi Stephen, Missatge de Stephen Boyd del dia dv., 6 de març 2020 a les 22:37: > > Quoting Enric Balletbo i Serra (2020-03-06 08:30:16) > > Hi Stephen, > > > > On 5/3/20 22:01, Stephen Boyd wrote: > > > Quoting Enric Balletbo i Serra (2020-03-02 03:01:26) > > >> From: Matthias Brugger > > >> > >

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

2020-03-06 Thread Stephen Boyd
Quoting Enric Balletbo i Serra (2020-03-06 08:30:16) > Hi Stephen, > > On 5/3/20 22:01, Stephen Boyd wrote: > > Quoting Enric Balletbo i Serra (2020-03-02 03:01:26) > >> From: Matthias Brugger > >> > >> There is no strong reason for this to use CLK_OF_DECLARE instead of > >> being a platform driv

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

2020-03-05 Thread Stephen Boyd
Quoting Enric Balletbo i Serra (2020-03-02 03:01:26) > From: Matthias Brugger > > There is no strong reason for this to use CLK_OF_DECLARE instead of > being a platform driver. Cool. > Plus, this driver provides clocks but also > a shared register space for the mediatek-drm and the mediatek-mdp

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

2020-03-03 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. Signed-of