All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: Add Oxford Semiconductor OXNAS Clocks support
@ 2016-04-01 14:26 ` Neil Armstrong
  0 siblings, 0 replies; 18+ messages in thread
From: Neil Armstrong @ 2016-04-01 14:26 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, linux-clk, sboyd; +Cc: Neil Armstrong

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


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

end of thread, other threads:[~2016-04-11 22:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01 14:26 [PATCH 0/2] clk: Add Oxford Semiconductor OXNAS Clocks support Neil Armstrong
2016-04-01 14:26 ` Neil Armstrong
2016-04-01 14:26 ` [PATCH 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks Neil Armstrong
2016-04-01 14:26   ` Neil Armstrong
2016-04-02  0:50   ` Stephen Boyd
2016-04-02  0:50     ` Stephen Boyd
2016-04-02 10:45     ` Neil Armstrong
2016-04-02 10:45       ` Neil Armstrong
2016-04-03 13:56     ` Neil Armstrong
2016-04-03 13:56       ` Neil Armstrong
2016-04-07 23:31       ` Stephen Boyd
2016-04-07 23:31         ` Stephen Boyd
2016-04-11 14:00         ` Neil Armstrong
2016-04-11 14:00           ` Neil Armstrong
2016-04-11 22:04           ` Stephen Boyd
2016-04-11 22:04             ` Stephen Boyd
2016-04-01 14:26 ` [PATCH 2/2] dt-bindings: Add Oxford Semiconductor OXNAS Standard Clocks bindings Neil Armstrong
2016-04-01 14:26   ` Neil Armstrong

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.