[PATCH v1 2/9] clk: nuvoton: Add support for NPCM845
Stanley
stanley.chuys at gmail.com
Thu Feb 17 03:08:57 CET 2022
Hi Tom,
Thanks for the reminder. I made a big change on clk driver and will
submit the new patch later.
--
Stanley
Tom Rini <trini at 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 <yschu at 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
More information about the U-Boot
mailing list