From: paul@pwsan.com (Paul Walmsley)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] OMAP2+: hwmod core upgrades for 2.6.38: first set
Date: Tue, 16 Nov 2010 03:18:01 -0700 [thread overview]
Message-ID: <20101116101615.22777.49212.stgit@twilight.localdomain> (raw)
This patch series contains upgrades for the OMAP2+ hwmod core
code, intended for 2.6.38. Most of these patches were developed
in response to use-cases discovered while converting device
drivers to use the hwmod code.
Tested on an OMAP34xx BeagleBoard with omap2plus_defconfig.
- Paul
---
hwmod_a_2.6.38
text data bss dec hex filename
5708416 472960 5608992 11790368 b3e820 vmlinux.omap2plus_defconfig.orig
5709076 470560 5608992 11788628 b3e154 vmlinux.omap2plus_defconfig.patched
Paul Walmsley (7):
OMAP2+: io: split omap2_init_common_hw()
OMAP2+: hwmod: allow custom pre-shutdown functions
OMAP2+: hwmod: add postsetup state
OMAP2+: hwmod: add support for per-class custom device reset functions
OMAP2+: hwmod: rename omap_hwmod_mutex to _hwmod_list_mutex
OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlock
OMAP2+: hwmod: fix a warning, add some docs, remove unused fields
Rajendra Nayak (1):
OMAP2+: hwmod: Update the sysc_cache in case module context is lost
arch/arm/mach-omap2/board-2430sdp.c | 3
arch/arm/mach-omap2/board-3430sdp.c | 3
arch/arm/mach-omap2/board-3630sdp.c | 5
arch/arm/mach-omap2/board-4430sdp.c | 3
arch/arm/mach-omap2/board-am3517evm.c | 4
arch/arm/mach-omap2/board-apollon.c | 3
arch/arm/mach-omap2/board-cm-t35.c | 3
arch/arm/mach-omap2/board-cm-t3517.c | 3
arch/arm/mach-omap2/board-devkit8000.c | 5
arch/arm/mach-omap2/board-generic.c | 3
arch/arm/mach-omap2/board-h4.c | 3
arch/arm/mach-omap2/board-igep0020.c | 4
arch/arm/mach-omap2/board-igep0030.c | 4
arch/arm/mach-omap2/board-ldp.c | 3
arch/arm/mach-omap2/board-n8x0.c | 3
arch/arm/mach-omap2/board-omap3beagle.c | 5
arch/arm/mach-omap2/board-omap3evm.c | 3
arch/arm/mach-omap2/board-omap3logic.c | 3
arch/arm/mach-omap2/board-omap3pandora.c | 5
arch/arm/mach-omap2/board-omap3stalker.c | 3
arch/arm/mach-omap2/board-omap3touchbook.c | 5
arch/arm/mach-omap2/board-omap4panda.c | 3
arch/arm/mach-omap2/board-overo.c | 5
arch/arm/mach-omap2/board-rx51.c | 3
arch/arm/mach-omap2/board-zoom.c | 9 -
arch/arm/mach-omap2/io.c | 32 ++-
arch/arm/mach-omap2/omap_hwmod.c | 264 ++++++++++++++++++--------
arch/arm/mach-omap2/omap_hwmod_2430_data.c | 2
arch/arm/mach-omap2/serial.c | 9 -
arch/arm/plat-omap/include/plat/io.h | 5
arch/arm/plat-omap/include/plat/omap_hwmod.h | 47 +++--
31 files changed, 302 insertions(+), 153 deletions(-)
next reply other threads:[~2010-11-16 10:18 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-16 10:18 Paul Walmsley [this message]
2010-11-16 10:18 ` [PATCH 1/8] OMAP2+: io: split omap2_init_common_hw() Paul Walmsley
2010-12-21 22:38 ` Paul Walmsley
2010-11-16 10:18 ` [PATCH 2/8] OMAP2+: hwmod: allow custom pre-shutdown functions Paul Walmsley
2010-11-16 10:18 ` [PATCH 3/8] OMAP2+: hwmod: add postsetup state Paul Walmsley
2010-11-16 10:18 ` [PATCH 4/8] OMAP2+: hwmod: add support for per-class custom device reset functions Paul Walmsley
2010-11-16 10:18 ` [PATCH 5/8] OMAP2+: hwmod: rename omap_hwmod_mutex to _hwmod_list_mutex Paul Walmsley
2010-11-16 17:32 ` Cousson, Benoit
2010-11-19 5:29 ` Paul Walmsley
2010-11-16 10:18 ` [PATCH 6/8] OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlock Paul Walmsley
2010-12-15 4:03 ` Paul Walmsley
2010-11-16 10:18 ` [PATCH 7/8] OMAP2+: hwmod: fix a warning, add some docs, remove unused fields Paul Walmsley
2010-11-16 10:18 ` [PATCH 8/8] OMAP2+: hwmod: Update the sysc_cache in case module context is lost Paul Walmsley
2010-11-16 16:47 ` [PATCH 0/8] OMAP2+: hwmod core upgrades for 2.6.38: first set Paul Walmsley
2010-11-22 21:56 ` Kevin Hilman
2010-11-23 0:15 ` Paul Walmsley
2010-12-07 21:41 ` Kevin Hilman
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=20101116101615.22777.49212.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;
as well as URLs for NNTP newsgroup(s).