]> git.ipfire.org Git - thirdparty/linux.git/commit
pinctrl: Move Airoha driver to dedicated directory
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 5 Jun 2026 07:12:31 +0000 (09:12 +0200)
committerLinus Walleij <linusw@kernel.org>
Mon, 8 Jun 2026 08:15:16 +0000 (10:15 +0200)
commit27aa791db7e7fe9e405a2143f2ddccdcd0d1c283
treed3e56336f7a4458013b15d286d2f17ee017e38b7
parent1ad41b54b21a950890e499fafc2facda134ec6ed
pinctrl: Move Airoha driver to dedicated directory

In preparation for additional SoC support, move the Airoha pinctrl driver
for AN7581 SoC to a dedicated directory.

This is to tidy things up and keep code organized without polluting the
Mediatek driver directory.

The driver doesn't depend on any generic or common code from the Mediatek
codebase so it can be safely moved without any modification.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Linus Walleij <linusw@kernel.org>
MAINTAINERS
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/airoha/Kconfig [new file with mode: 0644]
drivers/pinctrl/airoha/Makefile [new file with mode: 0644]
drivers/pinctrl/airoha/pinctrl-airoha.c [moved from drivers/pinctrl/mediatek/pinctrl-airoha.c with 100% similarity]
drivers/pinctrl/mediatek/Kconfig
drivers/pinctrl/mediatek/Makefile