From: Mike Rapoport <mike@compulab.co.il>
To: Tony.Lindgren.tony@atomide.com
Cc: "Enric Balletb� i Serra" <eballetbo@gmail.com>,
linux-omap@vger.kernel.org, linux-arm@vger.kernel.org,
"Mike Rapoport" <mike@compulab.co.il>
Subject: [PATCH 0/4] omap: merge IGEP v2 and v3
Date: Fri, 13 May 2011 00:31:00 +0300 [thread overview]
Message-ID: <cover.1305235542.git.mike@compulab.co.il> (raw)
Hi Tony,
This is yet another attempt to reduce code duplication in the board files :)
Only build tested, since I don't have the hardware, so I belive an Ack from
Enric is required.
Mike Rapoport (4):
omap: igep0020: name refactoring for future merge with IGEP3
omap: igep0020: minor refactoring
omap: igep0020: add support for IGEP3
omap: drop board-igep0030.c
arch/arm/mach-omap2/Kconfig | 1 +
arch/arm/mach-omap2/Makefile | 2 -
arch/arm/mach-omap2/board-igep0020.c | 286 +++++++++++++---------
arch/arm/mach-omap2/board-igep0030.c | 438 ----------------------------------
4 files changed, 174 insertions(+), 553 deletions(-)
delete mode 100644 arch/arm/mach-omap2/board-igep0030.c
--
1.7.3.1
WARNING: multiple messages have this Message-ID (diff)
From: mike@compulab.co.il (Mike Rapoport)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH 0/4] omap: merge IGEP v2 and v3
Date: Fri, 13 May 2011 00:40:52 +0300 [thread overview]
Message-ID: <cover.1305235542.git.mike@compulab.co.il> (raw)
Hi Tony,
I'm resending this with the correct arm-linux mailing list cc'ed..
Just discard the first set, sorry for the noise...
This is yet another attempt to reduce code duplication in the board files :)
Only build tested, since I don't have the hardware, so I belive an Ack from
Enric is required.
Mike Rapoport (4):
omap: igep0020: name refactoring for future merge with IGEP3
omap: igep0020: minor refactoring
omap: igep0020: add support for IGEP3
omap: drop board-igep0030.c
arch/arm/mach-omap2/Kconfig | 1 +
arch/arm/mach-omap2/Makefile | 2 -
arch/arm/mach-omap2/board-igep0020.c | 286 +++++++++++++---------
arch/arm/mach-omap2/board-igep0030.c | 438 ----------------------------------
4 files changed, 174 insertions(+), 553 deletions(-)
delete mode 100644 arch/arm/mach-omap2/board-igep0030.c
--
1.7.3.1
next reply other threads:[~2011-05-12 21:31 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-12 21:31 Mike Rapoport [this message]
2011-05-12 21:40 ` [RESEND PATCH 0/4] omap: merge IGEP v2 and v3 Mike Rapoport
2011-05-12 21:31 ` [PATCH 1/4] omap: igep0020: name refactoring for future merge with IGEP3 Mike Rapoport
2011-05-12 21:40 ` [RESEND PATCH " Mike Rapoport
2011-05-16 7:15 ` Enric Balletbò i Serra
2011-05-16 7:15 ` Enric Balletbò i Serra
2011-05-17 7:53 ` Tony Lindgren
2011-05-17 7:53 ` Tony Lindgren
2011-05-17 7:57 ` Enric Balletbò i Serra
2011-05-17 7:57 ` Enric Balletbò i Serra
2011-05-17 10:33 ` Tony Lindgren
2011-05-17 10:33 ` Tony Lindgren
2011-05-18 9:05 ` Igor Grinberg
2011-05-18 9:05 ` Igor Grinberg
2011-05-12 21:31 ` [PATCH 2/4] omap: igep0020: minor refactoring Mike Rapoport
2011-05-12 21:40 ` [RESEND PATCH " Mike Rapoport
2011-05-13 18:44 ` Arnd Bergmann
2011-05-13 18:44 ` Arnd Bergmann
2011-05-15 18:50 ` mike
2011-05-15 18:50 ` mike at compulab.co.il
2011-05-15 20:27 ` Arnd Bergmann
2011-05-15 20:27 ` Arnd Bergmann
2011-05-16 7:17 ` Enric Balletbò i Serra
2011-05-16 7:17 ` Enric Balletbò i Serra
2011-05-12 21:31 ` [PATCH 3/4] omap: igep0020: add support for IGEP3 Mike Rapoport
2011-05-12 21:40 ` [RESEND PATCH " Mike Rapoport
2011-05-16 7:16 ` Enric Balletbò i Serra
2011-05-12 21:31 ` [PATCH 4/4] omap: drop board-igep0030.c Mike Rapoport
2011-05-12 21:40 ` [RESEND PATCH " Mike Rapoport
2011-05-16 7:18 ` Enric Balletbò i Serra
2011-05-16 7:18 ` Enric Balletbò i Serra
2011-05-13 7:27 ` [RESEND PATCH 0/4] omap: merge IGEP v2 and v3 Enric Balletbò i Serra
2011-05-13 7:27 ` Enric Balletbò i Serra
2011-05-13 8:42 ` mike
2011-05-13 8:42 ` mike at compulab.co.il
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=cover.1305235542.git.mike@compulab.co.il \
--to=mike@compulab.co.il \
--cc=Tony.Lindgren.tony@atomide.com \
--cc=eballetbo@gmail.com \
--cc=linux-arm@vger.kernel.org \
--cc=linux-omap@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.