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

From: Kunihiko Hayashi
Date: Wed Oct 06 2021 - 07:10:28 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.

---
Change since v1:
- Remove non-existent groups "usb2" and "usb3" in NX1 patch

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 | 489 +++++++++++++++++++++
drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c | 40 ++
7 files changed, 588 insertions(+)
create mode 100644 drivers/pinctrl/uniphier/pinctrl-uniphier-nx1.c

--
2.7.4