From: Neil Armstrong <narmstrong@baylibre.com>
To: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org,
sboyd@codeaurora.org
Cc: Neil Armstrong <narmstrong@baylibre.com>
Subject: [PATCH v2 0/2] clk: Add Oxford Semiconductor OXNAS Clocks support
Date: Mon, 18 Apr 2016 12:01:34 +0200 [thread overview]
Message-ID: <1460973696-5977-1-git-send-email-narmstrong@baylibre.com> (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
next reply other threads:[~2016-04-18 10:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-18 10:01 Neil Armstrong [this message]
2016-04-18 10:01 ` [PATCH v2 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks Neil Armstrong
2016-04-19 21:29 ` Stephen Boyd
2016-04-20 8:44 ` Neil Armstrong
2016-04-20 18:40 ` Stephen Boyd
2016-04-21 21:20 ` Stephen Boyd
2016-04-18 10:01 ` [PATCH v2 2/2] dt-bindings: Add Oxford Semiconductor OXNAS Standard Clocks bindings Neil Armstrong
2016-04-21 21:20 ` Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460973696-5977-1-git-send-email-narmstrong@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®