diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-11-06 20:31:32 +0400 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-11-14 14:51:15 +0400 |
commit | 49839dc93970789cea46f5171cd7f6ec11af64c7 (patch) | |
tree | 200e6277d9c9180961dd63e73544a30242a53d5c /include/linux/i2c-omap.h | |
parent | 7c3fe64d133fbe4132d9966cd2f79a7193f13139 (diff) | |
download | linux-49839dc93970789cea46f5171cd7f6ec11af64c7.tar.xz |
Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"
This reverts commit 3db11feffc1ad2ab9dea27789e6b5b3032827adc
(ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints).
This commit causes I2C timeouts to appear on several OMAP3430/3530-based
boards:
http://marc.info/?l=linux-arm-kernel&m=135071372426971&w=2
http://marc.info/?l=linux-arm-kernel&m=135067558415214&w=2
http://marc.info/?l=linux-arm-kernel&m=135216013608196&w=2
and appears to have been sent for merging before one of its prerequisites
was merged:
http://marc.info/?l=linux-arm-kernel&m=135219411617621&w=2
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Acked-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'include/linux/i2c-omap.h')
-rw-r--r-- | include/linux/i2c-omap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c-omap.h b/include/linux/i2c-omap.h index df804ba73e0b..92a0dc75bc74 100644 --- a/include/linux/i2c-omap.h +++ b/include/linux/i2c-omap.h @@ -34,6 +34,7 @@ struct omap_i2c_bus_platform_data { u32 clkrate; u32 rev; u32 flags; + void (*set_mpu_wkup_lat)(struct device *dev, long set); }; #endif |