Re: [PATCH v2 1/1] clk: npcm7xx: add clock controler. fixed clock at DT

2018-02-16 Thread Philippe Ombredanne
Tali, On Thu, Feb 15, 2018 at 2:30 PM, Tali Perry wrote: > --- /dev/null > +++ b/drivers/clk/clk-npcm7xx.c > @@ -0,0 +1,759 @@ > +/* > + * Nuvoton NPCM7xx Clock Generator > + * All the clocks are initialized by the bootloader, so this driver allow > only > + * reading of current settings directl

[PATCH v2 1/1] clk: npcm7xx: add clock controler. fixed clock at DT

2018-02-15 Thread Tali Perry
Signed-off-by: Tali Perry --- drivers/clk/Makefile | 1 + drivers/clk/clk-npcm7xx.c | 759 ++ 2 files changed, 760 insertions(+) create mode 100644 drivers/clk/clk-npcm7xx.c diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index f7f7