diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-02-19 02:05:02 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-02-19 02:05:02 +0100 |
commit | fbfc5fc3518f7e74e03c009acbd0b6c6547d395d (patch) | |
tree | cdfeedd83e9510b109eff139466a936de70617cb /MAINTAINERS | |
parent | pinctrl: qcom: qcm2290: Add GPIO wakeirq map (diff) | |
parent | pinctrl: samsung: improve wake irq info on console (diff) | |
download | linux-fbfc5fc3518f7e74e03c009acbd0b6c6547d395d.tar.xz linux-fbfc5fc3518f7e74e03c009acbd0b6c6547d395d.zip |
Merge tag 'samsung-pinctrl-5.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into devel
Samsung pinctrl drivers changes for v5.18
1. Fix OF reference leak in pinctrl driver probe error path.
2. Correct list of handlers for Exynos850 ALIVE and CMGP pin banks.
3. Accept devicetrees with GPIO pin bank definitions named with a
"-gpio-bank" suffix. This is necessary for later Samsung pinctrl
bindings dtschema.
4. Convert Samsung pinctrl bindings to dtschema.
5. Add support for Exynos850 and ExynosAutov9 wake-up interrupts.
6. Add support for Tesla FSD SoC.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c46e17903d35..1c2c44c6cef5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15293,7 +15293,7 @@ L: linux-samsung-soc@vger.kernel.org S: Maintained Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git -F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt +F: Documentation/devicetree/bindings/pinctrl/samsung,pinctrl*yaml F: drivers/pinctrl/samsung/ F: include/dt-bindings/pinctrl/samsung.h |