mbox series

[v2,0/6] Fix bugs and add support for new Ingenic SoCs.

Message ID 1615476112-113101-1-git-send-email-zhouyanjie@wanyeetech.com (mailing list archive)
Headers show
Series Fix bugs and add support for new Ingenic SoCs. | expand

Message

Zhou Yanjie March 11, 2021, 3:21 p.m. UTC
v1->v2:
1.Split [1/3] in v1 to [1/6] [2/6] [3/6] [4/6] in v2.
2.Fix the uninitialized warning.

周琰杰 (Zhou Yanjie) (6):
  pinctrl: Ingenic: Add missing pins to the JZ4770 MAC MII group.
  pinctrl: Ingenic: Add support for read the pin configuration of X1830.
  pinctrl: Ingenic: Adjust the sequence of X1830 SSI pin groups.
  pinctrl: Ingenic: Reformat the code.
  dt-bindings: pinctrl: Add bindings for new Ingenic SoCs.
  pinctrl: Ingenic: Add support for new Ingenic SoCs.

 .../bindings/pinctrl/ingenic,pinctrl.yaml          |   23 +-
 drivers/pinctrl/pinctrl-ingenic.c                  | 1423 ++++++++++++++++++--
 2 files changed, 1353 insertions(+), 93 deletions(-)

Comments

Andy Shevchenko March 12, 2021, 12:51 p.m. UTC | #1
On Thu, Mar 11, 2021 at 5:23 PM 周琰杰 (Zhou Yanjie)
<zhouyanjie@wanyeetech.com> wrote:
>
> v1->v2:
> 1.Split [1/3] in v1 to [1/6] [2/6] [3/6] [4/6] in v2.
> 2.Fix the uninitialized warning.

With the split done the series looks much better!

FWIW,
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
(with the exception of DT bindings)

> 周琰杰 (Zhou Yanjie) (6):
>   pinctrl: Ingenic: Add missing pins to the JZ4770 MAC MII group.
>   pinctrl: Ingenic: Add support for read the pin configuration of X1830.
>   pinctrl: Ingenic: Adjust the sequence of X1830 SSI pin groups.
>   pinctrl: Ingenic: Reformat the code.
>   dt-bindings: pinctrl: Add bindings for new Ingenic SoCs.
>   pinctrl: Ingenic: Add support for new Ingenic SoCs.
>
>  .../bindings/pinctrl/ingenic,pinctrl.yaml          |   23 +-
>  drivers/pinctrl/pinctrl-ingenic.c                  | 1423 ++++++++++++++++++--
>  2 files changed, 1353 insertions(+), 93 deletions(-)
>
> --
> 2.7.4
>