From: Rafael J. Wysocki Date: Mon, 29 Dec 2014 20:24:00 +0000 (+0100) Subject: Merge branches 'pm-domains', 'powercap' and 'pm-tools' X-Git-Tag: v4.14-rc1~6200^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f2f2777892fdfe5f6999ae6b882ba5c0fa4bd60;p=platform%2Fkernel%2Flinux-rpi.git Merge branches 'pm-domains', 'powercap' and 'pm-tools' * pm-domains: PM / Domains: Export of_genpd_get_from_provider function * powercap: powercap / RAPL: add IDs for future Xeon CPUs * pm-tools: tools / cpupower: Fix no idle state information return value tools / cpupower: Correctly detect if running as root --- 4f2f2777892fdfe5f6999ae6b882ba5c0fa4bd60 diff --cc include/linux/pm_domain.h index 6cd20d5e,ba7ca54,73e938b,2e0e06d..a9edab2 --- a/include/linux/pm_domain.h +++ b/include/linux/pm_domain.h @@@@@ -75,11 -75,11 -72,8 -72,10 +75,11 @@@@@ struct generic_pm_domain bool max_off_time_changed; bool cached_power_down_ok; struct gpd_cpuidle_data *cpuidle_data; - void (*attach_dev)(struct device *dev); - void (*detach_dev)(struct device *dev); + int (*attach_dev)(struct generic_pm_domain *domain, + struct device *dev); + void (*detach_dev)(struct generic_pm_domain *domain, + struct device *dev); ++ unsigned int flags; /* Bit field of configs for genpd */ }; static inline struct generic_pm_domain *pd_to_genpd(struct dev_pm_domain *pd)