Re: [PATCH v2 03/14] clk: mtmips: add clock driver for MediaTek MT7621 SoC

2021-12-30 Thread Sean Anderson
On 12/27/21 3:06 AM, Weijie Gao wrote: On Wed, 2021-12-15 at 11:11 -0500, Sean Anderson wrote: It is fine to implement only the necessary functionality, but it should be done in a way which is easy to extend in the future, and which won't cause us compatibility problems. Generally, I would

Re: [PATCH v2 03/14] clk: mtmips: add clock driver for MediaTek MT7621 SoC

2021-12-27 Thread Weijie Gao
On Wed, 2021-12-15 at 11:11 -0500, Sean Anderson wrote: > Hi Weijie, > > (sorry for the delayed response) > > On 12/3/21 5:06 AM, Weijie Gao wrote: > > On Fri, 2021-11-26 at 12:44 -0500, Sean Anderson wrote: > > > On 11/18/21 8:35 PM, Weijie Gao wrote: > > > > This patch adds a clock driver for

Re: [PATCH v2 03/14] clk: mtmips: add clock driver for MediaTek MT7621 SoC

2021-12-15 Thread Sean Anderson
Hi Weijie, (sorry for the delayed response) On 12/3/21 5:06 AM, Weijie Gao wrote: On Fri, 2021-11-26 at 12:44 -0500, Sean Anderson wrote: On 11/18/21 8:35 PM, Weijie Gao wrote: This patch adds a clock driver for MediaTek MT7621 SoC. This driver provides clock gate control as well as getting

Re: [PATCH v2 03/14] clk: mtmips: add clock driver for MediaTek MT7621 SoC

2021-12-03 Thread Weijie Gao
On Fri, 2021-11-26 at 12:44 -0500, Sean Anderson wrote: > On 11/18/21 8:35 PM, Weijie Gao wrote: > > This patch adds a clock driver for MediaTek MT7621 SoC. > > This driver provides clock gate control as well as getting clock > > frequency > > for CPU/SYS/XTAL and some peripherals. > > > >

Re: [PATCH v2 03/14] clk: mtmips: add clock driver for MediaTek MT7621 SoC

2021-11-26 Thread Sean Anderson
On 11/18/21 8:35 PM, Weijie Gao wrote: This patch adds a clock driver for MediaTek MT7621 SoC. This driver provides clock gate control as well as getting clock frequency for CPU/SYS/XTAL and some peripherals. Signed-off-by: Weijie Gao --- v2 changes: none --- drivers/clk/mtmips/Makefile

[PATCH v2 03/14] clk: mtmips: add clock driver for MediaTek MT7621 SoC

2021-11-18 Thread Weijie Gao
This patch adds a clock driver for MediaTek MT7621 SoC. This driver provides clock gate control as well as getting clock frequency for CPU/SYS/XTAL and some peripherals. Signed-off-by: Weijie Gao --- v2 changes: none --- drivers/clk/mtmips/Makefile| 1 +