From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.arm.linux.org.uk
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 00/10] Omap updates for merge window after 2.6.30
Date: Tue, 26 May 2009 16:18:59 -0700 [thread overview]
Message-ID: <20090526231858.GI11865@atomide.com> (raw)
In-Reply-To: <20090519232905.12760.15490.stgit@localhost>
* Tony Lindgren <tony@atomide.com> [090519 16:31]:
> Hi all,
>
> This series contains omap updates for review. There will be one more
> series after this for omap3 specific patches.
I've merged these into omap for-next branch.
> Regards,
>
> Tony
>
> ---
>
> Eero Nurkkala (1):
> ARM: OMAP: McBSP: Fix legacy interrupts to clear their status
>
> Imre Deak (1):
> ARM: OMAP2: 2430SDP: Add FB support to board file
>
> Jarkko Nikula (1):
> ARM: OMAP: Update contact address of I2C registration helper
>
> Juha Yrjola (1):
> ARM: OMAP2/3: Add generic onenand support when connected to GPMC
>
> Mans Rullgard (1):
> ARM: OMAP: Increase VMALLOC_END to allow 256MB RAM
>
> Santosh Shilimkar (1):
> ARM: OMAP2/3: sDMA: Correct omap_request_dma_chain()
>
> Tomi Valkeinen (1):
> ARM: OMAP2/3: DMA: implement trans copy and const fill
>
> Tony Lindgren (3):
> ARM: OMAP2/3: Add generic smc91x support when connected to GPMC
> ARM: OMAP1: Make 770 LCD work
> ARM: OMAP1: Misc clean-up
>
>
> arch/arm/configs/rx51_defconfig | 2
> arch/arm/mach-omap1/Kconfig | 1
> arch/arm/mach-omap1/Makefile | 4
> arch/arm/mach-omap1/board-nokia770.c | 17 +
> arch/arm/mach-omap2/Makefile | 6
> arch/arm/mach-omap2/board-2430sdp.c | 112 ++------
> arch/arm/mach-omap2/board-3430sdp.c | 78 ++----
> arch/arm/mach-omap2/board-rx51-peripherals.c | 192 ++++++--------
> arch/arm/mach-omap2/gpmc-onenand.c | 340 +++++++++++++++++++++++++
> arch/arm/mach-omap2/gpmc-smc91x.c | 189 ++++++++++++++
> arch/arm/plat-omap/dma.c | 79 ++++--
> arch/arm/plat-omap/i2c.c | 2
> arch/arm/plat-omap/include/mach/dma.h | 3
> arch/arm/plat-omap/include/mach/gpmc-smc91x.h | 46 +++
> arch/arm/plat-omap/include/mach/hwa742.h | 5
> arch/arm/plat-omap/include/mach/onenand.h | 29 ++
> arch/arm/plat-omap/include/mach/vmalloc.h | 2
> arch/arm/plat-omap/mcbsp.c | 30 ++
> arch/arm/plat-omap/sram.c | 4
> drivers/video/omap/hwa742.c | 26 +-
> 20 files changed, 851 insertions(+), 316 deletions(-)
> create mode 100644 arch/arm/mach-omap2/gpmc-onenand.c
> create mode 100644 arch/arm/mach-omap2/gpmc-smc91x.c
> create mode 100644 arch/arm/plat-omap/include/mach/gpmc-smc91x.h
>
> --
> Signature
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2009-05-26 23:19 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-19 23:30 [PATCH 00/10] Omap updates for merge window after 2.6.30 Tony Lindgren
2009-05-19 23:32 ` [PATCH 01/10] ARM: OMAP: Increase VMALLOC_END to allow 256MB RAM Tony Lindgren
2009-05-19 23:33 ` [PATCH 02/10] ARM: OMAP: McBSP: Fix legacy interrupts to clear their status Tony Lindgren
2009-05-19 23:34 ` [PATCH 03/10] ARM: OMAP: Update contact address of I2C registration helper Tony Lindgren
2009-05-25 9:23 ` Russell King - ARM Linux
2009-05-25 11:32 ` Jarkko Nikula
2009-05-25 16:23 ` Tony Lindgren
2009-05-19 23:36 ` [PATCH 04/10] ARM: OMAP1: Misc clean-up Tony Lindgren
2009-05-19 23:37 ` [PATCH 05/10] ARM: OMAP1: Make 770 LCD work Tony Lindgren
2009-05-25 9:29 ` Russell King - ARM Linux
2009-05-25 13:21 ` Andrew de Quincey
2009-05-25 16:40 ` Andrew de Quincey
2009-05-28 18:20 ` Tony Lindgren
2009-05-28 18:44 ` Andrew de Quincey
2009-05-28 19:11 ` [PATCH 05/10] ARM: OMAP1: Make 770 LCD work, v2 Tony Lindgren
2009-05-28 21:03 ` [PATCH 05/10] ARM: OMAP1: Make 770 LCD work, v3 Tony Lindgren
2009-05-28 19:50 ` [PATCH 05/10] ARM: OMAP1: Make 770 LCD work Russell King - ARM Linux
2009-05-29 0:29 ` Andrew de Quincey
2009-06-01 13:57 ` Kalle Valo
2009-05-28 19:53 ` Russell King - ARM Linux
2009-05-28 21:02 ` [PATCH] ARM: Move clk_add_alias() to arch/arm/common/clkdev.c (Re: [PATCH 05/10] ARM: OMAP1: Make 770 LCD work) Tony Lindgren
2009-06-03 16:44 ` Tony Lindgren
2009-05-19 23:38 ` [PATCH 06/10] ARM: OMAP2/3: DMA: implement trans copy and const fill Tony Lindgren
2009-05-19 23:40 ` [PATCH 07/10] ARM: OMAP2/3: sDMA: Correct omap_request_dma_chain() Tony Lindgren
2009-05-25 9:34 ` Russell King - ARM Linux
2009-05-25 9:40 ` Shilimkar, Santosh
2009-05-25 16:28 ` [PATCH 07/10] ARM: OMAP2/3: sDMA: Correct omap_request_dma_chain(), v2 Tony Lindgren
2009-05-26 4:55 ` Shilimkar, Santosh
2009-05-19 23:41 ` [PATCH 08/10] ARM: OMAP2/3: Add generic onenand support when connected to GPMC Tony Lindgren
2009-05-25 9:43 ` Russell King - ARM Linux
2009-05-25 16:50 ` [PATCH 08/10] ARM: OMAP2/3: Add generic onenand support when connected to GPMC, v2 Tony Lindgren
2009-05-19 23:42 ` [PATCH 09/10] ARM: OMAP2/3: Add generic smc91x support when connected to GPMC Tony Lindgren
2009-05-25 9:46 ` Russell King - ARM Linux
2009-05-25 16:59 ` [PATCH 09/10] ARM: OMAP2/3: Add generic smc91x support when connected to GPMC, v2 Tony Lindgren
2009-05-19 23:44 ` [PATCH 10/10] ARM: OMAP2: 2430SDP: Add FB support to board file Tony Lindgren
2009-05-25 17:42 ` [PATCH 11/10] ARM: OMAP: Add some entries to MAINTAINERS Tony Lindgren
2009-05-26 23:18 ` Tony Lindgren [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=20090526231858.GI11865@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox