From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 09/11] u8500: Separating mmc config parameters from driver
Date: Fri, 10 Aug 2012 09:08:25 -0700 [thread overview]
Message-ID: <20120810160825.GD3306@bill-the-cat> (raw)
In-Reply-To: <1343761173-1135-10-git-send-email-mathieu.poirier@linaro.org>
On Tue, Jul 31, 2012 at 12:59:31PM -0600, mathieu.poirier at linaro.org wrote:
> From: John Rigby <john.rigby@linaro.org>
>
> Configuration in vexpress and u8500.v1 is different from what
> is needed in u8500.v2. As such, card configuration specifics need
> to reside in the board file rather than the driver.
>
> Signed-off-by: John Rigby <john.rigby@linaro.org>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
[snip]
> diff --git a/board/st-ericsson/snowball/snowball.c b/board/st-ericsson/snowball/snowball.c
> index 32c343f..7a52de6 100644
> --- a/board/st-ericsson/snowball/snowball.c
> +++ b/board/st-ericsson/snowball/snowball.c
[snip]
> @@ -80,7 +76,8 @@ static int do_command(struct mmc *dev, struct mmc_cmd *cmd)
> {
> int result;
> u32 sdi_cmd = 0;
> - struct mmc_host *host = dev->priv;
> + struct pl180_mmc_host *host = dev->priv;
> + u32 lap = 0;
lap is unused. Removing.
This patch has been applied to u-boot-staging/trini at ti.com with the
above change and a Signed-off-by from me.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120810/cecc63fb/attachment.pgp>
next prev parent reply other threads:[~2012-08-10 16:08 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-31 18:59 [U-Boot] [PATCH 00/11] Support for ST-Ericsson snowball board mathieu.poirier at linaro.org
2012-07-31 18:59 ` [U-Boot] [PATCH 01/11] snowball: Add support for ux500 based " mathieu.poirier at linaro.org
2012-08-03 14:46 ` Tom Rini
2012-08-03 19:32 ` Mathieu Poirier
2012-08-03 19:45 ` Tom Rini
2012-08-03 15:32 ` Tom Rini
2012-07-31 18:59 ` [U-Boot] [PATCH 02/11] u8500: Moving prcmu to cpu directory mathieu.poirier at linaro.org
2012-07-31 18:59 ` [U-Boot] [PATCH 03/11] snowball: Adding architecture dependent initialisation mathieu.poirier at linaro.org
2012-07-31 18:59 ` [U-Boot] [PATCH 04/11] snowball: Adding CPU clock initialisation mathieu.poirier at linaro.org
2012-07-31 18:59 ` [U-Boot] [PATCH 05/11] snowball: Moving to ux500.v2 addess scheme for PRCMU access mathieu.poirier at linaro.org
2012-07-31 18:59 ` [U-Boot] [PATCH 06/11] snowball: applying power to LAN and GBF controllers mathieu.poirier at linaro.org
2012-07-31 18:59 ` [U-Boot] [PATCH 07/11] u8500: Moving processor-specific functions to cpu area mathieu.poirier at linaro.org
2012-08-10 16:08 ` Tom Rini
2012-07-31 18:59 ` [U-Boot] [PATCH 08/11] u8500: Enabling power to MMC device on AB8500 V2 mathieu.poirier at linaro.org
2012-08-10 16:08 ` Tom Rini
2012-07-31 18:59 ` [U-Boot] [PATCH 09/11] u8500: Separating mmc config parameters from driver mathieu.poirier at linaro.org
2012-08-10 16:08 ` Tom Rini [this message]
2012-07-31 18:59 ` [U-Boot] [PATCH 10/11] armv7: Adding cpu specific cache managmenent mathieu.poirier at linaro.org
2012-07-31 18:59 ` [U-Boot] [PATCH 11/11] snowball: Adding board specific cache cleanup routine mathieu.poirier at linaro.org
2012-08-10 16:08 ` [U-Boot] [PATCH 00/11] Support for ST-Ericsson snowball board Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2012-06-18 16:35 [U-Boot] [PATCH 00/11] support " mathieu.poirier at linaro.org
2012-06-18 16:35 ` [U-Boot] [PATCH 09/11] u8500: Separating mmc config parameters from driver mathieu.poirier at linaro.org
2012-06-18 16:25 [U-Boot] [PATCH 00/11] support for ST-Ericsson snowball board mathieu.poirier at linaro.org
2012-06-18 16:25 ` [U-Boot] [PATCH 09/11] u8500: Separating mmc config parameters from driver mathieu.poirier at linaro.org
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=20120810160825.GD3306@bill-the-cat \
--to=trini@ti.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