From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.arm.linux.org.uk
Cc: linux-omap@vger.kernel.org
Subject: git-pull request for omap2 changes (Re: [PATCH 0/0] Refreshed omap2 patches, v3)
Date: Wed, 8 Oct 2008 10:42:59 +0300 [thread overview]
Message-ID: <20081008074257.GC30831@atomide.com> (raw)
In-Reply-To: <1223035009-23866-1-git-send-email-tony@atomide.com>
* Tony Lindgren <tony@atomide.com> [081003 14:54]:
> Hi all,
>
> Here are the refreshed omap2 patches that are still remaining
> from the earlier series [1] before the header move and other
> omap changes in Russell's devel branch.
>
> Some of the patches have been moved to Paul Walmsley's queue [2],
> and some to new omap3 queue, and some patches have been updated
> to merge in some new additions and fixes.
>
> I'll repost the omap3 queue shortly following these patches.
>
> Regards,
>
> Tony
>
> [1] http://article.gmane.org/gmane.linux.ports.arm.omap/10390
> [2] http://thread.gmane.org/gmane.linux.ports.arm.omap/12320
Here's the pull request for this series:
The following changes since commit 56f68556d7bbb51dd158c74deb09c783345bfbbd:
Russell King (1):
Merge unstable branch 'omap-rmk'
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap2-upstream
Jouni Hogander (1):
ARM: OMAP2 Provide function to enable/disable uart clocks
Paul Walmsley (2):
ARM: OMAP2: Fix sparse, checkpatch warnings fro GPMC code, use ioremap
ARM: OMAP2: Fix sparse, checkpatch warnings in OMAP2/3 IRQ code
Tony Lindgren (3):
ARM: OMAP2: Move sleep.S into sleep24xx.S
ARM: OMAP2: Use omap_globals for CPU detection for multi-omap
ARM: OMAP2: Misc updates from linux-omap tree
Vikram Pandita (1):
ARM: OMAP2: Add pinmux support for omap34xx
arch/arm/mach-omap1/devices.c | 2 +-
arch/arm/mach-omap2/Makefile | 5 +-
arch/arm/mach-omap2/clock.h | 1 +
arch/arm/mach-omap2/devices.c | 226 ++++++++++++++++++-----
arch/arm/mach-omap2/gpmc.c | 81 ++++++---
arch/arm/mach-omap2/id.c | 39 +++--
arch/arm/mach-omap2/io.c | 19 +-
arch/arm/mach-omap2/irq.c | 77 +++++----
arch/arm/mach-omap2/memory.h | 7 +
arch/arm/mach-omap2/mux.c | 202 +++++++++++++++++++-
arch/arm/mach-omap2/serial.c | 100 ++++------
arch/arm/mach-omap2/{sleep.S => sleep24xx.S} | 32 ++--
arch/arm/plat-omap/common.c | 4 +
arch/arm/plat-omap/devices.c | 11 +-
arch/arm/plat-omap/include/mach/board-2430sdp.h | 6 +-
arch/arm/plat-omap/include/mach/board-apollon.h | 6 +
arch/arm/plat-omap/include/mach/board-h4.h | 5 +-
arch/arm/plat-omap/include/mach/board.h | 2 +
arch/arm/plat-omap/include/mach/common.h | 3 +
arch/arm/plat-omap/include/mach/control.h | 17 ++-
arch/arm/plat-omap/include/mach/cpu.h | 5 +
arch/arm/plat-omap/include/mach/gpio.h | 2 +
arch/arm/plat-omap/include/mach/gpmc.h | 8 +
arch/arm/plat-omap/include/mach/hardware.h | 2 +-
arch/arm/plat-omap/include/mach/irqs.h | 6 +
arch/arm/plat-omap/include/mach/mux.h | 156 +++++++++++++++-
arch/arm/plat-omap/include/mach/omap1510.h | 2 +
arch/arm/plat-omap/include/mach/omap16xx.h | 7 +-
arch/arm/plat-omap/include/mach/omap24xx.h | 1 +
arch/arm/plat-omap/include/mach/omapfb.h | 3 +
arch/arm/plat-omap/include/mach/pm.h | 3 +-
arch/arm/plat-omap/include/mach/sdrc.h | 2 +
arch/arm/plat-omap/include/mach/serial.h | 6 +
33 files changed, 799 insertions(+), 249 deletions(-)
rename arch/arm/mach-omap2/{sleep.S => sleep24xx.S} (85%)
prev parent reply other threads:[~2008-10-08 7:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-03 11:56 [PATCH 0/0] Refreshed omap2 patches, v3 Tony Lindgren
2008-10-03 11:56 ` [PATCH 01/07] ARM: OMAP2 Provide function to enable/disable uart clocks Tony Lindgren
2008-10-03 11:56 ` [PATCH 02/07] ARM: OMAP2: Move sleep.S into sleep24xx.S Tony Lindgren
2008-10-03 11:56 ` [PATCH 03/07] ARM: OMAP2: Use omap_globals for CPU detection for multi-omap Tony Lindgren
2008-10-03 11:56 ` [PATCH 04/07] ARM: OMAP2: Add pinmux support for omap34xx Tony Lindgren
2008-10-03 11:56 ` [PATCH 05/07] ARM: OMAP2: Fix sparse, checkpatch warnings fro GPMC code, use ioremap Tony Lindgren
2008-10-03 11:56 ` [PATCH 06/07] ARM: OMAP2: Misc updates from linux-omap tree Tony Lindgren
2008-10-03 11:56 ` [PATCH 07/07] ARM: OMAP2: Fix sparse, checkpatch warnings in OMAP2/3 IRQ code Tony Lindgren
2008-10-09 14:37 ` Russell King - ARM Linux
2008-10-09 15:04 ` Tony Lindgren
2008-10-08 7:39 ` [PATCH 06/07] ARM: OMAP2: Misc updates from linux-omap tree, v3 Tony Lindgren
2008-10-09 15:02 ` [PATCH 06/07] ARM: OMAP2: Misc updates from linux-omap tree, v4 Tony Lindgren
2008-10-03 12:13 ` [PATCH 0/0] Refreshed omap2 patches, v3 Tony Lindgren
2008-10-08 7:42 ` 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=20081008074257.GC30831@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 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.