[U-Boot] [RFC PATCH 1/2] common: Add new clk command

Simon Glass sjg at chromium.org
Tue Jan 5 01:57:59 CET 2016


Hi Wolfgang,

On 29 December 2015 at 07:23, Wolfgang Denk <wd at denx.de> wrote:
> Dear Simon,
>
> In message <CAPnjgZ0AxfXOiBwrjEPgs_Kd2A1x7qZ_z9gn_QAiprUS+48E_Q at mail.gmail.com> you wrote:
>>
>> >>>  create mode 100644 common/cmd_clk.c
>> >>>  create mode 100644 include/clk.h
> ...
>> Sorry, I only just noticed it. I'll see if I can create a patch to get
>> the clock info from an API call instead of using a weak function.
>
> I don't get it. This patch appears to be identical (?) to commit
> 08d0d6f: "common: Add new clk command" which was applied in Nov 2013.

Yes, I did not realise how old this patch was, sorry. It was applied
long ago. I'm going to create a vendor-specific command which uses
driver model for now. We can revisit this if it becomes a problem. My
idea is that we should have a command which displays the current
clocks, no matter what the board type. But that can come later.

Regards,
Simon


More information about the U-Boot mailing list