All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/3] NPCM750: clk controller, DT and binding
@ 2018-02-25 10:12 ` Tali Perry
  0 siblings, 0 replies; 14+ messages in thread
From: Tali Perry @ 2018-02-25 10:12 UTC (permalink / raw)
  To: brendanhiggins, robh+dt, mark.rutland, linux, avifishman70,
	tmaimon77, raltherr, mturquette, sboyd
  Cc: devicetree, linux-kernel, linux-arm-kernel, openbmc, linux-clk,
	Tali Perry

Add Nuvoton BMC NPCM7xx clock driver.

Nuvoton BMC NPCM7xx contain integrated clock controller which
generates and supplies clock to all modules within the NPCM7xx BMC

2 ==> 10
update documentation. add external clocks as inputs to clk driver.
fix SPDX comment.

1 ==> 2
This patch includes fix request described here:
https://patchwork.kernel.org/patch/10200033/
(move fixed clocks to DT)

Signed-off-by: Tali Perry <tali.perry1@gmail.com>

Tali Perry (3):
  NPCM750: add clock controller to DT
  NPCM750: add clock tree doc and binding
  NPCM750: add clock controller driver

 .../bindings/clock/nuvoton,npcm750-clk.txt         |  100 ++
 arch/arm/boot/dts/nuvoton-npcm750.dtsi             | 1221 ++++++++++++++++++++
 drivers/clk/Makefile                               |    1 +
 drivers/clk/clk-npcm7xx.c                          |  757 ++++++++++++
 include/dt-bindings/clock/nuvoton,npcm7xx-clock.h  |   44 +
 5 files changed, 2123 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/nuvoton,npcm750-clk.txt
 create mode 100644 arch/arm/boot/dts/nuvoton-npcm750.dtsi
 create mode 100644 drivers/clk/clk-npcm7xx.c
 create mode 100644 include/dt-bindings/clock/nuvoton,npcm7xx-clock.h

-- 
2.14.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-03-02 22:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-25 10:12 [PATCH v10 0/3] NPCM750: clk controller, DT and binding Tali Perry
2018-02-25 10:12 ` Tali Perry
2018-02-25 10:12 ` Tali Perry
2018-02-25 10:12 ` [PATCH v10 1/3] NPCM750: add clock controller to DT Tali Perry
2018-02-25 10:12   ` Tali Perry
2018-02-25 10:12   ` Tali Perry
2018-02-25 10:12 ` [PATCH v10 2/3] NPCM750: add clock tree doc and binding Tali Perry
2018-02-25 10:12   ` Tali Perry
2018-02-25 10:12   ` Tali Perry
2018-03-02 22:12   ` Rob Herring
2018-03-02 22:12     ` Rob Herring
2018-02-25 10:12 ` [PATCH v10 3/3] NPCM750: add clock controller driver Tali Perry
2018-02-25 10:12   ` Tali Perry
2018-02-25 10:12   ` Tali Perry

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.