linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: OMAP: PM: remove the latency related functions from the API
@ 2012-04-18 13:55 jean.pihet
  2012-04-18 13:55 ` [PATCH 1/2] ARM: OMAP: convert I2C driver to PM QoS for latency constraints jean.pihet
  2012-04-18 13:55 ` [PATCH 2/2] ARM: OMAP: PM: remove the latency related functions from the API jean.pihet
  0 siblings, 2 replies; 4+ messages in thread
From: jean.pihet @ 2012-04-18 13:55 UTC (permalink / raw)
  To: linux-omap, paul, b-cousson, khilman, linux-arm-kernel; +Cc: Jean Pihet

From: Jean Pihet <j-pihet@ti.com>

Remove the following functions from the OMAP PM API and the callers
(currently only I2C driver):
 omap_pm_set_max_mpu_wakeup_lat
 omap_pm_set_max_dev_wakeup_lat
 omap_pm_set_max_sdma_lat
and updated the kernel Documentation accordingly.

The generic per-device PM QoS functions shall be used instead of the
OMAP PM API, cf. include/linux/pm_qos.h and
Documentation/power/pm_qos_interface.txt.

Based on the pm-qos branch of the linux-omap git tree (3.4.0-rc2) [1] with
the changes for the functional power states [2] and the per-device PM
QoS support for OMAP [3].

Tested cpuidle and suspend on OMAP3 Beagleboard (ES2.x) with constraints
on MPU, CORE, PER in RETention and OFF modes.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
[2] http://marc.info/?l=linux-omap&m=133475291911194&w=2
[3] http://marc.info/?l=linux-omap&m=133475685213067&w=2


Jean Pihet (2):
  ARM: OMAP: convert I2C driver to PM QoS for latency constraints
  ARM: OMAP: PM: remove the latency related functions from the API

 Documentation/arm/OMAP/omap_pm            |   68 ++++++--------------
 arch/arm/plat-omap/i2c.c                  |   21 ------
 arch/arm/plat-omap/include/plat/omap-pm.h |   99 -----------------------------
 arch/arm/plat-omap/omap-pm-noop.c         |   88 -------------------------
 drivers/i2c/busses/i2c-omap.c             |   28 +++++---
 include/linux/i2c-omap.h                  |    1 -
 6 files changed, 38 insertions(+), 267 deletions(-)

-- 
1.7.7.6


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-30 23:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18 13:55 [PATCH 0/2] ARM: OMAP: PM: remove the latency related functions from the API jean.pihet
2012-04-18 13:55 ` [PATCH 1/2] ARM: OMAP: convert I2C driver to PM QoS for latency constraints jean.pihet
2012-04-18 13:55 ` [PATCH 2/2] ARM: OMAP: PM: remove the latency related functions from the API jean.pihet
2012-04-30 23:08   ` Kevin Hilman

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).