From: paul@pwsan.com (Paul Walmsley)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] OMAP: wd_timer: update integration code to use new hwmod changes
Date: Tue, 16 Nov 2010 03:25:12 -0700 [thread overview]
Message-ID: <20101116102205.27991.37909.stgit@twilight.localdomain> (raw)
Update the OMAP watchdog timer integration code to take advantage of
the new hwmod upgrades added by the "OMAP2+: hwmod core upgrades for
2.6.38: first set" series, posted previously. So that series needs
to be applied before these patches.
Charu, it would be great if you could take a look at these.
Tested on an OMAP34xx BeagleBoard with omap2plus_defconfig.
- Paul
---
wdt_2.6.38
text data bss dec hex filename
5709076 470560 5608992 11788628 b3e154 vmlinux.omap2plus_defconfig.orig
5708892 470560 5608992 11788444 b3e09c vmlinux.omap2plus_defconfig.patched
Paul Walmsley (3):
OMAP2+: wd_timer: separate watchdog disable code from the rest of mach-omap2/devices.c
OMAP2+: wd_timer: disable on boot via hwmod postsetup mechanism
OMAP: wd_timer: remove old, dead probing code
arch/arm/mach-omap2/Makefile | 2 -
arch/arm/mach-omap2/devices.c | 64 +---------------------------
arch/arm/mach-omap2/io.c | 18 ++++++++
arch/arm/mach-omap2/omap_hwmod_2420_data.c | 6 ++-
arch/arm/mach-omap2/omap_hwmod_2430_data.c | 6 ++-
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 6 ++-
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 6 ++-
arch/arm/mach-omap2/wd_timer.c | 54 ++++++++++++++++++++++++
arch/arm/mach-omap2/wd_timer.h | 17 +++++++
arch/arm/plat-omap/devices.c | 38 -----------------
10 files changed, 108 insertions(+), 109 deletions(-)
create mode 100644 arch/arm/mach-omap2/wd_timer.c
create mode 100644 arch/arm/mach-omap2/wd_timer.h
next reply other threads:[~2010-11-16 10:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-16 10:25 Paul Walmsley [this message]
2010-11-16 10:25 ` [PATCH 1/3] OMAP2+: wd_timer: separate watchdog disable code from the rest of mach-omap2/devices.c Paul Walmsley
2010-11-22 11:07 ` DebBarma, Tarun Kanti
2010-11-16 10:25 ` [PATCH 2/3] OMAP2+: wd_timer: disable on boot via hwmod postsetup mechanism Paul Walmsley
2010-11-16 10:25 ` [PATCH 3/3] OMAP: wd_timer: remove old, dead probing code Paul Walmsley
2010-11-16 12:47 ` Sergei Shtylyov
2010-11-16 16:29 ` Paul Walmsley
2010-12-21 22:30 ` Paul Walmsley
2010-11-16 10:37 ` [PATCH 0/3] OMAP: wd_timer: update integration code to use new hwmod changes Varadarajan, Charulatha
2010-11-16 16:48 ` Paul Walmsley
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=20101116102205.27991.37909.stgit@twilight.localdomain \
--to=paul@pwsan.com \
--cc=linux-arm-kernel@lists.infradead.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