[RFC PATCH 0/2] clk: new APIs to handle all available clocks

From: Dong Aisheng
Date: Tue Jan 23 2018 - 12:25:16 EST


This RFC patch series is a continue of discussion from here,
https://patchwork.kernel.org/patch/9986293/
that some users may want to handle all available clocks from device
tree without need to know the detailed clock information likes clock
numbers and names. This is useful in writing some generic drivers to
handle clock part.

Dong Aisheng (2):
clk: add new APIs to operate on all available clocks
video: simplefb: switch to use clk_bulk API to simplify clock
operations

drivers/clk/clk-bulk.c | 64 ++++++++++++++++++++++++++++++++++++++
drivers/video/fbdev/simplefb.c | 70 ++++++++----------------------------------
include/linux/clk.h | 61 +++++++++++++++++++++++++++++++++++-
3 files changed, 137 insertions(+), 58 deletions(-)

--
2.7.4