Hello Rafael,
As you requested, here is a new version of the cpufreq-dt patches, rebased on top of the latest Linus tree (52d589a01d4545ce1dc5c3892bb8c7b55edfe714 as I write this).
Compared to version 2:
- Rebased on top of latest Linus tree.
- Removed PATCH 3/4, which is meant to go through the mvebu maintainer tree. I'll push it post-rc1.
- Added Acked-by tags from Viresh, since he ACKed all the patches.
Could you take those patches and push them to 3.18 ?
Thanks a lot,
Thomas
Thomas Petazzoni (3): cpufreq: allow driver-specific data cpufreq: cpufreq-dt: extend with platform_data cpufreq: cpufreq-dt: adjust message related to regulators
drivers/cpufreq/cpufreq-dt.c | 21 +++++++++++++++++---- drivers/cpufreq/cpufreq.c | 15 +++++++++++++++ include/linux/cpufreq-dt.h | 22 ++++++++++++++++++++++ include/linux/cpufreq.h | 2 ++ 4 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 include/linux/cpufreq-dt.h