On Wed, Dec 15, 2021 at 10:57:53AM +0800, Stanley Chu wrote: > Add clock controller driver for NPCM845 > > Signed-off-by: Stanley Chu > --- > 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