From: Tony Lindgren <tony@atomide.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap-fixes for 2.6.33-rc5
Date: Mon, 25 Jan 2010 16:53:42 -0800 [thread overview]
Message-ID: <20100126005342.GE2879@atomide.com> (raw)
Linus,
Please pull omap-fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Regards,
Tony
The following changes since commit 92dcffb916d309aa01778bf8963a6932e4014d07:
Linus Torvalds (1):
Linux 2.6.33-rc5
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Kevin Hilman (1):
OMAP: timekeeping: time should not stop during suspend
Manjunatha GK (1):
OMAP3: PM debug: fix build error when !CONFIG_DEBUG_FS
Olof Johansson (1):
omap: Enable GPMC clock in gpmc_init
Paul Walmsley (1):
OMAP1 clock: fix for "BUG: spinlock lockup on CPU#0"
Peter Ujfalusi (1):
OMAP3: PM: Enable wake-up from McBSP2, 3 and 4 modules
Rajendra Nayak (2):
OMAP4: PRCM: Fix the base address for CHIRONSS reg defines
OMAP4: clocks: Fix the clksel_rate struct DPLL divs
Roel Kluin (2):
OMAP: dma_chan[lch_head].flag & OMAP_DMA_ACTIVE tested twice in omap_dma_unlink_lch()
OMAP: omap3_pm_get_suspend_state() error ignored in pwrdm_suspend_get()
Russell King (1):
OMAP3: clock: Remove unnecessarily .init initializers from OMAP3 clocks
Sanjeev Premi (1):
OMAP3: PM: Remove duplicate code blocks
Sergio Aguirre (1):
PM debug: Fix warning when no CONFIG_DEBUG_FS
Sripathy, Vishwanath (1):
OMAP3: PM: Removing redundant and potentially dangerous PRCM configration
Subramani Venkatesh (1):
OMAP3: PM: DSS PM_WKEN to refill DMA
Tero Kristo (7):
OMAP3: PM: Ack pending interrupts before entering suspend
OMAP3: PM: Enable system control module autoidle
OMAP3: PM: Disable interrupt controller AUTOIDLE before WFI
OMAP3: CPUidle: Fixed timer resolution
OMAP3: Fixed ARM aux ctrl register save/restore
OMAP3: PM: Force write last pad config register into save area
OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timer
Thara Gopinath (1):
OMAP3: hwmod: Adding flag to prevent caching of sysconfig register.
Tony Lindgren (6):
omap: Fix cmdline muxing
omap: Fix functions for dynamic remuxing of pins
omap3: Fix cpu detection
Merge branch 'for_2.6.33rc_d' of git://git.pwsan.com/linux-2.6 into omap-fixes-for-linus
Merge branch 'pm-fixes' of master.kernel.org:/.../khilman/linux-omap-pm into omap-fixes-for-linus
Merge branch 'omap-fixes' into omap-fixes-for-linus
arch/arm/mach-omap1/clock.c | 6 +-
arch/arm/mach-omap2/clock34xx_data.c | 4 --
arch/arm/mach-omap2/clock44xx_data.c | 62 +++++++++++++-------------
arch/arm/mach-omap2/cpuidle34xx.c | 2 +-
arch/arm/mach-omap2/gpmc.c | 2 +
arch/arm/mach-omap2/id.c | 41 ++++++++++-------
arch/arm/mach-omap2/irq.c | 18 +++++++
arch/arm/mach-omap2/mux.c | 27 ++++++-----
arch/arm/mach-omap2/mux.h | 24 ++++++++++
arch/arm/mach-omap2/omap_hwmod.c | 3 +-
arch/arm/mach-omap2/pm-debug.c | 12 +++---
arch/arm/mach-omap2/pm.h | 8 +++-
arch/arm/mach-omap2/pm34xx.c | 47 +++++++++++---------
arch/arm/mach-omap2/prcm.c | 11 -----
arch/arm/mach-omap2/prm.h | 2 +
arch/arm/mach-omap2/prm44xx.h | 32 +++++++-------
arch/arm/mach-omap2/sleep34xx.S | 13 ++++--
arch/arm/plat-omap/common.c | 26 +++++++++++
arch/arm/plat-omap/dma.c | 2 +-
arch/arm/plat-omap/dmtimer.c | 13 +++++
arch/arm/plat-omap/include/plat/cpu.h | 1 +
arch/arm/plat-omap/include/plat/irqs.h | 3 +
arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 +
23 files changed, 229 insertions(+), 131 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap-fixes for 2.6.33-rc5
Date: Mon, 25 Jan 2010 16:53:42 -0800 [thread overview]
Message-ID: <20100126005342.GE2879@atomide.com> (raw)
Linus,
Please pull omap-fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Regards,
Tony
The following changes since commit 92dcffb916d309aa01778bf8963a6932e4014d07:
Linus Torvalds (1):
Linux 2.6.33-rc5
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Kevin Hilman (1):
OMAP: timekeeping: time should not stop during suspend
Manjunatha GK (1):
OMAP3: PM debug: fix build error when !CONFIG_DEBUG_FS
Olof Johansson (1):
omap: Enable GPMC clock in gpmc_init
Paul Walmsley (1):
OMAP1 clock: fix for "BUG: spinlock lockup on CPU#0"
Peter Ujfalusi (1):
OMAP3: PM: Enable wake-up from McBSP2, 3 and 4 modules
Rajendra Nayak (2):
OMAP4: PRCM: Fix the base address for CHIRONSS reg defines
OMAP4: clocks: Fix the clksel_rate struct DPLL divs
Roel Kluin (2):
OMAP: dma_chan[lch_head].flag & OMAP_DMA_ACTIVE tested twice in omap_dma_unlink_lch()
OMAP: omap3_pm_get_suspend_state() error ignored in pwrdm_suspend_get()
Russell King (1):
OMAP3: clock: Remove unnecessarily .init initializers from OMAP3 clocks
Sanjeev Premi (1):
OMAP3: PM: Remove duplicate code blocks
Sergio Aguirre (1):
PM debug: Fix warning when no CONFIG_DEBUG_FS
Sripathy, Vishwanath (1):
OMAP3: PM: Removing redundant and potentially dangerous PRCM configration
Subramani Venkatesh (1):
OMAP3: PM: DSS PM_WKEN to refill DMA
Tero Kristo (7):
OMAP3: PM: Ack pending interrupts before entering suspend
OMAP3: PM: Enable system control module autoidle
OMAP3: PM: Disable interrupt controller AUTOIDLE before WFI
OMAP3: CPUidle: Fixed timer resolution
OMAP3: Fixed ARM aux ctrl register save/restore
OMAP3: PM: Force write last pad config register into save area
OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timer
Thara Gopinath (1):
OMAP3: hwmod: Adding flag to prevent caching of sysconfig register.
Tony Lindgren (6):
omap: Fix cmdline muxing
omap: Fix functions for dynamic remuxing of pins
omap3: Fix cpu detection
Merge branch 'for_2.6.33rc_d' of git://git.pwsan.com/linux-2.6 into omap-fixes-for-linus
Merge branch 'pm-fixes' of master.kernel.org:/.../khilman/linux-omap-pm into omap-fixes-for-linus
Merge branch 'omap-fixes' into omap-fixes-for-linus
arch/arm/mach-omap1/clock.c | 6 +-
arch/arm/mach-omap2/clock34xx_data.c | 4 --
arch/arm/mach-omap2/clock44xx_data.c | 62 +++++++++++++-------------
arch/arm/mach-omap2/cpuidle34xx.c | 2 +-
arch/arm/mach-omap2/gpmc.c | 2 +
arch/arm/mach-omap2/id.c | 41 ++++++++++-------
arch/arm/mach-omap2/irq.c | 18 +++++++
arch/arm/mach-omap2/mux.c | 27 ++++++-----
arch/arm/mach-omap2/mux.h | 24 ++++++++++
arch/arm/mach-omap2/omap_hwmod.c | 3 +-
arch/arm/mach-omap2/pm-debug.c | 12 +++---
arch/arm/mach-omap2/pm.h | 8 +++-
arch/arm/mach-omap2/pm34xx.c | 47 +++++++++++---------
arch/arm/mach-omap2/prcm.c | 11 -----
arch/arm/mach-omap2/prm.h | 2 +
arch/arm/mach-omap2/prm44xx.h | 32 +++++++-------
arch/arm/mach-omap2/sleep34xx.S | 13 ++++--
arch/arm/plat-omap/common.c | 26 +++++++++++
arch/arm/plat-omap/dma.c | 2 +-
arch/arm/plat-omap/dmtimer.c | 13 +++++
arch/arm/plat-omap/include/plat/cpu.h | 1 +
arch/arm/plat-omap/include/plat/irqs.h | 3 +
arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 +
23 files changed, 229 insertions(+), 131 deletions(-)
next reply other threads:[~2010-01-26 0:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-26 0:53 Tony Lindgren [this message]
2010-01-26 0:53 ` [GIT PULL] omap-fixes for 2.6.33-rc5 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=20100126005342.GE2879@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=torvalds@linux-foundation.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.