[PATCH v2 0/3] pinctrl: uniphier: Add some more pinmux settings

Kunihiko Hayashi posted 3 patches 4 years, 5 months ago
drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c | 26 +++++++---
drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c | 64 ++++++++++++++++++------
drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c | 62 +++++++++++++++++++----
drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c | 62 +++++++++++++++++------
4 files changed, 171 insertions(+), 43 deletions(-)
[PATCH v2 0/3] pinctrl: uniphier: Add some more pinmux settings
Posted by Kunihiko Hayashi 4 years, 5 months ago
This series includes changes to audio I/O pinmux settings and addition
to USB device pinmux settings.

- Divide audio I/O pinmux groups so that 1/2/4ch can be specified.
  The audio I/O function is available for LD11, LD20, PXs2 and PXs3 SoCs.
  In addition, add the missing pinmux settings for PXs2.

- Add USB device pinmux settings. The USB device function is available
  for PXs2 and PXs3 SoCs.

---
Changes since v1:
- Remove the line of the nonexistent function

Kunihiko Hayashi (3):
  pinctrl: uniphier: Add missing audio pinmux settings for PXs2 SoC
  pinctrl: uniphier: Divide pinmux group to support 1ch and 2ch I2S
  pinctrl: uniphier: Add USB device pinmux settings

 drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c | 26 +++++++---
 drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c | 64 ++++++++++++++++++------
 drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c | 62 +++++++++++++++++++----
 drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c | 62 +++++++++++++++++------
 4 files changed, 171 insertions(+), 43 deletions(-)

-- 
2.7.4

Re: [PATCH v2 0/3] pinctrl: uniphier: Add some more pinmux settings
Posted by Linus Walleij 4 years, 4 months ago
On Fri, Jan 28, 2022 at 2:35 PM Kunihiko Hayashi
<hayashi.kunihiko@socionext.com> wrote:

> This series includes changes to audio I/O pinmux settings and addition
> to USB device pinmux settings.
>
> - Divide audio I/O pinmux groups so that 1/2/4ch can be specified.
>   The audio I/O function is available for LD11, LD20, PXs2 and PXs3 SoCs.
>   In addition, add the missing pinmux settings for PXs2.
>
> - Add USB device pinmux settings. The USB device function is available
>   for PXs2 and PXs3 SoCs.

This v2 patch set applied!

Yours,
Linus Walleij