--- v4
+++ v2
@@ -11,11 +11,6 @@
But patch 4 only test compiling. Hopefully someone could help test
the function.
-v3->v4:
- * improve 'devres->clks = *clks' according to Stephen's suggestion
-v2->v3:
- * address all comments from Stephen
- * fix build warnings on other architectures.
v1->v2:
* add clk_bulk_{get|put}_all() which only supports DT platform currently
* remove _all variants and the wrapper struct clk_bulk
@@ -29,12 +24,11 @@
video: simplefb: switch to use clk_bulk API to simplify clock
operations
- drivers/clk/clk-bulk.c | 80 ++++++++++++++++++++++++++++++++++++++++++
- drivers/clk/clk-devres.c | 24 +++++++++++++
- drivers/video/fbdev/simplefb.c | 66 +++++++---------------------------
- include/linux/clk.h | 65 +++++++++++++++++++++++++++++++++-
- 4 files changed, 180 insertions(+), 55 deletions(-)
+ drivers/clk/clk-bulk.c | 89 ++++++++++++++++++++++++++++++++++++++++++
+ drivers/clk/clk-devres.c | 24 ++++++++++++
+ drivers/video/fbdev/simplefb.c | 69 ++++++--------------------------
+ include/linux/clk.h | 65 +++++++++++++++++++++++++++++-
+ 4 files changed, 190 insertions(+), 57 deletions(-)
--
2.7.4
-