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