From: Steve Sakoman <steve@sakoman.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCHv3 0/3] Add support for the IGEP v2 board.
Date: Mon, 11 Oct 2010 07:54:00 -0700 [thread overview]
Message-ID: <1286808840.2105.60.camel@quadra> (raw)
In-Reply-To: <1286748755-13588-1-git-send-email-eballetbo@gmail.com>
On Mon, 2010-10-11 at 00:12 +0200, Enric Balletbo i Serra wrote:
> Hello,
>
> This is the version 3 of patch series to add initial support for
> OMAP3 IGEP v2 board.
>
> CHANGES:
>
> * since v2
> - [1/3] keep lists sorted
> - [2/3] fix multiline comment style
> - [3/3] add entry to MAINTAINERS
>
> * since v1
> - [2/3] fix parens in NUMONYX_V_ACTIMB_165 define
> - [3/3] add extra space after first &ctrl_base in file igep0020.c
> - [3/3] add a space after the 57600 comma in file igep0020.h
> - [3/3] remove CONFIG_SYS_ARM_WITHOUT_RELOC undef
>
> $ git diff --stat origin/master
> MAINTAINERS | 4 +
> MAKEALL | 1 +
> arch/arm/include/asm/arch-omap3/mem.h | 43 ++++++
> board/isee/igep0020/Makefile | 49 +++++++
> board/isee/igep0020/config.mk | 33 +++++
> board/isee/igep0020/igep0020.c | 128 ++++++++++++++++++
> board/isee/igep0020/igep0020.h | 156 ++++++++++++++++++++++
> boards.cfg | 1 +
> drivers/mtd/onenand/onenand_base.c | 1 +
> include/configs/igep0020.h | 228 +++++++++++++++++++++++++++++++++
> include/linux/mtd/onenand.h | 1 +
> 11 files changed, 645 insertions(+), 0 deletions(-)
I noticed that you are using the legacy mmc driver.
I've submitted a patch series to add support for the generic mmc driver
on OMAP3 and OMAP4.
Once this is upstream you might want to consider sending a patch to
switch IGEP v2 from the legacy driver to the generic driver.
Steve
next prev parent reply other threads:[~2010-10-11 14:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-10 22:12 [U-Boot] [PATCHv3 0/3] Add support for the IGEP v2 board Enric Balletbo i Serra
2010-10-10 22:12 ` [U-Boot] [PATCHv3 1/3] mtd: OneNAND: add support for OneNAND manufactured by Numonyx Enric Balletbo i Serra
2010-10-11 2:27 ` Kyungmin Park
2010-10-11 14:48 ` Steve Sakoman
2010-10-10 22:12 ` [U-Boot] [PATCHv3 2/3] OMAP3: SDRC: Introduce Numonyx DDR type Enric Balletbo i Serra
2010-10-11 14:49 ` Steve Sakoman
2010-10-10 22:12 ` [U-Boot] [PATCHv3 3/3] OMAP3: Add support for the IGEP v2 board Enric Balletbo i Serra
2010-10-11 14:51 ` Steve Sakoman
2010-10-11 14:54 ` Steve Sakoman [this message]
2010-10-11 17:02 ` [U-Boot] [PATCHv3 0/3] " Enric Balletbò i Serra
2010-10-11 17:29 ` Steve Sakoman
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=1286808840.2105.60.camel@quadra \
--to=steve@sakoman.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 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.