Re: [PATCH 2/2] ARM: OMAP: PM: remove the latency related functions from the API

2012-04-30 Thread Kevin Hilman
jean.pi...@newoldbits.com writes: > From: Jean Pihet > > Remove the following functions from the OMAP PM API: > 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 funct

[PATCH 2/2] ARM: OMAP: PM: remove the latency related functions from the API

2012-04-18 Thread jean . pihet
From: Jean Pihet Remove the following functions from the OMAP PM API: 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.