From 8334e04d24462b6fa3b53c77442a21f473149a1d Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 29 Feb 2020 16:49:09 +0100 Subject: gemini: Remove kernel 4.14 support This target was switched to kernel 4.19 more than 6 months ago in commit f342ffd300da ("treewide: kernel: bump some targets to 4.19") and now with kernel 5.4 support being added it gets harder to support kernel 4.14 in addition to kernel 4.19 and 5.4. Signed-off-by: Hauke Mehrtens --- ...0-pinctrl-gemini-Fix-usage-of-3512-groups.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 target/linux/gemini/patches-4.14/0010-pinctrl-gemini-Fix-usage-of-3512-groups.patch (limited to 'target/linux/gemini/patches-4.14/0010-pinctrl-gemini-Fix-usage-of-3512-groups.patch') diff --git a/target/linux/gemini/patches-4.14/0010-pinctrl-gemini-Fix-usage-of-3512-groups.patch b/target/linux/gemini/patches-4.14/0010-pinctrl-gemini-Fix-usage-of-3512-groups.patch deleted file mode 100644 index f01edb9bff..0000000000 --- a/target/linux/gemini/patches-4.14/0010-pinctrl-gemini-Fix-usage-of-3512-groups.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 88a5c6ad311588f178c5a88e4eeacc6d40b8ede3 Mon Sep 17 00:00:00 2001 -From: Linus Walleij -Date: Wed, 22 Nov 2017 21:04:14 +0100 -Subject: [PATCH 10/31] pinctrl: gemini: Fix usage of 3512 groups - -The pin config lookup function was still hardcoding the -3516 pin set, which is obviously wrong. Use the pointer -in the state container. - -Signed-off-by: Linus Walleij ---- - drivers/pinctrl/pinctrl-gemini.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/pinctrl/pinctrl-gemini.c -+++ b/drivers/pinctrl/pinctrl-gemini.c -@@ -2352,7 +2352,7 @@ static const struct gemini_pin_conf *gem - int i; - - for (i = 0; i < pmx->nconfs; i++) { -- retconf = &gemini_confs_3516[i]; -+ retconf = &pmx->confs[i]; - if (retconf->pin == pin) - return retconf; - } -- cgit v1.2.3