pinctrl: nuvoton: add NPCM8XX pinctrl and GPIO driver
authorTomer Maimon <tmaimon77@gmail.com>
Mon, 28 Aug 2023 14:08:49 +0000 (17:08 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 11 Sep 2023 13:51:40 +0000 (15:51 +0200)
commitacf4884a571709cad99f98aabe08b7cacd62dc80
tree248370ecdaa63633eece6ffda714aec9bbb9423e
parent38b99959c3c62032e9dd916ecb0b7e75ae6e65d7
pinctrl: nuvoton: add NPCM8XX pinctrl and GPIO driver

Add pinctrl and GPIO controller driver support to Arbel BMC NPCM8XX SoC.

Arbel BMC NPCM8XX pinctrl driver based on Poleg NPCM7XX, except the
pin mux mapping difference the NPCM8XX GPIO supports adjust debounce
period time.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Link: https://lore.kernel.org/r/20230828140849.21724-3-tmaimon77@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/nuvoton/Kconfig
drivers/pinctrl/nuvoton/Makefile
drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c [new file with mode: 0644]