mbox series

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

Message ID 1643376903-18623-1-git-send-email-hayashi.kunihiko@socionext.com
Headers show
Series pinctrl: uniphier: Add some more pinmux settings | expand

Message

Kunihiko Hayashi Jan. 28, 2022, 1:35 p.m. UTC
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(-)

Comments

Linus Walleij Feb. 11, 2022, 12:37 a.m. UTC | #1
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