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

2011-05-06 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [110505 08:56]: So the problem is patches 1 8 in this series. The rest is just fine as it's the necessary omap hardware specific implementation. Sorry, patches 1 7 I mean. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the

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

2011-05-04 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com Created arch/arm/plat-omap/omap-pm-constraints.c file from arch/arm/plat-omap/omap-pm-noop.c and the associated Kconfig option OMAP_PM_CONSTRAINTS. Based on the original patch from Vishwanath, cf. https://patchwork.kernel.org/patch/327312/ Cc: Vishwanath BS

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

2011-05-04 Thread Tony Lindgren
* jean.pi...@newoldbits.com jean.pi...@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,

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

2011-05-04 Thread Kevin Hilman
Tony, Tony Lindgren t...@atomide.com writes: * jean.pi...@newoldbits.com jean.pi...@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

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

2011-03-30 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com Created arch/arm/plat-omap/omap-pm-constraints.c file from arch/arm/plat-omap/omap-pm-noop.c and the associated Kconfig option OMAP_PM_CONSTRAINTS. Based on the original patch from Vishwanath, cf. https://patchwork.kernel.org/patch/327312/ Cc: Vishwanath BS