public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 08/13 v5] ARM: OMAP3: Add MMC support
Date: Sun, 9 Nov 2008 15:33:25 +0100	[thread overview]
Message-ID: <20081109143325.GD25307@game.jcrosoft.org> (raw)
In-Reply-To: <490df394.1438560a.2e57.26df@mx.google.com>

On 19:38 Sun 02 Nov     , dirk.behme at googlemail.com wrote:
> Subject: [PATCH 08/13 v5] ARM: OMAP3: Add MMC support
> 
> From: Dirk Behme <dirk.behme@gmail.com>
> 
 +
> +/*
> + * OMAP HSMMC register definitions
> + */
> +#define OMAP_HSMMC_SYSCONFIG		(*(unsigned int *) 0x4809C010)
> +#define OMAP_HSMMC_SYSSTATUS		(*(unsigned int *) 0x4809C014)
> +#define OMAP_HSMMC_CON			(*(unsigned int *) 0x4809C02C)
> +#define OMAP_HSMMC_BLK			(*(unsigned int *) 0x4809C104)
> +#define OMAP_HSMMC_ARG			(*(unsigned int *) 0x4809C108)
> +#define OMAP_HSMMC_CMD			(*(unsigned int *) 0x4809C10C)
> +#define OMAP_HSMMC_RSP10		(*(unsigned int *) 0x4809C110)
> +#define OMAP_HSMMC_RSP32		(*(unsigned int *) 0x4809C114)
> +#define OMAP_HSMMC_RSP54		(*(unsigned int *) 0x4809C118)
> +#define OMAP_HSMMC_RSP76		(*(unsigned int *) 0x4809C11C)
> +#define OMAP_HSMMC_DATA			(*(unsigned int *) 0x4809C120)
> +#define OMAP_HSMMC_PSTATE		(*(unsigned int *) 0x4809C124)
> +#define OMAP_HSMMC_HCTL			(*(unsigned int *) 0x4809C128)
> +#define OMAP_HSMMC_SYSCTL		(*(unsigned int *) 0x4809C12C)
> +#define OMAP_HSMMC_STAT			(*(unsigned int *) 0x4809C130)
> +#define OMAP_HSMMC_IE			(*(unsigned int *) 0x4809C134)
> +#define OMAP_HSMMC_CAPA			(*(unsigned int *) 0x4809C140)
> +
> +/* T2 Register definitions */
> +#define CONTROL_DEV_CONF0		(*(unsigned int *) 0x48002274)
> +#define CONTROL_PBIAS_LITE		(*(unsigned int *) 0x48002520)

please just define the register and as we agree use readx/writex

please note that their is a new MMC Framework in progress please take a look

Andy, Haavard please comment.

Best Regards,
J.

      parent reply	other threads:[~2008-11-09 14:33 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-02 18:37 [U-Boot] [PATCH 07/13 v5] ARM: OMAP3: Add NAND support dirk.behme at googlemail.com
2008-11-02 18:38 ` [U-Boot] [PATCH 08/13 v5] ARM: OMAP3: Add MMC support dirk.behme at googlemail.com
2008-11-02 18:38   ` [U-Boot] [PATCH 09/13 v5] ARM: OMAP3: Add I2C support dirk.behme at googlemail.com
2008-11-02 18:38     ` [U-Boot] [PATCH 10/13 v5] ARM: OMAP3: Add BeagleBoard dirk.behme at googlemail.com
2008-11-02 18:39       ` [U-Boot] [PATCH 11/13 v5] ARM: OMAP3: Add EVM board dirk.behme at googlemail.com
2008-11-02 18:39         ` [U-Boot] [PATCH 12/13 v5] ARM: OMAP3: Add Overo board dirk.behme at googlemail.com
2008-11-02 18:40           ` [U-Boot] [PATCH 13/13 v5] ARM: OMAP3: Add Beagle, EVM and Overo configuration and README dirk.behme at googlemail.com
2008-11-09 16:01             ` Jean-Christophe PLAGNIOL-VILLARD
2008-11-09 15:05           ` [U-Boot] [PATCH 12/13 v5] ARM: OMAP3: Add Overo board Jean-Christophe PLAGNIOL-VILLARD
2008-11-09 19:44             ` Wolfgang Denk
2008-11-09 15:03         ` [U-Boot] [PATCH 11/13 v5] ARM: OMAP3: Add EVM board Jean-Christophe PLAGNIOL-VILLARD
2008-11-09 19:43           ` Wolfgang Denk
     [not found]           ` <4917eef4.02a1660a.35ee.72f8SMTPIN_ADDED@mx.google.com>
2008-11-10 19:28             ` Dirk Behme
2008-11-09 14:57       ` [U-Boot] [PATCH 10/13 v5] ARM: OMAP3: Add BeagleBoard Jean-Christophe PLAGNIOL-VILLARD
2008-11-03  0:18     ` [U-Boot] [PATCH 09/13 v5] ARM: OMAP3: Add I2C support Jean-Christophe PLAGNIOL-VILLARD
2008-11-03 20:27       ` Dirk Behme
2008-11-03 22:55         ` Wolfgang Denk
2008-11-02 23:25   ` [U-Boot] [PATCH 08/13 v5] ARM: OMAP3: Add MMC support Kyungmin Park
2008-11-09 14:33   ` Jean-Christophe PLAGNIOL-VILLARD [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=20081109143325.GD25307@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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