linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v11 0/2] clk: npcm750: Add NPCM7XX Clock driver and binding
@ 2018-03-20 13:40 tali.perry1
  2018-03-20 13:40 ` [PATCH v11 1/2] dt-binding: clk: npcm750: Add binding for Nuvoton NPCM7XX Clock tali.perry1
  2018-03-20 13:40 ` [PATCH v11 2/2] clk: npcm7xx: Nuvoton NPCM7XX Clock Controller driver tali.perry1
  0 siblings, 2 replies; 6+ messages in thread
From: tali.perry1 @ 2018-03-20 13:40 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

From: Tali Perry <tali.perry1@gmail.com>


Nuvoton NPCM7XX Clock Controller

Nuvoton Poleg BMC NPCM7XX contains an integrated clock controller, which
generates and supplies clocks to all modules within the BMC.

---

10 ==> 11
update documentation. "eth" replaced with "ethernet" in use case eaxample.

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>
Reviewed-by: Rob Herring <robh@kernel.org>


Tali Perry (2):
  clk: npcm750: Add binding for Nuvoton NPCM7XX clock Controller
  clk: npcm7xx: Add Nuvoton NPCM7XX Clock Controller driver

 .../bindings/clock/nuvoton,npcm750-clk.txt         | 100 +++
 drivers/clk/Makefile                               |   1 +
 drivers/clk/clk-npcm7xx.c                          | 757 +++++++++++++++++++++
 include/dt-bindings/clock/nuvoton,npcm7xx-clock.h  |  44 ++
 4 files changed, 902 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/nuvoton,npcm750-clk.txt
 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] 6+ messages in thread
* [PATCH v11 0/2] clk: npcm750: Add NPCM7XX Clock driver and binding
@ 2018-03-15 13:45 Tali Perry
  0 siblings, 0 replies; 6+ messages in thread
From: Tali Perry @ 2018-03-15 13:45 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


Nuvoton NPCM7XX Clock Controller

Nuvoton Poleg BMC NPCM7XX contains an integrated clock controller, which
generates and supplies clocks to all modules within the BMC.

10 ==> 11
update documentation. "eth" replaced with "ethernet" in use case eaxample.

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 (2):
  clk: npcm750: Add binding for Nuvoton NPCM7XX clock Controller
  clk: npcm7xx: Add Nuvoton NPCM7XX Clock Controller driver

 .../bindings/clock/nuvoton,npcm750-clk.txt         | 100 +++
 drivers/clk/Makefile                               |   1 +
 drivers/clk/clk-npcm7xx.c                          | 757 +++++++++++++++++++++
 include/dt-bindings/clock/nuvoton,npcm7xx-clock.h  |  44 ++
 4 files changed, 902 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/nuvoton,npcm750-clk.txt
 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] 6+ messages in thread

end of thread, other threads:[~2018-03-23 17:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20 13:40 [PATCH v11 0/2] clk: npcm750: Add NPCM7XX Clock driver and binding tali.perry1
2018-03-20 13:40 ` [PATCH v11 1/2] dt-binding: clk: npcm750: Add binding for Nuvoton NPCM7XX Clock tali.perry1
2018-03-23 17:11   ` Stephen Boyd
2018-03-20 13:40 ` [PATCH v11 2/2] clk: npcm7xx: Nuvoton NPCM7XX Clock Controller driver tali.perry1
2018-03-23 17:58   ` Stephen Boyd
  -- strict thread matches above, loose matches on Subject: below --
2018-03-15 13:45 [PATCH v11 0/2] clk: npcm750: Add NPCM7XX Clock driver and binding Tali Perry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).