[PATCH linux dev-4.13 v1 0/3] clk: npcm: add NPCM7xx clock driver
Tomer Maimon
tmaimon77 at gmail.com
Thu Jan 11 09:09:34 AEDT 2018
This patch set adds clock support for the Nuvoton NPCM7xx Baseboard
Management Controller (BMC).
Tomer Maimon (3):
dt-binding: clock: document NPCM7xx clock DT bindings
dt-binding: clock: add NPCM7XX clock include file
clk: npcm: add NPCM7xx clock driver
.../bindings/clock/nuvoton,npcm750-clk.txt | 84 +++
drivers/clk/Makefile | 2 +
drivers/clk/clk-npcm7xx-pll.c | 102 +++
drivers/clk/clk-npcm7xx-pll.h | 27 +
drivers/clk/clk-npcm7xx.c | 704 +++++++++++++++++++++
include/dt-bindings/clock/nuvoton,npcm7xx-clock.h | 46 ++
include/linux/clk/nuvoton.h | 13 +
7 files changed, 978 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/nuvoton,npcm750-clk.txt
mode change 100644 => 100755 drivers/clk/Makefile
create mode 100644 drivers/clk/clk-npcm7xx-pll.c
create mode 100644 drivers/clk/clk-npcm7xx-pll.h
create mode 100644 drivers/clk/clk-npcm7xx.c
create mode 100644 include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
create mode 100644 include/linux/clk/nuvoton.h
--
2.14.1
More information about the openbmc
mailing list