mbox series

[0/4] Improve Ingenic pinctrl support.

Message ID 1627108604-91304-1-git-send-email-zhouyanjie@wanyeetech.com
Headers show
Series Improve Ingenic pinctrl support. | expand

Message

Zhou Yanjie July 24, 2021, 6:36 a.m. UTC
1.Improve the code to avoid misunderstandings.
2.Add missing SSI pins for JZ4755 and JZ4760.
3.Add support for the X2100 SoC.

周琰杰 (Zhou Yanjie) (4):
  pinctrl: Ingenic: Improve the code.
  pinctrl: Ingenic: Add SSI pins support for JZ4755 and JZ4760.
  dt-bindings: pinctrl: Add bindings for Ingenic X2100.
  pinctrl: Ingenic: Add pinctrl driver for X2100.

 .../bindings/pinctrl/ingenic,pinctrl.yaml          |  10 +-
 drivers/pinctrl/pinctrl-ingenic.c                  | 526 ++++++++++++++++++---
 2 files changed, 466 insertions(+), 70 deletions(-)

Comments

Linus Walleij Aug. 11, 2021, 8:22 a.m. UTC | #1
On Sat, Jul 24, 2021 at 8:37 AM 周琰杰 (Zhou Yanjie)
<zhouyanjie@wanyeetech.com> wrote:

> 1.Improve the code to avoid misunderstandings.
> 2.Add missing SSI pins for JZ4755 and JZ4760.
> 3.Add support for the X2100 SoC.
>
> 周琰杰 (Zhou Yanjie) (4):
>   pinctrl: Ingenic: Improve the code.
>   pinctrl: Ingenic: Add SSI pins support for JZ4755 and JZ4760.
>   dt-bindings: pinctrl: Add bindings for Ingenic X2100.
>   pinctrl: Ingenic: Add pinctrl driver for X2100.

Patches applied!

Yours,
Linus Walleij