]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
clk: add API to enable clock
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 13 Jan 2016 04:16:12 +0000 (13:16 +0900)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:23 +0000 (19:06 -0700)
commitf0e075162f815f9cb769c7bb9003e0ad3b829811
tree77a9e9f87b2ddee05d6501c570f665dbdcc69924
parent9e52126f347c1de39f8fe2c62d6486cf77f4af3a
clk: add API to enable clock

The most basic thing for clock is to enable it, but it is missing
in this uclass.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/clk/clk-uclass.c
include/clk.h