Re: [PATCH 0/2] OMAP: PM: switch from omap_pm_ functions to PM QoS
From: Jean Pihet <hidden>
Date: 2011-12-12 16:27:54
Also in:
linux-omap
Hi Kevin, Paul, ping on this series Thanks, Jean On Wed, Oct 19, 2011 at 4:28 PM, [off-list ref] wrote:
From: Jean Pihet <redacted> . Convert the OMAP I2C driver to the PM QoS API for MPU latency constraints . Remove the latency related functions from OMAP PM in favor of the generic per-device PM QoS API Apply on top of the OMAP PM QoS patch set [1]. Based on the pm-qos branch of the linux-pm git tree (3.1.0-rc3), cf. [2]. Tested on OMAP3 Beagleboard (ES2.x) with constraints on MPU, CORE, PER in RETention and OFF modes. [1] http://thread.gmane.org/gmane.linux.ports.arm.omap/65971 [2] git://github.com/rjwysocki/linux-pm.git Jean Pihet (2): OMAP: convert I2C driver to PM QoS for latency constraints OMAP: PM: remove the latency related functions from the API Documentation/arm/OMAP/omap_pm | 55 +++------------- arch/arm/plat-omap/i2c.c | 20 ------ 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 | 30 +++++----- include/linux/i2c-omap.h | 1 - 6 files changed, 24 insertions(+), 269 deletions(-) -- 1.7.4.1