From d2a2eb7e48f66e82dee1bae444ecfaff2c526fe2 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 29 May 2015 12:26:01 +0000 Subject: ipq806x: replace caf nss-gmac driver by upstream stmmac This driver has been cherry-picked and backported from the following LKML thread: *https://lkml.org/lkml/2015/5/26/744 It also updates the DT accordingly. Signed-off-by: Mathieu Olivari SVN-Revision: 45831 --- .../125-regulator-qcom-rpm-Add-missing-state-flag-in-call-to.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'target/linux/ipq806x/patches-3.18/125-regulator-qcom-rpm-Add-missing-state-flag-in-call-to.patch') diff --git a/target/linux/ipq806x/patches-3.18/125-regulator-qcom-rpm-Add-missing-state-flag-in-call-to.patch b/target/linux/ipq806x/patches-3.18/125-regulator-qcom-rpm-Add-missing-state-flag-in-call-to.patch index 11a296af70..48921a8429 100644 --- a/target/linux/ipq806x/patches-3.18/125-regulator-qcom-rpm-Add-missing-state-flag-in-call-to.patch +++ b/target/linux/ipq806x/patches-3.18/125-regulator-qcom-rpm-Add-missing-state-flag-in-call-to.patch @@ -13,11 +13,9 @@ Signed-off-by: Lee Jones drivers/regulator/qcom_rpm-regulator.c | 1 + 1 file changed, 1 insertion(+) -diff --git a/drivers/regulator/qcom_rpm-regulator.c b/drivers/regulator/qcom_rpm-regulator.c -index 8364ff3..edd0a17 100644 --- a/drivers/regulator/qcom_rpm-regulator.c +++ b/drivers/regulator/qcom_rpm-regulator.c -@@ -205,6 +205,7 @@ static int rpm_reg_write(struct qcom_rpm_reg *vreg, +@@ -205,6 +205,7 @@ static int rpm_reg_write(struct qcom_rpm vreg->val[req->word] |= value << req->shift; return qcom_rpm_write(vreg->rpm, @@ -25,6 +23,3 @@ index 8364ff3..edd0a17 100644 vreg->resource, vreg->val, vreg->parts->request_len); --- -2.1.4 - -- cgit v1.2.3