Hi Masahiro, On 22 December 2015 at 03:04, Masahiro Yamada <[email protected]> wrote: > 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.
I noticed this a few days ago and applied it locally. I did manage to find it in patchwork in the end. I have a few review comments so will tidy those up and send them through... > > > > 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 > > -- > 1.9.1 > Regards, Simon _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

