From: b-cousson@ti.com (Benoit Cousson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] OMAP: hwmod core fix and cleanup for 2.6.38
Date: Wed, 15 Dec 2010 15:49:21 +0100 [thread overview]
Message-ID: <1292424567-25794-1-git-send-email-b-cousson@ti.com> (raw)
Hi Paul,
Here is a small series that just remove the omap_hwmod_mutex
and move functions not needed at runtime to the __init section.
It fix as well a bug discovered during the on-going hwmod migration
of device that does have a functional clock external (mcpdm).
It extends as well the fix Kevin did for wakeup for OMAP4 IP with
smart idle with wakeup support.
The series is based on my for_2.6.38/hwmod_data branch and is available
here: git://gitorious.org/omap-pm/linux.git for_2.6.38/hwmod
Tested on sdp4430 ES2.0 with omap2plus_defconfig.
It still requires some test on OMAP3 and OMAP2.
Thanks to Seb Guiriec for testing the SIDLE_SMART_WKUP fix.
Regards,
Benoit
Changes since v1:
http://www.spinics.net/lists/linux-omap/msg40580.html:
- Add SIDLE_SMART_WKUP flag support for OMAP4
Benoit Cousson (5):
OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregister
OMAP2+: hwmod: Mark functions used only during initialization with __init
OMAP2+: hwmod: Remove omap_hwmod_mutex
OMAP2+: hwmod: Add wakeup support for new OMAP4 IPs
OMAP4: hwmod data: Add SIDLE_SMART_WKUP modes to several IPs
Rajendra Nayak (1):
OMAP2+: hwmod: Disable clocks when hwmod enable fails
arch/arm/mach-omap2/omap_hwmod.c | 172 +++++++++++---------------
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 12 ++-
arch/arm/plat-omap/include/plat/omap_hwmod.h | 7 +-
3 files changed, 82 insertions(+), 109 deletions(-)
next reply other threads:[~2010-12-15 14:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-15 14:49 Benoit Cousson [this message]
2010-12-15 14:49 ` [PATCH v2 1/6] OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregister Benoit Cousson
2010-12-15 14:49 ` [PATCH v2 2/6] OMAP2+: hwmod: Mark functions used only during initialization with __init Benoit Cousson
2010-12-15 14:49 ` [PATCH v2 3/6] OMAP2+: hwmod: Remove omap_hwmod_mutex Benoit Cousson
2010-12-15 14:49 ` [PATCH v2 4/6] OMAP2+: hwmod: Disable clocks when hwmod enable fails Benoit Cousson
2010-12-15 14:49 ` [PATCH v2 5/6] OMAP2+: hwmod: Add wakeup support for new OMAP4 IPs Benoit Cousson
2010-12-15 14:49 ` [PATCH v2 6/6] OMAP4: hwmod data: Add SIDLE_SMART_WKUP modes to several IPs Benoit Cousson
2010-12-21 23:17 ` [PATCH v2 0/6] OMAP: hwmod core fix and cleanup for 2.6.38 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=1292424567-25794-1-git-send-email-b-cousson@ti.com \
--to=b-cousson@ti.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).