]> git.itanic.dy.fi Git - linux-stable/commit
pinctrl: ralink: mt7620: split out to mt76x8
authorArınç ÜNAL <arinc.unal@arinc9.com>
Fri, 17 Mar 2023 21:29:53 +0000 (00:29 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 19 Mar 2023 20:47:25 +0000 (21:47 +0100)
commitf7dedad4e290e8be87b1c5a63a19a9663bcd2740
tree30ad0a097709316645ea6584ecf03d038227b1bb
parent5465d9891254b9ebc5fedee298bd40dda9ddf6c1
pinctrl: ralink: mt7620: split out to mt76x8

Split the driver out to pinctrl-mt76x8.c. Remove including the unnecessary
headers since is_mt76x8() is not being used anymore.

Introduce a new compatible string to be able to document the pin muxing
information properly.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20230317213011.13656-4-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/ralink/Kconfig
drivers/pinctrl/ralink/Makefile
drivers/pinctrl/ralink/pinctrl-mt7620.c
drivers/pinctrl/ralink/pinctrl-mt76x8.c [new file with mode: 0644]