diff options
author | John Audia <therealgraysky@proton.me> | 2023-01-12 07:19:14 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-13 22:04:22 +0100 |
commit | 843e3dace75ccd0af1b0c82433f306f4df253082 (patch) | |
tree | 01a42525387b2121ba071ed1be083fc48e6f76a8 /target/linux/ipq806x/patches-5.15/111-v5.19-02-PM-devfreq-Add-cpu-based-scaling-support-to-passive-.patch | |
parent | c051693ef4873162801ebcaff17c55628e6a8482 (diff) | |
download | upstream-843e3dace75ccd0af1b0c82433f306f4df253082.tar.gz upstream-843e3dace75ccd0af1b0c82433f306f4df253082.tar.bz2 upstream-843e3dace75ccd0af1b0c82433f306f4df253082.zip |
kernel: bump 5.15 to 5.15.87
Removed upstreamed:
generic/hack-5.15/290-net-dsa-mv88e6xxx-depend-on-PTP-conditionally.patch[1]
Build system: x86_64
Build-tested: bcm2711/RPi4B, filogic/xiaomi_redmi-router-ax6000-ubootmod
Run-tested: bcm2711/RPi4B, filogic/xiaomi_redmi-router-ax6000-ubootmod
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.87&id=945e58bdaf6faf6e3f957d182244fa830acddab4
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/ipq806x/patches-5.15/111-v5.19-02-PM-devfreq-Add-cpu-based-scaling-support-to-passive-.patch')
-rw-r--r-- | target/linux/ipq806x/patches-5.15/111-v5.19-02-PM-devfreq-Add-cpu-based-scaling-support-to-passive-.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ipq806x/patches-5.15/111-v5.19-02-PM-devfreq-Add-cpu-based-scaling-support-to-passive-.patch b/target/linux/ipq806x/patches-5.15/111-v5.19-02-PM-devfreq-Add-cpu-based-scaling-support-to-passive-.patch index 52f1200c31..3dd61985b2 100644 --- a/target/linux/ipq806x/patches-5.15/111-v5.19-02-PM-devfreq-Add-cpu-based-scaling-support-to-passive-.patch +++ b/target/linux/ipq806x/patches-5.15/111-v5.19-02-PM-devfreq-Add-cpu-based-scaling-support-to-passive-.patch @@ -419,7 +419,7 @@ Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> struct thermal_cooling_device; /** -@@ -288,6 +289,11 @@ struct devfreq_simple_ondemand_data { +@@ -289,6 +290,11 @@ struct devfreq_simple_ondemand_data { #endif #if IS_ENABLED(CONFIG_DEVFREQ_GOV_PASSIVE) @@ -431,7 +431,7 @@ Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> /** * struct devfreq_passive_data - ``void *data`` fed to struct devfreq * and devfreq_add_device -@@ -299,8 +305,11 @@ struct devfreq_simple_ondemand_data { +@@ -300,8 +306,11 @@ struct devfreq_simple_ondemand_data { * using governors except for passive governor. * If the devfreq device has the specific method to decide * the next frequency, should use this callback. @@ -445,7 +445,7 @@ Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> * * The devfreq_passive_data have to set the devfreq instance of parent * device with governors except for the passive governor. But, don't need to -@@ -314,9 +323,13 @@ struct devfreq_passive_data { +@@ -315,9 +324,13 @@ struct devfreq_passive_data { /* Optional callback to decide the next frequency of passvice device */ int (*get_target_freq)(struct devfreq *this, unsigned long *freq); |