All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: Add driver for MAX9485
@ 2018-05-25 18:20 Daniel Mack
  2018-05-25 18:20 ` [PATCH v2 1/2] dts: clk: add devicetree bindings " Daniel Mack
  2018-05-25 18:20 ` [PATCH v2 2/2] clk: Add driver " Daniel Mack
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel Mack @ 2018-05-25 18:20 UTC (permalink / raw)
  To: mturquette, sboyd; +Cc: linux-clk, robh, devicetree, Daniel Mack

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

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

end of thread, other threads:[~2018-06-02 11:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25 18:20 [PATCH v2 0/2] clk: Add driver for MAX9485 Daniel Mack
2018-05-25 18:20 ` [PATCH v2 1/2] dts: clk: add devicetree bindings " 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  6:13     ` Stephen Boyd
2018-06-02 11:14     ` Daniel Mack

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.