[PATCH 1/8] OMAP PM: create a PM layer plugin for per-device constraints

Tony Lindgren tony at atomide.com
Wed May 4 09:59:30 EDT 2011


* jean.pihet at newoldbits.com <jean.pihet at newoldbits.com> [110504 06:32]:
>
> +int omap_pm_set_max_mpu_wakeup_lat(struct device *dev, long t)
...

> +int omap_pm_set_max_dev_wakeup_lat(struct device *req_dev, struct device *dev,
...

> +int omap_pm_set_min_clk_rate(struct device *dev, struct clk *c, long r)
...

You should implement this as a Linux generic framework, we don't
want to add more omap specific frameworks.

Or maybe you can leave this out if they're just stubs for TI CDP code?

Tony



More information about the linux-arm-kernel mailing list