Hi Tom, Thanks for the reminder. I made a big change on clk driver and will submit the new patch later.
-- Stanley Tom Rini <tr...@konsulko.com> 於 2022年2月17日 週四 上午12:25 寫道: > > On Wed, Dec 15, 2021 at 10:57:53AM +0800, Stanley Chu wrote: > > > Add clock controller driver for NPCM845 > > > > Signed-off-by: Stanley Chu <ys...@nuvoton.com> > > --- > > drivers/clk/Makefile | 1 + > > drivers/clk/nuvoton/Makefile | 1 + > > drivers/clk/nuvoton/clk_npcm8xx.c | 213 ++++++++++++++++++++++ > > include/dt-bindings/clock/npcm845-clock.h | 17 ++ > > 4 files changed, 232 insertions(+) > > create mode 100644 drivers/clk/nuvoton/Makefile > > create mode 100644 drivers/clk/nuvoton/clk_npcm8xx.c > > create mode 100644 include/dt-bindings/clock/npcm845-clock.h > > Following up here, Sean had comments and while I've seen follow-up timer > and serial patches, I haven't seen a follow-up clk patch. > > -- > Tom