diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-11-17 14:02:57 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2016-11-17 14:23:01 +0100 |
commit | 8459d85fa38e8882a9767c105fc01cb8e95e7d5b (patch) | |
tree | 046a890e035c609509e7538a185a11a2ab398678 /target/linux/ipq806x/patches-4.4/006-mfd-qcom_rpm-Handle-message-RAM-clock.patch | |
parent | d723f2573af3a575c7a1c579bfdd4700d43ee798 (diff) | |
download | upstream-8459d85fa38e8882a9767c105fc01cb8e95e7d5b.tar.gz upstream-8459d85fa38e8882a9767c105fc01cb8e95e7d5b.tar.bz2 upstream-8459d85fa38e8882a9767c105fc01cb8e95e7d5b.zip |
ipq806x: refresh patches
This patch refreshes the ipq806x kernel patches.
There was a large PR for ipq806x in the queue when the kernel patches
were refreshed for 4.4.32, so currently there is quite much fuzz for
ipq806x.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'target/linux/ipq806x/patches-4.4/006-mfd-qcom_rpm-Handle-message-RAM-clock.patch')
-rw-r--r-- | target/linux/ipq806x/patches-4.4/006-mfd-qcom_rpm-Handle-message-RAM-clock.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/ipq806x/patches-4.4/006-mfd-qcom_rpm-Handle-message-RAM-clock.patch b/target/linux/ipq806x/patches-4.4/006-mfd-qcom_rpm-Handle-message-RAM-clock.patch index 01168bbb12..96b768d97c 100644 --- a/target/linux/ipq806x/patches-4.4/006-mfd-qcom_rpm-Handle-message-RAM-clock.patch +++ b/target/linux/ipq806x/patches-4.4/006-mfd-qcom_rpm-Handle-message-RAM-clock.patch @@ -37,8 +37,6 @@ Signed-off-by: Lee Jones <lee.jones@linaro.org> drivers/mfd/qcom_rpm.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -diff --git a/drivers/mfd/qcom_rpm.c b/drivers/mfd/qcom_rpm.c -index d330071..52fafea 100644 --- a/drivers/mfd/qcom_rpm.c +++ b/drivers/mfd/qcom_rpm.c @@ -21,6 +21,7 @@ @@ -57,7 +55,7 @@ index d330071..52fafea 100644 struct completion ack; struct mutex lock; -@@ -552,6 +554,20 @@ static int qcom_rpm_probe(struct platform_device *pdev) +@@ -503,6 +505,20 @@ static int qcom_rpm_probe(struct platfor mutex_init(&rpm->lock); init_completion(&rpm->ack); @@ -78,7 +76,7 @@ index d330071..52fafea 100644 irq_ack = platform_get_irq_byname(pdev, "ack"); if (irq_ack < 0) { dev_err(&pdev->dev, "required ack interrupt missing\n"); -@@ -672,7 +688,11 @@ static int qcom_rpm_probe(struct platform_device *pdev) +@@ -621,7 +637,11 @@ static int qcom_rpm_probe(struct platfor static int qcom_rpm_remove(struct platform_device *pdev) { @@ -90,5 +88,3 @@ index d330071..52fafea 100644 return 0; } --- -cgit v0.12 |