All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: add clk accuracy support
@ 2013-11-27 12:44 ` Boris BREZILLON
  0 siblings, 0 replies; 25+ messages in thread
From: Boris BREZILLON @ 2013-11-27 12:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This patch series adds support for clock accuracy retrieval in the common clk
framework.

Best Regards,

Boris

Changes since v1:
 - remove HAVE_CLK_GET_ACCURACY option and enable clk accuracy support only
   when using the CCF
 - export __clk_get_accuracy (might be used by clk-providers)
 - fix documentation (s/recalc_rate/recalc_accuracy/)
 - move fixed_accuracy field addition (struct clk_fixed_rate) from the 1st
   patch to the 2nd patch of this series

Boris BREZILLON (2):
  clk: add clk accuracy retrieval support
  clk: add accuracy support for fixed clock

 Documentation/clk.txt                              |    4 +
 .../devicetree/bindings/clock/fixed-clock.txt      |    3 +
 drivers/clk/clk-fixed-rate.c                       |   43 ++++++--
 drivers/clk/clk.c                                  |  109 +++++++++++++++++++-
 include/linux/clk-private.h                        |    1 +
 include/linux/clk-provider.h                       |   15 +++
 include/linux/clk.h                                |   17 +++
 7 files changed, 182 insertions(+), 10 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-04 19:14 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27 12:44 [PATCH v2 0/2] clk: add clk accuracy support Boris BREZILLON
2013-11-27 12:44 ` Boris BREZILLON
2013-11-27 12:44 ` [PATCH v2 1/2] clk: add clk accuracy retrieval support Boris BREZILLON
2013-11-27 12:44   ` Boris BREZILLON
2013-12-02  7:50   ` Uwe Kleine-König
2013-12-02  7:50     ` Uwe Kleine-König
2013-12-02 12:17     ` boris brezillon
2013-12-02 12:17       ` boris brezillon
2013-11-27 12:44 ` [PATCH v2 2/2] clk: add accuracy support for fixed clock Boris BREZILLON
2013-11-27 12:44   ` Boris BREZILLON
2013-11-27 14:56   ` Jason Cooper
2013-11-27 14:56     ` Jason Cooper
2013-11-27 17:19     ` boris brezillon
2013-11-27 17:19       ` boris brezillon
2013-11-27 18:10       ` Mike Turquette
2013-11-27 18:10         ` Mike Turquette
2013-11-27 18:10         ` Mike Turquette
2013-11-28  8:02         ` boris brezillon
2013-11-28  8:02           ` boris brezillon
2013-12-02  3:15           ` Jason Cooper
2013-12-02  3:15             ` Jason Cooper
2013-12-04 19:14             ` Mike Turquette
2013-12-04 19:14               ` Mike Turquette
2013-12-02  3:02       ` Jason Cooper
2013-12-02  3:02         ` Jason Cooper

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.