From 8459d85fa38e8882a9767c105fc01cb8e95e7d5b Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 17 Nov 2016 14:02:57 +0200 Subject: 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 --- .../patches-4.4/006-mfd-qcom_rpm-Handle-message-RAM-clock.patch | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'target/linux/ipq806x/patches-4.4/006-mfd-qcom_rpm-Handle-message-RAM-clock.patch') 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 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 -- cgit v1.2.3