From: Tony Lindgren <tony@atomide.com>
To: Russell King <linux@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.arm.linux.org.uk, linux-omap@vger.kernel.org
Subject: Re: git pull request for omap fixes, v3 (Re: [PATCH 00/11] Omap fixes for 2.6.30-rc1)
Date: Thu, 23 Apr 2009 11:20:54 -0700 [thread overview]
Message-ID: <20090423182054.GG22457@atomide.com> (raw)
In-Reply-To: <20090421155506.GE25864@atomide.com>
[-- Attachment #1: Type: text/plain, Size: 936 bytes --]
* Tony Lindgren <tony@atomide.com> [090421 08:55]:
> * Tony Lindgren <tony@atomide.com> [090420 21:58]:
> > * Tony Lindgren <tony@atomide.com> [090416 18:23]:
> > > * Tony Lindgren <tony@atomide.com> [090414 14:48]:
> > > > Hi all,
> > > >
> > > > Here are some omap fixes for review.
> > >
> > > Also merged in Paul's clock fixes posted here earlier.
> > >
> > > Russell, here's the pull request for you.
> >
> > I merged in Paul's updated patch "OMAP2/3 GPTIMER: allow system tick
> > GPTIMER to be changed in board-*.c files".
> >
> > The diff to earlier series and the updated pull request are attached.
I've updated the omap-fixes branch again with Paul's change to
"OMAP2xxx clock: pre-initialize struct clks early" patch as posted
on this mailing list.
Updated pull request below.
Tony
> FYI, there's also a compile fix for omap3 boards coming via the USB list:
>
> http://marc.info/?l=linux-usb&m=124024994725512&w=2
[-- Attachment #2: pull.txt --]
[-- Type: text/plain, Size: 3522 bytes --]
The following changes since commit 091069740304c979f957ceacec39c461d0192158:
Linus Torvalds (1):
Linux 2.6.30-rc3
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes
Arun KS (1):
OMAP1: clock: Typo fix for clock in omap1
Huang Weiyi (1):
ARM: OMAP3: remove duplicated #include
Jarkko Nikula (1):
ARM: OMAP2: Remove defines and resource init for OMAP24XX EAC
Kevin Hilman (2):
OMAP: dmtimer: enable all timers to be wakeup events
ARM: OMAP2/3: GPIO: do not attempt to wake-enable
Ladislav Michl (3):
ARM: OMAP: MMC: Remove unused power_pin
ARM: OMAP1: Simplify board-h2 MMC setup
ARM: OMAP1: Fix mmc_set_power GPIO usage
Paul Walmsley (4):
OMAP2xxx clock: pre-initialize struct clks early
OMAP2xxx clock: fix broken cpu_mask code
OMAP3 GPTIMER: fix GPTIMER12 IRQ
OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c files
Roel Kluin (1):
ARM: OMAP2: possible division by 0
Roger Quadros (2):
ARM: OMAP3: Fixed spurious IRQ issue for GPIO interrupts
ARM: OMAP3: Clean up spurious interrupt check logic
Santosh Shilimkar (1):
ARM: OMAP: Fix for possible race condition in omap_free_dma()
Sergio Aguirre (1):
OMAP3: clock: Camera module doesn't have IDLEST bit
Tony Lindgren (2):
ARM: OMAP: Remove old dead gpio expander code
Merge branch 'omap-clock-fixes' into omap-fixes
arch/arm/mach-omap1/board-h2-mmc.c | 14 +---
arch/arm/mach-omap1/board-h3-mmc.c | 6 +-
arch/arm/mach-omap1/board-h3.c | 101 ------------------------
arch/arm/mach-omap1/board-nokia770.c | 6 +-
arch/arm/mach-omap1/clock.c | 2 +-
arch/arm/mach-omap1/mcbsp.c | 4 +-
arch/arm/mach-omap2/board-h4.c | 95 ----------------------
arch/arm/mach-omap2/board-omap3beagle.c | 4 +
arch/arm/mach-omap2/board-rx51.c | 1 -
arch/arm/mach-omap2/clock24xx.c | 19 ++---
arch/arm/mach-omap2/clock24xx.h | 10 ++-
arch/arm/mach-omap2/clock34xx.c | 2 +-
arch/arm/mach-omap2/clock34xx.h | 7 +-
arch/arm/mach-omap2/devices.c | 33 --------
arch/arm/mach-omap2/irq.c | 4 +-
arch/arm/mach-omap2/timer-gp.c | 48 +++++++++++-
arch/arm/mach-omap2/usb-tusb6010.c | 2 +-
arch/arm/plat-omap/clock.c | 9 ++-
arch/arm/plat-omap/dma.c | 13 ++--
arch/arm/plat-omap/dmtimer.c | 28 ++++---
arch/arm/plat-omap/gpio.c | 20 ++---
arch/arm/plat-omap/include/mach/clock.h | 2 +-
arch/arm/plat-omap/include/mach/dmtimer.h | 2 +-
arch/arm/plat-omap/include/mach/eac.h | 100 -----------------------
arch/arm/plat-omap/include/mach/gpioexpander.h | 35 --------
arch/arm/plat-omap/include/mach/irda.h | 4 -
arch/arm/plat-omap/include/mach/mmc.h | 1 -
arch/arm/plat-omap/include/mach/timer-gp.h | 17 ++++
drivers/mmc/host/omap.c | 2 -
29 files changed, 140 insertions(+), 451 deletions(-)
delete mode 100644 arch/arm/plat-omap/include/mach/eac.h
delete mode 100644 arch/arm/plat-omap/include/mach/gpioexpander.h
create mode 100644 arch/arm/plat-omap/include/mach/timer-gp.h
next prev parent reply other threads:[~2009-04-23 18:21 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-14 21:47 [PATCH 00/11] Omap fixes for 2.6.30-rc1 Tony Lindgren
2009-04-14 21:49 ` [PATCH 01/11] ARM: OMAP: Fix for possible race condition in omap_free_dma() Tony Lindgren
2009-04-14 21:50 ` [PATCH 02/11] ARM: OMAP: Remove old dead gpio expander code Tony Lindgren
2009-04-14 21:51 ` [PATCH 03/11] ARM: OMAP: MMC: Remove unused power_pin Tony Lindgren
2009-04-14 21:53 ` [PATCH 04/11] ARM: OMAP1: Simplify board-h2 MMC setup Tony Lindgren
2009-04-14 21:54 ` [PATCH 05/11] ARM: OMAP1: Fix mmc_set_power GPIO usage Tony Lindgren
2009-04-14 21:55 ` [PATCH 06/11] ARM: OMAP2: Remove defines and resource init for OMAP24XX EAC Tony Lindgren
2009-04-14 21:57 ` [PATCH 07/11] ARM: OMAP2: possible division by 0 Tony Lindgren
2009-04-14 21:58 ` [PATCH 08/11] ARM: OMAP2/3: GPIO: do not attempt to wake-enable Tony Lindgren
2009-05-18 19:50 ` Hunter, Jon
2009-05-21 15:53 ` Kevin Hilman
2009-04-14 21:59 ` [PATCH 09/11] ARM: OMAP3: remove duplicated #include Tony Lindgren
2009-04-14 22:01 ` [PATCH 10/11] ARM: OMAP3: Fixed spurious IRQ issue for GPIO interrupts Tony Lindgren
2009-04-14 22:02 ` [PATCH 11/11] ARM: OMAP3: Clean up spurious interrupt check logic Tony Lindgren
2009-04-17 1:23 ` git pull request for omap fixes (Re: [PATCH 00/11] Omap fixes for 2.6.30-rc1) Tony Lindgren
2009-04-21 4:57 ` git pull request for omap fixes, v2 " Tony Lindgren
2009-04-21 15:55 ` Tony Lindgren
2009-04-23 18:20 ` Tony Lindgren [this message]
2009-04-24 17:53 ` git pull request for omap fixes, v4 " Tony Lindgren
2009-04-24 21:16 ` Russell King - ARM Linux
2009-04-24 21:33 ` Tony Lindgren
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=20090423182054.GG22457@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
/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