All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] clk: iproc: Enable glitchless pll rate change
@ 2017-08-14 19:00 ` Lori Hikichi
  0 siblings, 0 replies; 18+ messages in thread
From: Lori Hikichi @ 2017-08-14 19:00 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Ray Jui, Scott Branden,
	Jon Mason
  Cc: bcm-kernel-feedback-list, linux-clk, linux-arm-kernel,
	linux-kernel, Lori Hikichi

This patchset enables the ability for the iproc plls to do small rate changes
without glitching the clock.

Lori Hikichi (4):
  clk: iproc: Allow iproc pll to runtime calculate vco parameters
  clk: iproc: Fix error in the pll post divider rate calculation
  clk: iproc: Allow plls to do minor rate changes without reset
  clk: iproc: Minor tidy up of iproc pll data structures

 drivers/clk/bcm/clk-cygnus.c    |  25 +---
 drivers/clk/bcm/clk-iproc-pll.c | 260 ++++++++++++++++++++++++++++------------
 drivers/clk/bcm/clk-iproc.h     |   5 +
 3 files changed, 192 insertions(+), 98 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-12-28 22:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 19:00 [PATCH v1 0/4] clk: iproc: Enable glitchless pll rate change Lori Hikichi
2017-08-14 19:00 ` Lori Hikichi
2017-08-14 19:00 ` [PATCH v1 1/4] clk: iproc: Allow iproc pll to runtime calculate vco parameters Lori Hikichi
2017-08-14 19:00   ` Lori Hikichi
2017-12-28 22:57   ` Stephen Boyd
2017-12-28 22:57     ` Stephen Boyd
2017-08-14 19:00 ` [PATCH v1 2/4] clk: iproc: Fix error in the pll post divider rate calculation Lori Hikichi
2017-08-14 19:00   ` Lori Hikichi
2017-12-28 22:57   ` Stephen Boyd
2017-12-28 22:57     ` Stephen Boyd
2017-08-14 19:00 ` [PATCH v1 3/4] clk: iproc: Allow plls to do minor rate changes without reset Lori Hikichi
2017-08-14 19:00   ` Lori Hikichi
2017-12-28 22:57   ` Stephen Boyd
2017-12-28 22:57     ` Stephen Boyd
2017-08-14 19:00 ` [PATCH v1 4/4] clk: iproc: Minor tidy up of iproc pll data structures Lori Hikichi
2017-08-14 19:00   ` Lori Hikichi
2017-12-28 22:57   ` Stephen Boyd
2017-12-28 22:57     ` Stephen Boyd

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.