All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH][v3] board/t104xrdb: Add support of CPLD
Date: Fri, 7 Mar 2014 11:40:35 -0800	[thread overview]
Message-ID: <531A20B3.3020002@freescale.com> (raw)
In-Reply-To: <1393554123-25610-1-git-send-email-prabhakar@freescale.com>

On 02/27/2014 06:22 PM, Prabhakar Kushwaha wrote:
> T1040RDB and T1042RDB_PI has CPLD. Here CPLD controls board mux/features.
> 
> This support of CPLD includes
>  - files and register defintion
>  - Commands to swtich alternate bank and default bank
> 
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---
> Changes for v2:
> 	- Updated the cpld command
> Changes for v3:
> 	- fix typo 
> 
<snip>

> +U_BOOT_CMD(
> +	cpld, CONFIG_SYS_MAXARGS, 1, do_cpld,
> +	"Reset the board or alternate bank",
> +	"reset - hard reset to default bank\n"
> +	"cpld_cmd reset altbank - reset to alternate bank\n"
> +#ifdef DEBUG
> +	"cpld_cmd dump - display the CPLD registers\n"
> +#endif

More to fix. Please keep the command consistent. I think you want to use cpld,
instead of cpld_cmd.

York

      reply	other threads:[~2014-03-07 19:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-28  2:22 [U-Boot] [PATCH][v3] board/t104xrdb: Add support of CPLD Prabhakar Kushwaha
2014-03-07 19:40 ` York Sun [this message]

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=531A20B3.3020002@freescale.com \
    --to=yorksun@freescale.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.