[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1521553249-6971-1-git-send-email-tali.perry1@gmail.com>
Date: Tue, 20 Mar 2018 15:40:47 +0200
From: tali.perry1@...il.com
To: brendanhiggins@...gle.com, robh+dt@...nel.org,
mark.rutland@....com, linux@...linux.org.uk,
avifishman70@...il.com, tmaimon77@...il.com, raltherr@...gle.com,
mturquette@...libre.com, sboyd@...eaurora.org
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, openbmc@...ts.ozlabs.org,
linux-clk@...r.kernel.org, Tali Perry <tali.perry1@...il.com>
Subject: [PATCH v11 0/2] clk: npcm750: Add NPCM7XX Clock driver and binding
From: Tali Perry <tali.perry1@...il.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@...il.com>
Reviewed-by: Rob Herring <robh@...nel.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
Powered by blists - more mailing lists