Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH v5 0/1] clk: Add driver for MAX9485
@ 2018-07-06 18:53 Daniel Mack
  2018-07-06 18:53 ` [PATCH v5 1/1] " Daniel Mack
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Mack @ 2018-07-06 18:53 UTC (permalink / raw)
  To: mturquette, sboyd; +Cc: linux-clk, Daniel Mack

This is v5 of the driver for Maxim's MAX9485 programmable audio clock
generator.

v4 → v5:
* Removed license boilerplate as we have an SPDX header
* Moved initial register read from recalc_rate() to probe()
* Changed Kconfig prompt text
* Dropped patch to add binding as it has already been applied

v3 → v4:
* Rebased to 4.18-rc1

v2 → v3:

* Addressed a lot of issues pointed out by Stephen Boyd:
  * Dropped local register caching
  * Implement own OF clk_hw getter in favor of the onecell helper
  * Implemented recalc_rate() properly by reading from the hardware
  * Dropped input clock frequency validation
  * Style issues

* Fixed a gpio line handling bug in resume
* Added Rob's Revied-by to 1/2

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 (1):
  clk: Add driver for MAX9485

 drivers/clk/Kconfig       |   6 +
 drivers/clk/Makefile      |   1 +
 drivers/clk/clk-max9485.c | 385 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 392 insertions(+)
 create mode 100644 drivers/clk/clk-max9485.c

-- 
2.17.1

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

end of thread, other threads:[~2018-07-06 22:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06 18:53 [PATCH v5 0/1] clk: Add driver for MAX9485 Daniel Mack
2018-07-06 18:53 ` [PATCH v5 1/1] " Daniel Mack
2018-07-06 20:39   ` Stephen Boyd
2018-07-06 20:44   ` Stephen Boyd
2018-07-06 22:12     ` Daniel Mack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox