diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-28 13:07:54 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-28 18:17:32 +0100 |
commit | f003d732d726758f11f0c308758637c434c37c1a (patch) | |
tree | 612a859c7107ce32e8112fcc687e7488a5747636 /target/linux/gemini/patches-4.19/0001-pinctrl-gemini-Mask-and-set-properly.patch | |
parent | 880a4b334ebc0fc7668343e7feafffa6767d6b08 (diff) | |
download | upstream-f003d732d726758f11f0c308758637c434c37c1a.tar.gz upstream-f003d732d726758f11f0c308758637c434c37c1a.tar.bz2 upstream-f003d732d726758f11f0c308758637c434c37c1a.zip |
kernel: bump 4.19 to 4.19.18
Refreshed all patches.
Removed upstreamed:
- 031-v5.0-MIPS-BCM47XX-Setup-struct-device-for-the-SoC.patch
- 142-jffs2-Fix-use-of-uninitialized-delayed_work-lockdep-.patch
Removed upstreamed hunk in:
- 800-bcma-get-SoC-device-struct-copy-its-DMA-params-to-th.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/gemini/patches-4.19/0001-pinctrl-gemini-Mask-and-set-properly.patch')
-rw-r--r-- | target/linux/gemini/patches-4.19/0001-pinctrl-gemini-Mask-and-set-properly.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/gemini/patches-4.19/0001-pinctrl-gemini-Mask-and-set-properly.patch b/target/linux/gemini/patches-4.19/0001-pinctrl-gemini-Mask-and-set-properly.patch index 3cc7bad8b8..3bf9341e34 100644 --- a/target/linux/gemini/patches-4.19/0001-pinctrl-gemini-Mask-and-set-properly.patch +++ b/target/linux/gemini/patches-4.19/0001-pinctrl-gemini-Mask-and-set-properly.patch @@ -17,11 +17,9 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> drivers/pinctrl/pinctrl-gemini.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -diff --git a/drivers/pinctrl/pinctrl-gemini.c b/drivers/pinctrl/pinctrl-gemini.c -index fa7d998e1d5a..1e484a36ff07 100644 --- a/drivers/pinctrl/pinctrl-gemini.c +++ b/drivers/pinctrl/pinctrl-gemini.c -@@ -2184,7 +2184,8 @@ static int gemini_pmx_set_mux(struct pinctrl_dev *pctldev, +@@ -2184,7 +2184,8 @@ static int gemini_pmx_set_mux(struct pin func->name, grp->name); regmap_read(pmx->map, GLOBAL_MISC_CTRL, &before); @@ -31,6 +29,3 @@ index fa7d998e1d5a..1e484a36ff07 100644 grp->value); regmap_read(pmx->map, GLOBAL_MISC_CTRL, &after); --- -2.19.2 - |