mirror of https://github.com/hak5/openwrt.git
ipq806x: refresh kernel patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>master
parent
5318a6dea3
commit
0c97f034c9
|
@ -91,7 +91,7 @@ Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
|
|||
static int resources_available(void)
|
||||
{
|
||||
struct device *cpu_dev;
|
||||
@@ -251,10 +291,14 @@ static int cpufreq_init(struct cpufreq_p
|
||||
@@ -251,10 +290,14 @@ static int cpufreq_init(struct cpufreq_p
|
||||
__func__, ret);
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
mutex_unlock(&priv->lock);
|
||||
|
||||
return ret;
|
||||
@@ -202,6 +257,9 @@ static int cpufreq_init(struct cpufreq_p
|
||||
@@ -200,6 +255,9 @@ static int cpufreq_init(struct cpufreq_p
|
||||
bool fallback = false;
|
||||
const char *name;
|
||||
int ret;
|
||||
|
@ -82,7 +82,7 @@
|
|||
|
||||
cpu_dev = get_cpu_device(policy->cpu);
|
||||
if (!cpu_dev) {
|
||||
@@ -309,6 +367,57 @@ static int cpufreq_init(struct cpufreq_p
|
||||
@@ -307,6 +365,57 @@ static int cpufreq_init(struct cpufreq_p
|
||||
|
||||
policy->suspend_freq = dev_pm_opp_get_suspend_opp_freq(cpu_dev) / 1000;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
|
|||
|
||||
--- a/drivers/cpufreq/cpufreq-dt.c
|
||||
+++ b/drivers/cpufreq/cpufreq-dt.c
|
||||
@@ -147,8 +147,10 @@ static int opp_notifier(struct notifier_
|
||||
@@ -173,8 +173,10 @@ static int opp_notifier(struct notifier_
|
||||
ret = PTR_ERR(cpu_reg);
|
||||
goto out;
|
||||
}
|
||||
|
|
|
@ -227,7 +227,7 @@
|
|||
|
||||
#include "cpufreq-dt.h"
|
||||
|
||||
@@ -101,6 +102,13 @@ static int set_target(struct cpufreq_pol
|
||||
@@ -106,6 +107,13 @@ static int set_target(struct cpufreq_pol
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ will be executed twice with the same parameters for the same pinctrl.
|
|||
|
||||
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
|
||||
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
|
||||
@@ -656,6 +656,7 @@
|
||||
@@ -668,6 +668,7 @@
|
||||
reg = <0x800000 0x4000>;
|
||||
|
||||
gpio-controller;
|
||||
|
|
Loading…
Reference in New Issue