mbox series

[v6,00/12] Fix bugs and add support for new Ingenic SoCs.

Message ID 1618757073-1724-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 April 18, 2021, 2:44 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.

v2->v3:
Split [6/6] in v2 to [6/10] [7/10] [8/10] [9/10] [10/10] in v3.

v3->v4:
1.Modify the format of comment.
2.Split lcd pins into several groups.
3.Drop "lcd-no-pins" which is pointless.
4.Improve the structure of some functions.
5.Adjust function names to avoid confusion.
6.Use "lcd-special" and "lcd-generic" instead "lcd-xxbit-tft".
7.Replace "lcd-rgb-xxx" with "lcd-tft-xxx" to avoid confusion.

v4->v5:
Add support for schmitt and slew.

v5->v6:
1.Add the missing lcd-24bit group.
2.Add DMIC pins support for Ingenic SoCs.
3.Adjust and simplify the code.

周琰杰 (Zhou Yanjie) (12):
  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: Improve LCD pins related code.
  pinctrl: Ingenic: Add DMIC pins support for Ingenic SoCs.
  pinctrl: Ingenic: Reformat the code.
  dt-bindings: pinctrl: Add bindings for new Ingenic SoCs.
  pinctrl: Ingenic: Add pinctrl driver for JZ4730.
  pinctrl: Ingenic: Add pinctrl driver for JZ4750.
  pinctrl: Ingenic: Add pinctrl driver for JZ4755.
  pinctrl: Ingenic: Add pinctrl driver for JZ4775.
  pinctrl: Ingenic: Add pinctrl driver for X2000.

 .../bindings/pinctrl/ingenic,pinctrl.yaml          |   23 +-
 drivers/pinctrl/pinctrl-ingenic.c                  | 1645 ++++++++++++++++++--
 2 files changed, 1533 insertions(+), 135 deletions(-)

Comments

Linus Walleij April 21, 2021, 11:16 p.m. UTC | #1
On Sun, Apr 18, 2021 at 4:44 PM 周琰杰 (Zhou Yanjie)
<zhouyanjie@wanyeetech.com> wrote:

> v5->v6:
> 1.Add the missing lcd-24bit group.
> 2.Add DMIC pins support for Ingenic SoCs.
> 3.Adjust and simplify the code.

This v6 patch set applied!

Thanks a lot for your hard work on this Zhou!

Yours,
Linus Walleij
Zhou Yanjie April 24, 2021, 11:22 a.m. UTC | #2
Hi Linus,

On 2021/4/22 上午7:16, Linus Walleij wrote:
> On Sun, Apr 18, 2021 at 4:44 PM 周琰杰 (Zhou Yanjie)
> <zhouyanjie@wanyeetech.com> wrote:
>
>> v5->v6:
>> 1.Add the missing lcd-24bit group.
>> 2.Add DMIC pins support for Ingenic SoCs.
>> 3.Adjust and simplify the code.
> This v6 patch set applied!
>
> Thanks a lot for your hard work on this Zhou!


Thank you! It's my honor!


Best regards!


>
> Yours,
> Linus Walleij