From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/6] omap pm updates for v3.8 merge window
Date: Tue, 13 Nov 2012 11:11:32 -0800 [thread overview]
Message-ID: <20121113191132.GG6801@atomide.com> (raw)
In-Reply-To: <pull-1352828737-887235>
The following changes since commit 3d70f8c617a436c7146ecb81df2265b4626dfe89:
Linux 3.7-rc4 (2012-11-04 11:07:39 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.8/pm-signed
for you to fetch changes up to 46bf4a562207c5ebd24e1dde5e5ee326cd3d6b91:
Merge tag 'for_3.8-pm-voltage' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.8/pm (2012-11-06 17:06:37 -0800)
----------------------------------------------------------------
PM updates for omaps via Kevin Hilman <khilman@deeprootsystems.com>:
- Minor pr_warn() cleanup for OMAP2+ Voltage Processor (VP)
- OMAP: SmartReflex: pass device-independent data via platform_data
- OMAP voltage layer updates towards supporting auto-retention/auto-off
----------------------------------------------------------------
Jean Pihet (2):
ARM: OMAP: hwmod: align the SmartReflex fck names
ARM: OMAP: SmartReflex: pass device dependent data via platform data
Nishanth Menon (2):
ARM: OMAP2+: PM: VP: minor pr_warn updates
ARM: OMAP3+: PM: VP: use uV for max and min voltage limits
Tero Kristo (13):
ARM: OMAP: voltage: renamed vp_vddmin and vp_vddmax fields
ARM: OMAP3+: voltage: introduce omap vc / vp params for voltagedomains
ARM: OMAP3: VC: calculate ramp times
ARM: OMAP4: voltage: add support for VOLTSETUP_x_OFF register
ARM: OMAP4: VC: calculate ramp times
ARM: OMAP: add support for oscillator setup
ARM: OMAP3+: vp: use new vp_params for calculating vddmin and vddmax
ARM: OMAP3+: voltage: use oscillator data to calculate setup times
ARM: OMAP: TWL: change the vddmin / vddmax voltages to spec
ARM: OMAP3+: voltage: remove unused volt_setup_time parameter
ARM: OMAP4: vc: fix channel configuration
ARM: OMAP4: VC: setup I2C parameters based on board data
ARM: OMAP4: TWL: enable high speed mode for PMIC communication
Tony Lindgren (3):
Merge tag 'for_3.8-cleanup-pm' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.8/pm
Merge tag 'for_3.8-pm-sr' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.8/pm
Merge tag 'for_3.8-pm-voltage' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.8/pm
Vishwanath Sripathy (1):
ARM: OMAP4: OPP: add OMAP4460 definitions
arch/arm/mach-omap2/clock33xx_data.c | 12 +-
arch/arm/mach-omap2/clock3xxx_data.c | 12 +-
arch/arm/mach-omap2/clock44xx_data.c | 6 +-
arch/arm/mach-omap2/control.h | 1 +
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 8 +-
arch/arm/mach-omap2/omap_opp_data.h | 9 +-
arch/arm/mach-omap2/omap_twl.c | 73 +----
arch/arm/mach-omap2/opp4xxx_data.c | 98 +++++-
arch/arm/mach-omap2/pm.c | 30 ++
arch/arm/mach-omap2/pm.h | 10 +
arch/arm/mach-omap2/sr_device.c | 13 +
arch/arm/mach-omap2/vc.c | 451 ++++++++++++++++++++++++--
arch/arm/mach-omap2/vc.h | 8 +-
arch/arm/mach-omap2/vc3xxx_data.c | 22 ++
arch/arm/mach-omap2/vc44xx_data.c | 28 ++
arch/arm/mach-omap2/voltage.h | 44 ++-
arch/arm/mach-omap2/voltagedomains3xxx_data.c | 5 +
arch/arm/mach-omap2/voltagedomains44xx_data.c | 23 +-
arch/arm/mach-omap2/vp.c | 19 +-
arch/arm/mach-omap2/vp.h | 7 +
arch/arm/mach-omap2/vp3xxx_data.c | 10 +
arch/arm/mach-omap2/vp44xx_data.c | 15 +
drivers/power/avs/smartreflex.c | 54 +--
include/linux/power/smartreflex.h | 14 +-
24 files changed, 792 insertions(+), 180 deletions(-)
next prev parent reply other threads:[~2012-11-13 19:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <pull-1352828737-887235>
2012-11-13 19:07 ` [GIT PULL 2/6] omap prcm cleanup for v3.8 merge window, part2 Tony Lindgren
2012-11-13 19:10 ` [GIT PULL 3/6] omap device tree updates for v3.8 merge window Tony Lindgren
2012-11-13 19:11 ` Tony Lindgren [this message]
2012-11-13 19:12 ` [GIT PULL 5/6] omap board changes " Tony Lindgren
2012-11-13 19:13 ` [GIT PULL 6/6] omap gpmc " Tony Lindgren
2012-11-15 16:27 ` [GIT PULL 1/6] omap cleanup fixes " Arnd Bergmann
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=20121113191132.GG6801@atomide.com \
--to=tony@atomide.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).