Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1381449

[PATCH v2 0/2] clk: Add Oxford Semiconductor OXNAS Clocks support

From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] clk: Add Oxford Semiconductor OXNAS Clocks support
Date 2016-04-18 12:10 +0200
Message-ID <rpehX-3HT-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patchset includes support for the standard clocks controller for the
Oxford Semiconductor OXNAS SoC Family.

Changes since v1 clk patchset :
- Add text to Kconfig
- Clean indice-clk table
- Add single struct to have a single kzalloc

v1 clk patchset: http://lkml.kernel.org/r/1459520791-13269-1-git-send-email-narmstrong@baylibre.com

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                            | 198 +++++++++++++++++++++
 4 files changed, 240 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/oxnas,stdclk.txt
 create mode 100644 drivers/clk/clk-oxnas.c

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] clk: Add Oxford Semiconductor OXNAS Clocks support Neil Armstrong <narmstrong@baylibre.com> - 2016-04-18 12:10 +0200
  [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks Neil Armstrong <narmstrong@baylibre.com> - 2016-04-18 12:10 +0200
    Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard  Clocks Stephen Boyd <sboyd@codeaurora.org> - 2016-04-19 23:30 +0200
      Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard  Clocks Neil Armstrong <narmstrong@baylibre.com> - 2016-04-20 10:50 +0200
        Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard  Clocks Stephen Boyd <sboyd@codeaurora.org> - 2016-04-20 20:50 +0200
    Re: [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard  Clocks Stephen Boyd <sboyd@codeaurora.org> - 2016-04-21 23:30 +0200

csiph-web