From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Tue, 22 Dec 2015 19:04:26 +0900 Subject: [U-Boot] [RESEND PATCH 0/5] clk: some fixes, device tree support, new features Message-ID: <1450778671-21134-1-git-send-email-yamada.masahiro@socionext.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -- 1.9.1