All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] CCF clock divider changes
@ 2014-01-29 16:24 ` Maxime COQUELIN
  0 siblings, 0 replies; 14+ messages in thread
From: Maxime COQUELIN @ 2014-01-29 16:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mike,

First patch fixes round_rate for power-of-two and table-based dividers when
the CLK_SET_RATE_PARENT flag isn't set.

Second patch introduces a new flag to give the possibility to round the
divider to the closest one, instead of rounding up by default.

Third patch optimizes the for-loop when CLK_SET_RATE_PARENT is set for
power-of-two and table-based dividers.

The series applies on top of v3.13 tag.

Maxime Coquelin (3):
  clk: divider: Fix best div calculation for power-of-two and table
    dividers
  clk: divider: Add round to closest divider
  clk: divider: Optimize clk_divider_bestdiv loop

 drivers/clk/clk-divider.c    |  118 ++++++++++++++++++++++++++++++++++++++++--
 include/linux/clk-provider.h |    3 ++
 2 files changed, 118 insertions(+), 3 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-04-25 15:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 16:24 [PATCH 0/3] CCF clock divider changes Maxime COQUELIN
2014-01-29 16:24 ` Maxime COQUELIN
2014-01-29 16:24 ` [PATCH 1/3] clk: divider: Fix best div calculation for power-of-two and table dividers Maxime COQUELIN
2014-01-29 16:24   ` Maxime COQUELIN
2014-04-25 15:31   ` Mike Turquette
2014-04-25 15:31     ` Mike Turquette
2014-01-29 16:24 ` [PATCH 2/3] clk: divider: Add round to closest divider Maxime COQUELIN
2014-01-29 16:24   ` Maxime COQUELIN
2014-04-24 15:37   ` Mike Turquette
2014-04-24 15:37     ` Mike Turquette
2014-01-29 16:24 ` [PATCH 3/3] clk: divider: Optimize clk_divider_bestdiv loop Maxime COQUELIN
2014-01-29 16:24   ` Maxime COQUELIN
2014-02-11 10:20 ` [PATCH 0/3] CCF clock divider changes Maxime Coquelin
2014-02-11 10:37 ` Maxime Coquelin

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.