diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-06-09 18:17:25 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-06-09 18:17:25 +0200 |
commit | 92d22212c090b4afbb7d7e8f91d72988c7586aa6 (patch) | |
tree | 9e5145a34d06252bfbc578ed9905217e08dcd1e0 /MAINTAINERS | |
parent | Merge tag 'pinctrl-v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l... (diff) | |
parent | MAINTAINERS: add Andy Shevchenko as reviewer for the GPIO subsystem (diff) | |
download | linux-92d22212c090b4afbb7d7e8f91d72988c7586aa6.tar.xz linux-92d22212c090b4afbb7d7e8f91d72988c7586aa6.zip |
Merge tag 'gpio-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Pull gpio fixes from Bartosz Golaszewski:
"Two fixes for the GPIO testing module and one commit making Andy a
reviewer for the GPIO subsystem:
- fix a memory corruption bug in gpio-sim
- fix inconsistencies in user-space configuration of gpio-sim
- make Andy Shevchenko a reviewer for the GPIO subsystem"
* tag 'gpio-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
MAINTAINERS: add Andy Shevchenko as reviewer for the GPIO subsystem
gpio: sim: quietly ignore configured lines outside the bank
gpio: sim: fix memory corruption when adding named lines and unnamed hogs
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a2f1d14031b8..3d2d5fb24274 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8799,6 +8799,7 @@ F: include/linux/gpio/regmap.h GPIO SUBSYSTEM M: Linus Walleij <linus.walleij@linaro.org> M: Bartosz Golaszewski <brgl@bgdev.pl> +R: Andy Shevchenko <andy@kernel.org> L: linux-gpio@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git |