[PATCH 0/3] pinctrl: uniphier: Introduce some features and NX1 support

From: Kunihiko Hayashi
Date: Mon Oct 04 2021 - 22:12:08 EST


This series includes the patches to add audio pinmux settings for LD11/LD20/PXs3
SoCs and basic pinmux settings for new UniPhier NX1 SoC. NX1 SoC also has
the same kinds of pinmux settings as the other UniPhier SoCs.

Kunihiko Hayashi (3):
pinctrl: uniphier: Add extra audio pinmux settings for LD11, LD20 and
PXs3 SoCs
dt-bindings: pinctrl: uniphier: Add NX1 pinctrl binding
pinctrl: uniphier: Add UniPhier NX1 pinctrl driver

.../pinctrl/socionext,uniphier-pinctrl.yaml | 1 +
drivers/pinctrl/uniphier/Kconfig | 4 +
drivers/pinctrl/uniphier/Makefile | 1 +
drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c | 18 +
drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c | 35 ++
drivers/pinctrl/uniphier/pinctrl-uniphier-nx1.c | 491 +++++++++++++++++++++
drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c | 40 ++
7 files changed, 590 insertions(+)
create mode 100644 drivers/pinctrl/uniphier/pinctrl-uniphier-nx1.c

--
2.7.4