From: Daniel Mack <daniel@zonque.org>
To: mturquette@baylibre.com, sboyd@kernel.org
Cc: linux-clk@vger.kernel.org, robh@kernel.org,
devicetree@vger.kernel.org, Daniel Mack <daniel@zonque.org>
Subject: [PATCH v2 0/2] clk: Add driver for MAX9485
Date: Fri, 25 May 2018 20:20:56 +0200 [thread overview]
Message-ID: <20180525182058.25969-1-daniel@zonque.org> (raw)
This is v2 of the driver for Maxim's MAX9485 programmable audio clock
generator.
v1 → v2:
* Now served as two patches, one for the DT bits, and one for the actual
implementation. The DT bits are put in the 1st patch because the
implementation depends on the shared header file.
* Added support for suspend/resume
Daniel Mack (2):
dts: clk: add devicetree bindings for MAX9485
clk: Add driver for MAX9485
.../devicetree/bindings/clock/maxim,max9485.txt | 59 +++
drivers/clk/Kconfig | 8 +
drivers/clk/Makefile | 1 +
drivers/clk/clk-max9485.c | 408 +++++++++++++++++++++
include/dt-bindings/clock/maxim,max9485.h | 18 +
5 files changed, 494 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/maxim,max9485.txt
create mode 100644 drivers/clk/clk-max9485.c
create mode 100644 include/dt-bindings/clock/maxim,max9485.h
--
2.14.3
next reply other threads:[~2018-05-25 18:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-25 18:20 Daniel Mack [this message]
2018-05-25 18:20 ` [PATCH v2 1/2] dts: clk: add devicetree bindings for MAX9485 Daniel Mack
2018-05-31 3:37 ` Rob Herring
2018-05-25 18:20 ` [PATCH v2 2/2] clk: Add driver " Daniel Mack
2018-05-31 5:28 ` Daniel Mack
2018-06-02 6:13 ` Stephen Boyd
2018-06-02 11:14 ` Daniel Mack
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=20180525182058.25969-1-daniel@zonque.org \
--to=daniel@zonque.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.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;
as well as URLs for NNTP newsgroup(s).