
7 Sep
2020
7 Sep
'20
3:44 a.m.
On Sun, 6 Sep 2020 at 06:09, Dario Binacchi dariobin@libero.it wrote:
Export routines that can be used by other drivers avoiding duplicating code.
Signed-off-by: Dario Binacchi dariobin@libero.it
Changes in v2:
- Add the clk_ prefix to the divider functions.
- Add kernel-doc comments to the exported functions.
drivers/clk/clk-divider.c | 24 +++++++-------- include/linux/clk-provider.h | 57 ++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 12 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org