diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2022-09-20 12:01:48 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-01 02:47:57 +0200 |
commit | f1f97db627b2f82989a0f97a74bc7a3debd67ecd (patch) | |
tree | f41fd7c116246a5d3df3f5aa2715b9e61b087278 /target/linux/realtek/patches-5.10/007-5.16-gpio-realtek-realtek-otto-fix-gpio-line-irq-offset.patch | |
parent | ba6096d04b4f7a40aec339e7bf3f7b5842ae3cac (diff) | |
download | upstream-f1f97db627b2f82989a0f97a74bc7a3debd67ecd.tar.gz upstream-f1f97db627b2f82989a0f97a74bc7a3debd67ecd.tar.bz2 upstream-f1f97db627b2f82989a0f97a74bc7a3debd67ecd.zip |
realtek: Convert incorrect v5.10 patches
OpenWRT's developer guide prefers having actual patches so they an be
sent upstream more easily.
However, in this case, Adding proper fields also allows for `git am` to
properly function. Some of these patches are quite old, and lack much
traceable history.
This commit tries to rectify that, by digging in the history to find
where and how it was first added.
It is by no means perfect and also shows some patches that should have
been long gone.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'target/linux/realtek/patches-5.10/007-5.16-gpio-realtek-realtek-otto-fix-gpio-line-irq-offset.patch')
-rw-r--r-- | target/linux/realtek/patches-5.10/007-5.16-gpio-realtek-realtek-otto-fix-gpio-line-irq-offset.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/realtek/patches-5.10/007-5.16-gpio-realtek-realtek-otto-fix-gpio-line-irq-offset.patch b/target/linux/realtek/patches-5.10/007-5.16-gpio-realtek-realtek-otto-fix-gpio-line-irq-offset.patch index f1f739d470..9935c57257 100644 --- a/target/linux/realtek/patches-5.10/007-5.16-gpio-realtek-realtek-otto-fix-gpio-line-irq-offset.patch +++ b/target/linux/realtek/patches-5.10/007-5.16-gpio-realtek-realtek-otto-fix-gpio-line-irq-offset.patch @@ -1,4 +1,5 @@ -gpio: realtek-otto: fix GPIO line IRQ offset +From: Sander Vanheule <sander@svanheule.net> +Subject: gpio: realtek-otto: fix GPIO line IRQ offset The irqchip uses one domain for all GPIO lines, so th line offset should be determined w.r.t. the first line of the first port, not the first line of the |