
Jie Zhan (3): PM / devfreq: Allow devfreq driver to add custom sysfs ABIs PM / devfreq: Add HiSilicon uncore frequency scaling driver openeuler_defconfig: Enable devfreq and hisi_uncore_freq by default Lifeng Zheng (4): PM / devfreq: governor: Replace sscanf() with kstrtoul() in set_freq_store() PM / devfreq: Limit max_freq with scaling_min_freq PM / devfreq: Remove redundant devfreq_get_freq_range() calling in devfreq_add_device() PM / devfreq: Check governor before using governor->name Sudeep Holla (6): mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check mailbox: pcc: Use acpi_os_ioremap() instead of ioremap() mailbox: pcc: Refactor error handling in irq handler into separate function mailbox: pcc: Always map the shared memory communication address mailbox: pcc: Refactor and simplify check_and_ack() Documentation/ABI/testing/sysfs-class-devfreq | 9 + arch/arm64/configs/openeuler_defconfig | 17 +- drivers/devfreq/Kconfig | 11 + drivers/devfreq/Makefile | 1 + drivers/devfreq/devfreq.c | 21 +- drivers/devfreq/governor_userspace.c | 6 +- drivers/devfreq/hisi_uncore_freq.c | 656 ++++++++++++++++++ drivers/mailbox/pcc.c | 98 ++- include/acpi/pcc.h | 6 - include/linux/devfreq.h | 4 + 10 files changed, 753 insertions(+), 76 deletions(-) create mode 100644 drivers/devfreq/hisi_uncore_freq.c -- 2.33.0