aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/patches-3.18/132-clk-Add-clk_unregister_-divider-gate-mux-to-close-me.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-05-29 12:26:01 +0000
committerJohn Crispin <blogic@openwrt.org>2015-05-29 12:26:01 +0000
commitb7e1d8878900efe4c94f8ec1f3dc8a42d526fe9d (patch)
tree149ce27633bd192ec3d1ed3ac5220455879ba7b1 /target/linux/ipq806x/patches-3.18/132-clk-Add-clk_unregister_-divider-gate-mux-to-close-me.patch
parent3b223a0d0e1c7bdf53b0205da4b91712891d2191 (diff)
downloadmaster-187ad058-b7e1d8878900efe4c94f8ec1f3dc8a42d526fe9d.tar.gz
master-187ad058-b7e1d8878900efe4c94f8ec1f3dc8a42d526fe9d.tar.bz2
master-187ad058-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/132-clk-Add-clk_unregister_-divider-gate-mux-to-close-me.patch')
-rw-r--r--target/linux/ipq806x/patches-3.18/132-clk-Add-clk_unregister_-divider-gate-mux-to-close-me.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/patches-3.18/132-clk-Add-clk_unregister_-divider-gate-mux-to-close-me.patch b/target/linux/ipq806x/patches-3.18/132-clk-Add-clk_unregister_-divider-gate-mux-to-close-me.patch
index 127afd265f..790f25d28d 100644
--- a/target/linux/ipq806x/patches-3.18/132-clk-Add-clk_unregister_-divider-gate-mux-to-close-me.patch
+++ b/target/linux/ipq806x/patches-3.18/132-clk-Add-clk_unregister_-divider-gate-mux-to-close-me.patch
@@ -22,7 +22,7 @@ Signed-off-by: Michael Turquette <mturquette@linaro.org>
--- a/drivers/clk/clk-divider.c
+++ b/drivers/clk/clk-divider.c
-@@ -463,3 +463,19 @@ struct clk *clk_register_divider_table(s
+@@ -461,3 +461,19 @@ struct clk *clk_register_divider_table(s
width, clk_divider_flags, table, lock);
}
EXPORT_SYMBOL_GPL(clk_register_divider_table);