[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1633399920-1537-1-git-send-email-hayashi.kunihiko@socionext.com>
Date: Tue, 5 Oct 2021 11:11:57 +0900
From: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Masami Hiramatsu <mhiramat@...nel.org>
Cc: linux-gpio@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
Subject: [PATCH 0/3] pinctrl: uniphier: Introduce some features and NX1 support
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
Powered by blists - more mailing lists