From: Paul Mundt <lethal@linux-sh.org>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v2] sh: Add support Renesas Solutions AP-325RXA board
Date: Thu, 05 Jun 2008 05:42:51 +0000 [thread overview]
Message-ID: <20080605054251.GA29591@linux-sh.org> (raw)
In-Reply-To: <484777EB.3@renesas.com>
On Thu, Jun 05, 2008 at 02:21:47PM +0900, Yusuke.Goda wrote:
> I added math-type to v1.
> This board is SH7723 base board.
> This has SCIF, LCDC, USB Host controler, NOR/NAND Flash, Sound, Ether and other.
> This patch supports SCIF, NOR Flash.
>
> Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
Looks good.
[snip]
> +static struct mtd_partition ap325rxa_nor_flash_partitions[] = {
> + {
> + .name = "uboot",
> + .offset = 0,
> + .size = (1 * 1024 * 1024),
> + .mask_flags = MTD_WRITEABLE, /* Read-only */
> + },
> + {
> + .name = "kernel",
> + .offset = MTDPART_OFS_APPEND,
> + .size = (2 * 1024 * 1024),
> + },
> + {
> + .name = "other",
> + .offset = MTDPART_OFS_APPEND,
> + .size = MTDPART_SIZ_FULL,
> + },
> +};
> +
There's some whitespace damage here. Make sure your text editor has these
as tabs, not spaces.
I'll tidy it up and add it to the 2.6.27 queue, thanks.
prev parent reply other threads:[~2008-06-05 5:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-05 5:21 [PATCH v2] sh: Add support Renesas Solutions AP-325RXA board Yusuke.Goda
2008-06-05 5:42 ` Paul Mundt [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=20080605054251.GA29591@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=linux-sh@vger.kernel.org \
/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.