From: Simon Horman <horms@verge.net.au>
To: linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>,
Chris Ball <cjb@laptop.org>,
Yusuke Goda <yusuke.goda.sx@renesas.com>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
Magnus Damm <magnus.damm@gmail.com>,
Paul Mundt <lethal@linux-sh.org>
Subject: [patch 1/3] mmc, sh: Move MMCIF_PROGRESS_* into sh_mmcif.h
Date: Mon, 06 Dec 2010 09:12:44 +0900 [thread overview]
Message-ID: <20101206001310.658304531@vergenet.net> (raw)
In-Reply-To: 20101206001243.949375995@vergenet.net
[-- Attachment #1: MMCIF_PROGRESS-header.patch --]
[-- Type: text/plain, Size: 1340 bytes --]
Allow MMCIF_PROGRESS_* to be shared.
Cc: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Index: linux-2.6-ap4/arch/sh/boot/romimage/mmcif-sh7724.c
===================================================================
--- linux-2.6-ap4.orig/arch/sh/boot/romimage/mmcif-sh7724.c 2010-12-06 08:59:11.000000000 +0900
+++ linux-2.6-ap4/arch/sh/boot/romimage/mmcif-sh7724.c 2010-12-06 08:59:16.000000000 +0900
@@ -21,9 +21,6 @@
#define HIZCRC 0xa405015c
#define DRVCRA 0xa405018a
-enum { MMCIF_PROGRESS_ENTER, MMCIF_PROGRESS_INIT,
- MMCIF_PROGRESS_LOAD, MMCIF_PROGRESS_DONE };
-
/* SH7724 specific MMCIF loader
*
* loads the romImage from an MMC card starting from block 512
Index: linux-2.6-ap4/include/linux/mmc/sh_mmcif.h
===================================================================
--- linux-2.6-ap4.orig/include/linux/mmc/sh_mmcif.h 2010-12-06 08:59:11.000000000 +0900
+++ linux-2.6-ap4/include/linux/mmc/sh_mmcif.h 2010-12-06 08:59:16.000000000 +0900
@@ -97,6 +97,9 @@ static inline void sh_mmcif_writel(void
#define SH_MMCIF_BBS 512 /* boot block size */
+enum { MMCIF_PROGRESS_ENTER, MMCIF_PROGRESS_INIT,
+ MMCIF_PROGRESS_LOAD, MMCIF_PROGRESS_DONE };
+
static inline void sh_mmcif_boot_cmd_send(void __iomem *base,
unsigned long cmd, unsigned long arg)
{
WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [patch 1/3] mmc, sh: Move MMCIF_PROGRESS_* into sh_mmcif.h
Date: Mon, 06 Dec 2010 00:12:44 +0000 [thread overview]
Message-ID: <20101206001310.658304531@vergenet.net> (raw)
In-Reply-To: 20101206001243.949375995@vergenet.net
Allow MMCIF_PROGRESS_* to be shared.
Cc: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Index: linux-2.6-ap4/arch/sh/boot/romimage/mmcif-sh7724.c
=================================--- linux-2.6-ap4.orig/arch/sh/boot/romimage/mmcif-sh7724.c 2010-12-06 08:59:11.000000000 +0900
+++ linux-2.6-ap4/arch/sh/boot/romimage/mmcif-sh7724.c 2010-12-06 08:59:16.000000000 +0900
@@ -21,9 +21,6 @@
#define HIZCRC 0xa405015c
#define DRVCRA 0xa405018a
-enum { MMCIF_PROGRESS_ENTER, MMCIF_PROGRESS_INIT,
- MMCIF_PROGRESS_LOAD, MMCIF_PROGRESS_DONE };
-
/* SH7724 specific MMCIF loader
*
* loads the romImage from an MMC card starting from block 512
Index: linux-2.6-ap4/include/linux/mmc/sh_mmcif.h
=================================--- linux-2.6-ap4.orig/include/linux/mmc/sh_mmcif.h 2010-12-06 08:59:11.000000000 +0900
+++ linux-2.6-ap4/include/linux/mmc/sh_mmcif.h 2010-12-06 08:59:16.000000000 +0900
@@ -97,6 +97,9 @@ static inline void sh_mmcif_writel(void
#define SH_MMCIF_BBS 512 /* boot block size */
+enum { MMCIF_PROGRESS_ENTER, MMCIF_PROGRESS_INIT,
+ MMCIF_PROGRESS_LOAD, MMCIF_PROGRESS_DONE };
+
static inline void sh_mmcif_boot_cmd_send(void __iomem *base,
unsigned long cmd, unsigned long arg)
{
WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [patch 1/3] mmc, sh: Move MMCIF_PROGRESS_* into sh_mmcif.h
Date: Mon, 06 Dec 2010 09:12:44 +0900 [thread overview]
Message-ID: <20101206001310.658304531@vergenet.net> (raw)
In-Reply-To: 20101206001243.949375995@vergenet.net
An embedded and charset-unspecified text was scrubbed...
Name: MMCIF_PROGRESS-header.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101206/5613a8a3/attachment.ksh>
next prev parent reply other threads:[~2010-12-06 0:15 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-06 0:12 [patch 0/3] mmc, ARM: Add zboot from MMC support for SuperH Mobile ARM Simon Horman
2010-12-06 0:12 ` Simon Horman
2010-12-06 0:12 ` Simon Horman
2010-12-06 0:12 ` Simon Horman [this message]
2010-12-06 0:12 ` [patch 1/3] mmc, sh: Move MMCIF_PROGRESS_* into sh_mmcif.h Simon Horman
2010-12-06 0:12 ` Simon Horman
2010-12-06 0:57 ` Magnus Damm
2010-12-06 0:57 ` Magnus Damm
2010-12-06 0:57 ` Magnus Damm
2010-12-06 1:28 ` Simon Horman
2010-12-06 1:28 ` Simon Horman
2010-12-06 1:28 ` Simon Horman
2010-12-06 1:38 ` Magnus Damm
2010-12-06 1:38 ` Magnus Damm
2010-12-06 1:38 ` Magnus Damm
2010-12-06 0:12 ` [patch 2/3] mmc, sh: Remove sh_mmcif_boot_slurp() Simon Horman
2010-12-06 0:12 ` Simon Horman
2010-12-06 0:12 ` Simon Horman
2010-12-06 0:12 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Mobile ARM Simon Horman
2010-12-06 0:12 ` Simon Horman
2010-12-06 0:12 ` Simon Horman
2010-12-06 0:44 ` Simon Horman
2010-12-06 0:44 ` Simon Horman
2010-12-06 0:44 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Simon Horman
2010-12-06 0:51 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Mobile ARM Magnus Damm
2010-12-06 0:51 ` Magnus Damm
2010-12-06 0:51 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Magnus Damm
2010-12-06 1:11 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Mobile ARM Simon Horman
2010-12-06 1:11 ` Simon Horman
2010-12-06 1:11 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Simon Horman
2010-12-06 1:33 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Mobile ARM Magnus Damm
2010-12-06 1:33 ` Magnus Damm
2010-12-06 1:33 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Magnus Damm
2010-12-06 1:42 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Mobile ARM Simon Horman
2010-12-06 1:42 ` Simon Horman
2010-12-06 1:42 ` [patch 3/3] mmc, ARM: Add zboot from MMC support for SuperH Simon Horman
2010-12-06 7:56 ` [patch 3/3 v2] mmc, ARM: Add zboot from MMC support for SuperH Mobile ARM Simon Horman
2010-12-06 7:56 ` Simon Horman
2010-12-06 7:56 ` [patch 3/3 v2] mmc, ARM: Add zboot from MMC support for SuperH Simon Horman
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=20101206001310.658304531@vergenet.net \
--to=horms@verge.net.au \
--cc=cjb@laptop.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lethal@linux-sh.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=magnus.damm@gmail.com \
--cc=yusuke.goda.sx@renesas.com \
/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.