
This series contains the same commits as 01-05 of the RFC series.
Since somebody immediately marked it as RFC (i.e. dropped from the TODO items in the patchwork), nothing has happened to it.
I am resending 01-05 without RFC prefix in order to leave this series in the TODO list until appropriate action is taken.
As you see, 01 and 02 are apparent fixes which can be applied soon.
Masahiro Yamada (5): clk: fix comments in include/clk.h clk: add needed include and declaration to include/clk.h clk: add function to get peripheral ID clk: add device tree support for clock framework clk: add enable() callback
drivers/clk/Makefile | 1 + drivers/clk/clk-fdt.c | 37 ++++++++++++++++++++ drivers/clk/clk-uclass.c | 10 ++++++ include/clk.h | 87 ++++++++++++++++++++++++++++++++++++++++++------ 4 files changed, 125 insertions(+), 10 deletions(-) create mode 100644 drivers/clk/clk-fdt.c