summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-4.4
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-04-15 17:00:49 +0200
committerJo-Philipp Wich <jo@mein.io>2017-04-15 17:20:51 +0200
commit6ca5ccc62019cf9376b552c0635f4242dd4fae0f (patch)
treecce09024d290b85a3e0a849ca4161e3eca08ddbe /target/linux/ramips/patches-4.4
parentc2999ef592cd130a722c15c7d885ef3ca32a151b (diff)
downloadmtk-20170518-6ca5ccc62019cf9376b552c0635f4242dd4fae0f.zip
mtk-20170518-6ca5ccc62019cf9376b552c0635f4242dd4fae0f.tar.gz
mtk-20170518-6ca5ccc62019cf9376b552c0635f4242dd4fae0f.tar.bz2
kernel: update kernel 4.4 to 4.4.61
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ramips/patches-4.4')
-rw-r--r--target/linux/ramips/patches-4.4/200-rt3883-fix-pinctrl-typo.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ramips/patches-4.4/200-rt3883-fix-pinctrl-typo.patch b/target/linux/ramips/patches-4.4/200-rt3883-fix-pinctrl-typo.patch
deleted file mode 100644
index aa55fd9..0000000
--- a/target/linux/ramips/patches-4.4/200-rt3883-fix-pinctrl-typo.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 2583143af8111d430bdca0268b6cdb7ccc7c3f9d Mon Sep 17 00:00:00 2001
-From: Daniel Golle <daniel@makrotopia.org>
-Date: Fri, 13 Jan 2017 05:40:04 +0100
-Subject: [PATCH] mips: ralink/rt3883: fix typo in pinctrl lna_g_func
-
-Signed-off-by: Daniel Golle <daniel@makrotopia.org>
----
- arch/mips/ralink/rt3883.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/arch/mips/ralink/rt3883.c
-+++ b/arch/mips/ralink/rt3883.c
-@@ -36,7 +36,7 @@ static struct rt2880_pmx_func uartlite_f
- static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
- static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
- static struct rt2880_pmx_func lna_a_func[] = { FUNC("lna a", 0, 32, 3) };
--static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna a", 0, 35, 3) };
-+static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna g", 0, 35, 3) };
- static struct rt2880_pmx_func pci_func[] = {
- FUNC("pci-dev", 0, 40, 32),
- FUNC("pci-host2", 1, 40, 32),