diff options
author | John Crispin <blogic@openwrt.org> | 2015-05-29 12:26:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-05-29 12:26:01 +0000 |
commit | b7e1d8878900efe4c94f8ec1f3dc8a42d526fe9d (patch) | |
tree | 149ce27633bd192ec3d1ed3ac5220455879ba7b1 /target/linux/ipq806x/patches-3.18/125-regulator-qcom-rpm-Add-missing-state-flag-in-call-to.patch | |
parent | 3b223a0d0e1c7bdf53b0205da4b91712891d2191 (diff) | |
download | upstream-b7e1d8878900efe4c94f8ec1f3dc8a42d526fe9d.tar.gz upstream-b7e1d8878900efe4c94f8ec1f3dc8a42d526fe9d.tar.bz2 upstream-b7e1d8878900efe4c94f8ec1f3dc8a42d526fe9d.zip |
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 <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45831 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ipq806x/patches-3.18/125-regulator-qcom-rpm-Add-missing-state-flag-in-call-to.patch')
-rw-r--r-- | target/linux/ipq806x/patches-3.18/125-regulator-qcom-rpm-Add-missing-state-flag-in-call-to.patch | 7 |
1 files changed, 1 insertions, 6 deletions
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 <lee.jones@linaro.org> 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 - |