pinctrl: uniphier: Separate modem group from UART ctsrts group
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 30 Jul 2019 05:43:26 +0000 (14:43 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 5 Aug 2019 11:17:20 +0000 (13:17 +0200)
commit111a8fcb2c2da8256b17a589221c0ad0b5b3cd50
tree82620b3e3d6e3dbf6b8dadc4ab69d81eca0a46a1
parent726e8d813771ed9c714d75c9ce58a97b9ddf343d
pinctrl: uniphier: Separate modem group from UART ctsrts group

It depends on the board implementation whether to have each pins of
CTS/RTS, and others for modem. So it is necessary to divide current
uart_ctsrts group into uart_ctsrts and uart_modem groups.

Since the number of implemented pins for modem differs depending
on SoC, each uart_modem group also has a different number of pins.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1564465410-9165-2-git-send-email-hayashi.kunihiko@socionext.com
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c
drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c
drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c
drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c
drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c
drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c
drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c