public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-boot] [Patch v4 2/6] keystone2: clock: add K2L clock definitions and commands
Date: Wed, 22 Oct 2014 16:51:39 +0300	[thread overview]
Message-ID: <5447B66B.5090801@ti.com> (raw)
In-Reply-To: <20141020155510.GP25506@bill-the-cat>

On 10/20/2014 06:55 PM, Tom Rini wrote:
> On Mon, Oct 20, 2014 at 06:41:29PM +0300, Ivan Khoronzhuk wrote:
>> On 10/20/2014 06:13 PM, Tom Rini wrote:
>>> On Wed, Oct 15, 2014 at 02:55:28AM +0300, Ivan Khoronzhuk wrote:
>>>
>>>> From: Hao Zhang <hzhang@ti.com>
>>>>
>>>> This patch adds clock definitions and commands to support Keystone II
>>>> K2L SOC.
>>>>
>>>> Acked-by: Vitaly Andrianov <vitalya@ti.com>
>>>> Signed-off-by: Hao Zhang <hzhang@ti.com>
>>>> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
>>> [snip]
>>>> diff --git a/arch/arm/cpu/armv7/keystone/cmd_clock.c b/arch/arm/cpu/armv7/keystone/cmd_clock.c
>>>> index d97c95b..9204887 100644
>>>> --- a/arch/arm/cpu/armv7/keystone/cmd_clock.c
>>>> +++ b/arch/arm/cpu/armv7/keystone/cmd_clock.c
>>>> @@ -72,6 +72,13 @@ U_BOOT_CMD(
>>>>   	"<pa|ddr3> <mult> <div> <OD>\n"
>>>>   );
>>>>   #endif
>>>> +#ifdef CONFIG_SOC_K2L
>>>> +U_BOOT_CMD(
>>>> +	pllset, 5,      0,      do_pll_cmd,
>>>> +	"set pll multiplier and pre divider",
>>>> +	"<pa|arm|ddr3> <mult> <div> <OD>\n"
>>>> +);
>>>> +#endif
>>>>   int do_getclk_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
>>>>   {
>>>> @@ -101,6 +108,9 @@ U_BOOT_CMD(
>>>>   #ifdef CONFIG_SOC_K2E
>>>>   	"See the 'enum clk_e' in the clock-k2e.h for clk indexes\n"
>>>>   #endif
>>>> +#ifdef CONFIG_SOC_K2L
>>>> +	"See the 'enum clk_e' in the clock-k2l.h for clk indexes\n"
>>>> +#endif
>>>>   );
>>> I'm not going to block on all of this duplication, but we need to think
>>> how to do this cleaner so that the next K2 variant doesn't expand this
>>> mess further.  Thanks!
>>>
>> I'll correct it to one line:
>> "See the 'enum clk_e' in the clock-k2*.h for clk indexes\n"
> That helps the second hunk, but still leaves the first.  At some point,
> even, we shouldn't say "go modify file foo" in the binary, that belongs
> in board documentation.  Like I said, this needs a little bit of
> thinking.
>

Tom,
the series is updated according to your propositions:
"[U-boot] [Patch v6 0/6] keystone2: add k2l SoC and k2l_evm board support"
https://www.mail-archive.com/u-boot at lists.denx.de/msg150727.html

It's based on patch that corrects command usage descriptions:

"[U-Boot,U-boot] ARM: cmd_clock: generalize command usage description"
http://patchwork.ozlabs.org/patch/402102/


I've sent it separately to not mix it with K2L support series.

Thanks!

-- 
Regards,
Ivan Khoronzhuk

  reply	other threads:[~2014-10-22 13:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-14 23:55 [U-Boot] [U-boot] [Patch v4 0/6] keystone2: add k2l SoC and k2l_evm board support Ivan Khoronzhuk
2014-10-14 23:55 ` [U-Boot] [U-boot] [Patch v4 1/6] ARM: keystone2: add K2L device hardware definitions Ivan Khoronzhuk
2014-10-14 23:55 ` [U-Boot] [U-boot] [Patch v4 2/6] keystone2: clock: add K2L clock definitions and commands Ivan Khoronzhuk
2014-10-20 15:13   ` Tom Rini
2014-10-20 15:41     ` Ivan Khoronzhuk
2014-10-20 15:55       ` Tom Rini
2014-10-22 13:51         ` Ivan Khoronzhuk [this message]
2014-10-14 23:55 ` [U-Boot] [U-boot] [Patch v4 3/6] keystone2: msmc: add MSMC cache coherency support for K2L SOC Ivan Khoronzhuk
2014-10-20 15:13   ` Tom Rini
2014-10-20 15:20     ` Ivan Khoronzhuk
2014-10-14 23:55 ` [U-Boot] [U-boot] [Patch v4 4/6] ARM: keystone2: spl: add K2L SoC support Ivan Khoronzhuk
2014-10-14 23:55 ` [U-Boot] [U-boot] [Patch v4 5/6] keystone2: enable OSR clock domain for K2L SoC Ivan Khoronzhuk
2014-10-14 23:55 ` [U-Boot] [U-boot] [Patch v4 6/6] keystone2: k2l-evm: add board support Ivan Khoronzhuk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5447B66B.5090801@ti.com \
    --to=ivan.khoronzhuk@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox