Merge tag 'samsung-pinctrl-5.18' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sun, 23 Jan 2022 16:47:29 +0000 (17:47 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sun, 23 Jan 2022 16:47:29 +0000 (17:47 +0100)
commitd82d3d8a527b77314a361fb9e4a5b3aa7a7ab58f
tree03beb9a6fe9e62469c7b708c57c70bad212c7a49
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
parent832ae134ccc1c78a2f5ec81b7010dd24c3c49535
Merge tag 'samsung-pinctrl-5.18' of https://git./linux/kernel/git/pinctrl/samsung into for-v5.18/dt-pinctrl

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.

This merge is necessary to apply DTS cleanup patches, which in turn
silences any warnings from newly introduced dtschema for Samsung pinctrl
driver.  The merge brings driver changes and mentioned dtschema.  The
driver change is the dependency for follow-up DTS patches which rename
GPIO bank nodes.  With the change in DTS files, the new schema passes
without errors.