[PATCH 0/2] clk: Add Oxford Semiconductor OXNAS Clocks support
Neil Armstrong
narmstrong at baylibre.com
Fri Apr 1 07:26:29 PDT 2016
This patchset includes support for the standard clocks controller for the
Oxford Semiconductor OXNAS SoC Family.
It was originally posted part of a platform patchset available here :
http://lkml.kernel.org/r/1458838215-23314-1-git-send-email-narmstrong@baylibre.com
Changes this v3 patchset :
- Get rid of PLX Technology, replace by Oxford Semiconductor
Neil Armstrong (2):
clk: Add Oxford Semiconductor OXNAS Standard Clocks
dt-bindings: Add Oxford Semiconductor OXNAS Standard Clocks bindings
.../devicetree/bindings/clock/oxnas,stdclk.txt | 35 ++++
drivers/clk/Kconfig | 6 +
drivers/clk/Makefile | 1 +
drivers/clk/clk-oxnas.c | 202 +++++++++++++++++++++
4 files changed, 244 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/oxnas,stdclk.txt
create mode 100644 drivers/clk/clk-oxnas.c
--
1.9.1
More information about the linux-arm-kernel
mailing list