public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@sunsite.dk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/5] am33xx/board: use cpu_mmc_init() for default mmc initialization
Date: Tue, 16 Oct 2012 19:37:35 +0200	[thread overview]
Message-ID: <87r4oytj1c.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <507D7F19.7050407@ti.com> (Tom Rini's message of "Tue, 16 Oct 2012 08:36:57 -0700")

>>>>> "Tom" == Tom Rini <trini@ti.com> writes:

Hi,

 >> #if defined(CONFIG_OMAP_HSMMC) && !defined(CONFIG_SPL_BUILD) -int
 >> board_mmc_init(bd_t *bis) +int cpu_mmc_init(bd_t *bis) { int ret; -
 >> + ret = omap_mmc_init(0, 0, 0); if (ret) return ret;
 >> 

 Tom> What does this look like on your port?

I don't have any, the board doesn't have mmc ;)

This is purely cleanup to better match the other (sub-)archs and make it
possible to provide a board override. I don't particular know if anyone
will ever need it on am33xx, but it doesn't cost anything and
historically various boards have used these for pinmux / regulator
handling / card detect gpio / ..

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-10-16 17:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-16 15:15 [U-Boot] [PATCH 0/5] am33xx: support non-ti boards Peter Korsgaard
2012-10-16 15:15 ` [U-Boot] [PATCH 1/5] am33xx: move ti i2c baseboard header handling to board/ti/am335x/evm.{c, h} Peter Korsgaard
2012-10-16 15:35   ` Tom Rini
2012-10-17 15:46     ` Peter Korsgaard
2012-10-17 15:55       ` Tom Rini
2012-10-17 19:24         ` Peter Korsgaard
2012-10-16 15:15 ` [U-Boot] [PATCH 2/5] am335x/evm.c: don't make wdtimer/uart_base global Peter Korsgaard
2012-10-16 15:15 ` [U-Boot] [PATCH 3/5] am33xx/board: use cpu_mmc_init() for default mmc initialization Peter Korsgaard
2012-10-16 15:36   ` Tom Rini
2012-10-16 17:37     ` Peter Korsgaard [this message]
2012-10-16 15:15 ` [U-Boot] [PATCH 4/5] am33xx: move generic parts of pinmux handling out from board/ti/am335x Peter Korsgaard
2012-10-16 15:15 ` [U-Boot] [PATCH 5/5] am33xx: support board specific ddr settings Peter Korsgaard
2012-10-16 15:31   ` Tom Rini
2012-10-16 17:43     ` Peter Korsgaard
2012-10-16 21:13       ` Tom Rini

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=87r4oytj1c.fsf@macbook.be.48ers.dk \
    --to=jacmet@sunsite.dk \
    --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