public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 2/9] Rename run_command() to builtin_run_command()
Date: Tue, 06 Mar 2012 21:09:54 +0100	[thread overview]
Message-ID: <20120306200954.DC5AE202D76@gemini.denx.de> (raw)
In-Reply-To: <1329285566-30386-3-git-send-email-sjg@chromium.org>

Dear Simon Glass,

In message <1329285566-30386-3-git-send-email-sjg@chromium.org> you wrote:
> The current run_command() is only one of the parsing options - the other
> is hush. We should not call run_command() when the hush parser is being
> used. So we rename this function to better explain its purpose.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> Changes in v4:
> - Minor comment change for call to builtin_run_command()
> 
> Changes in v5:
> - Adjust commit message to make it easier for Mike to grok
> 
>  arch/arm/cpu/arm926ejs/kirkwood/cpu.c |    2 +-
>  board/esd/common/auto_update.c        |    2 +-
>  board/esd/common/cmd_loadpci.c        |    2 +-
>  board/esd/du440/du440.c               |    2 +-
>  common/cmd_bedbug.c                   |    2 +-
>  common/cmd_bootm.c                    |    2 +-
>  common/cmd_source.c                   |    4 ++--
>  common/main.c                         |    9 +++++----
>  include/common.h                      |    2 +-
>  9 files changed, 14 insertions(+), 13 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Of all possible committee reactions to any  given  agenda  item,  the
reaction  that will occur is the one which will liberate the greatest
amount of hot air.                                -- Thomas L. Martin

  parent reply	other threads:[~2012-03-06 20:09 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-15  5:59 [U-Boot] [PATCH v5 0/9] Unified command execution in one place Simon Glass
2012-02-15  5:59 ` [U-Boot] [PATCH v5 1/9] Remove CMD_PXE's static on run_command() Simon Glass
2012-03-06  4:30   ` Mike Frysinger
2012-03-06 20:09   ` Wolfgang Denk
2012-02-15  5:59 ` [U-Boot] [PATCH v5 2/9] Rename run_command() to builtin_run_command() Simon Glass
2012-03-06  4:36   ` Mike Frysinger
2012-03-06 20:09   ` Wolfgang Denk [this message]
2012-02-15  5:59 ` [U-Boot] [PATCH v5 3/9] Rename run_command2() to run_command() Simon Glass
2012-03-06  4:36   ` Mike Frysinger
2012-03-06 20:10   ` Wolfgang Denk
2012-02-15  5:59 ` [U-Boot] [PATCH v5 4/9] Stop using builtin_run_command() Simon Glass
2012-03-06  4:37   ` Mike Frysinger
2012-03-06 20:10   ` Wolfgang Denk
2012-02-15  5:59 ` [U-Boot] [PATCH v5 5/9] Don't include standard parser if hush is used Simon Glass
2012-03-06  4:39   ` Mike Frysinger
2012-03-06  6:06     ` Simon Glass
2012-03-06 20:10   ` Wolfgang Denk
2012-02-15  5:59 ` [U-Boot] [PATCH v5 6/9] Create a single cmd_call() function to handle command execution Simon Glass
2012-03-06  4:40   ` Mike Frysinger
2012-03-06  6:14     ` Simon Glass
2012-03-06 16:22       ` Mike Frysinger
2012-03-06 20:10   ` Wolfgang Denk
2012-02-15  5:59 ` [U-Boot] [PATCH v5 7/9] Remove interleave of non-U-Boot code in hush Simon Glass
2012-03-06 20:10   ` Wolfgang Denk
2012-02-15  5:59 ` [U-Boot] [PATCH v5 8/9] Add cmd_process() to process commands in one place Simon Glass
2012-03-06 20:11   ` Wolfgang Denk
2012-02-15  5:59 ` [U-Boot] [PATCH v5 9/9] Convert cmd_usage() calls in common to use a return value Simon Glass
2012-03-06 20:11   ` Wolfgang Denk
2012-03-06 19:51 ` [U-Boot] [PATCH v5 0/9] Unified command execution in one place Wolfgang Denk
2012-03-06 20:03   ` Simon Glass
2012-03-06 20:35     ` Wolfgang Denk

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=20120306200954.DC5AE202D76@gemini.denx.de \
    --to=wd@denx.de \
    --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