public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov@mvista.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] MX51: add structure to access System Reset Controller
Date: Fri, 20 Aug 2010 15:00:18 +0400	[thread overview]
Message-ID: <4C6E6042.4090404@mvista.com> (raw)
In-Reply-To: <1282301824-3801-1-git-send-email-sbabic@denx.de>

Hello.

Stefano Babic wrote:

> Signed-off-by: Stefano Babic <sbabic@denx.de>
[...]
> diff --git a/arch/arm/include/asm/arch-mx51/imx-regs.h b/arch/arm/include/asm/arch-mx51/imx-regs.h
> index 0e3bc2a..06f2720 100644
> --- a/arch/arm/include/asm/arch-mx51/imx-regs.h
> +++ b/arch/arm/include/asm/arch-mx51/imx-regs.h
> @@ -262,6 +262,16 @@ struct gpio_regs {
>  	u32	gpio_dir;
>  	u32	gpio_psr;
>  };
> +
> +/* System Reset Controller (SRS) */

    So, it's SRS or SRC?

> +struct src {
> +	u32	scr;
> +	u32	sbmr;
> +	u32	srsr;
> +	u32	reserved1[2];
> +	u32	sisr;
> +	u32	simr;
> +};
>  #endif /* __ASSEMBLER__*/

WBR, Sergei

  reply	other threads:[~2010-08-20 11:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-20 10:57 [U-Boot] [PATCH] MX51: add structure to access System Reset Controller Stefano Babic
2010-08-20 11:00 ` Sergei Shtylyov [this message]
2010-08-20 11:21   ` Stefano Babic
2010-08-21  7:50 ` [U-Boot] [PATCH 04/16] " Stefano Babic

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=4C6E6042.4090404@mvista.com \
    --to=sshtylyov@mvista.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