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 v2.6.38-rc2
Date: Mon, 24 Jan 2011 09:40:44 -0800 [thread overview]
Message-ID: <20110124174043.GA13589@atomide.com> (raw)
Hi 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
This is mostly to fix issues with recent omap1_defconfig and sched_clock
changes.
We need both the MPU timer and the 32KiHz timer usable together for
omap1_defconfig. This is needed as the 32KiHz timer is not available on
omap15xx or 730. Did not notice this earlier with omap1_defconfig as it
does not have CONFIG_PRINTK_TIME set currently..
Regards,
Tony
The following changes since commit 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5:
Linux 2.6.38-rc2 (2011-01-21 19:01:34 -0800)
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
Adrian Hunter (1):
omap: DMA: clear interrupt status correctly
Daniel Morsing (1):
OMAP3: Devkit8000: Fix tps65930 pullup/pulldown configuration
Felipe Balbi (1):
OMAP: PRCM: remove duplicated headers
Igor Grinberg (2):
arm: omap3: cm-t3517: rtc fix
arm: omap3: cm-t3517: minor comment fix
Paul Walmsley (2):
OMAP: counter_32k: init clocksource as part of machine timer init
OMAP4: clockdomain: bypass unimplemented wake-up dependency functions on OMAP4
Tony Lindgren (4):
Merge branch 'fixes_a_2.6.38rc' of git://git.pwsan.com/linux-2.6 into omap-fixes
omap1: Fix sched_clock for the MPU timer
omap1: Fix booting for 15xx and 730 with omap1_defconfig
omap1: Fix sched_clock implementation when both MPU timer and 32K timer are used
arch/arm/mach-omap1/Kconfig | 2 +
arch/arm/mach-omap1/Makefile | 3 +-
arch/arm/mach-omap1/time.c | 101 +++++++++++++++++++++++++--
arch/arm/mach-omap1/timer32k.c | 13 ++--
arch/arm/mach-omap2/board-cm-t3517.c | 29 ++++++--
arch/arm/mach-omap2/board-devkit8000.c | 3 +-
arch/arm/mach-omap2/clock44xx_data.c | 1 -
arch/arm/mach-omap2/clockdomain.c | 30 +++++++-
arch/arm/mach-omap2/clockdomains44xx_data.c | 2 -
arch/arm/mach-omap2/powerdomain2xxx_3xxx.c | 1 -
arch/arm/mach-omap2/timer-gp.c | 10 ++-
arch/arm/plat-omap/Kconfig | 8 +--
arch/arm/plat-omap/counter_32k.c | 22 ++++--
arch/arm/plat-omap/dma.c | 7 +-
arch/arm/plat-omap/include/plat/common.h | 3 +
15 files changed, 184 insertions(+), 51 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 v2.6.38-rc2
Date: Mon, 24 Jan 2011 09:40:44 -0800 [thread overview]
Message-ID: <20110124174043.GA13589@atomide.com> (raw)
Hi 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
This is mostly to fix issues with recent omap1_defconfig and sched_clock
changes.
We need both the MPU timer and the 32KiHz timer usable together for
omap1_defconfig. This is needed as the 32KiHz timer is not available on
omap15xx or 730. Did not notice this earlier with omap1_defconfig as it
does not have CONFIG_PRINTK_TIME set currently..
Regards,
Tony
The following changes since commit 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5:
Linux 2.6.38-rc2 (2011-01-21 19:01:34 -0800)
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
Adrian Hunter (1):
omap: DMA: clear interrupt status correctly
Daniel Morsing (1):
OMAP3: Devkit8000: Fix tps65930 pullup/pulldown configuration
Felipe Balbi (1):
OMAP: PRCM: remove duplicated headers
Igor Grinberg (2):
arm: omap3: cm-t3517: rtc fix
arm: omap3: cm-t3517: minor comment fix
Paul Walmsley (2):
OMAP: counter_32k: init clocksource as part of machine timer init
OMAP4: clockdomain: bypass unimplemented wake-up dependency functions on OMAP4
Tony Lindgren (4):
Merge branch 'fixes_a_2.6.38rc' of git://git.pwsan.com/linux-2.6 into omap-fixes
omap1: Fix sched_clock for the MPU timer
omap1: Fix booting for 15xx and 730 with omap1_defconfig
omap1: Fix sched_clock implementation when both MPU timer and 32K timer are used
arch/arm/mach-omap1/Kconfig | 2 +
arch/arm/mach-omap1/Makefile | 3 +-
arch/arm/mach-omap1/time.c | 101 +++++++++++++++++++++++++--
arch/arm/mach-omap1/timer32k.c | 13 ++--
arch/arm/mach-omap2/board-cm-t3517.c | 29 ++++++--
arch/arm/mach-omap2/board-devkit8000.c | 3 +-
arch/arm/mach-omap2/clock44xx_data.c | 1 -
arch/arm/mach-omap2/clockdomain.c | 30 +++++++-
arch/arm/mach-omap2/clockdomains44xx_data.c | 2 -
arch/arm/mach-omap2/powerdomain2xxx_3xxx.c | 1 -
arch/arm/mach-omap2/timer-gp.c | 10 ++-
arch/arm/plat-omap/Kconfig | 8 +--
arch/arm/plat-omap/counter_32k.c | 22 ++++--
arch/arm/plat-omap/dma.c | 7 +-
arch/arm/plat-omap/include/plat/common.h | 3 +
15 files changed, 184 insertions(+), 51 deletions(-)
next reply other threads:[~2011-01-24 17:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-24 17:40 Tony Lindgren [this message]
2011-01-24 17:40 ` [GIT PULL] omap fixes for v2.6.38-rc2 Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2011-01-31 18:04 Tony Lindgren
2011-01-31 18:04 ` 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=20110124174043.GA13589@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.