mbox series

[v4,0/3] Mediatek pinctrl patch on mt8192

Message ID 20200817001702.1646-1-zhiyong.tao@mediatek.com (mailing list archive)
Headers show
Series Mediatek pinctrl patch on mt8192 | expand

Message

zhiyong.tao Aug. 17, 2020, 12:16 a.m. UTC
This series includes 3 patches:
1.add pinctrl file on mt8192.
2.add pinctrl binding document on mt8192.
3.add pinctrl driver on MT8192.

Changes in patch v4:
1)remove execute permission of 'pinctrl-mt8192.yaml'.
2)change '$ref: "pinmux-node.yaml"' under '^pins'.
3)add a pin node sample in 'examples'.

Changes in patch v3:
1)fix running 'make dt_binding_check' errors.
2)change 'node' to 'pincontroller'.
3)add an actual example.
4)change ref as 'pinmux-node.yaml'.
5)remove 'GENERIC_PINCONFIG'.
6)add 'addtionalProperties: false'.

Changes in patch v2:
1)change maintainers name in pinctrl-mt8192.yaml.
2)remove unused description for "reg-names".
3)change 'subnode format:' which is not a child name to "^pins".
4)add ('|') after "description:".
5)remove "i2c0_pins_a: i2c0" and "i2c0_pins_a: i2c1".
6)add properties for pin configuration nodes.

Zhiyong Tao (3):
  dt-bindings: pinctrl: mt8192: add pinctrl file
  dt-bindings: pinctrl: mt8192: add binding document
  pinctrl: add pinctrl driver on mt8192

 .../bindings/pinctrl/pinctrl-mt8192.yaml      |  155 ++
 drivers/pinctrl/mediatek/Kconfig              |    7 +
 drivers/pinctrl/mediatek/Makefile             |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt8192.c     | 1409 ++++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8192.h | 2275 +++++++++++++++++
 include/dt-bindings/pinctrl/mt8192-pinfunc.h  | 1344 ++++++++++
 6 files changed, 5191 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8192.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8192.h
 create mode 100644 include/dt-bindings/pinctrl/mt8192-pinfunc.h

--
2.25.1

Comments

Linus Walleij Aug. 27, 2020, 8:52 a.m. UTC | #1
On Mon, Aug 17, 2020 at 2:18 AM Zhiyong Tao <zhiyong.tao@mediatek.com> wrote:

> This series includes 3 patches:
> 1.add pinctrl file on mt8192.
> 2.add pinctrl binding document on mt8192.
> 3.add pinctrl driver on MT8192.

Patches applied for v5.10!
Thanks!
Linus Walleij
CK Hu (胡俊光) Aug. 28, 2020, 2:23 a.m. UTC | #2
Hi, Linus:

On Thu, 2020-08-27 at 10:52 +0200, Linus Walleij wrote:
> On Mon, Aug 17, 2020 at 2:18 AM Zhiyong Tao <zhiyong.tao@mediatek.com> wrote:
> 
> > This series includes 3 patches:
> > 1.add pinctrl file on mt8192.
> > 2.add pinctrl binding document on mt8192.
> > 3.add pinctrl driver on MT8192.
> 
> Patches applied for v5.10!

I does not see these patches in your tree [1], have you applied them? I
would like to pick these patches from your tree.

[1]
https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/

Regards,
CK

> Thanks!
> Linus Walleij
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek
Linus Walleij Aug. 28, 2020, 2:38 p.m. UTC | #3
On Fri, Aug 28, 2020 at 4:24 AM CK Hu <ck.hu@mediatek.com> wrote:
> On Thu, 2020-08-27 at 10:52 +0200, Linus Walleij wrote:
> > On Mon, Aug 17, 2020 at 2:18 AM Zhiyong Tao <zhiyong.tao@mediatek.com> wrote:
> >
> > > This series includes 3 patches:
> > > 1.add pinctrl file on mt8192.
> > > 2.add pinctrl binding document on mt8192.
> > > 3.add pinctrl driver on MT8192.
> >
> > Patches applied for v5.10!
>
> I does not see these patches in your tree [1], have you applied them? I
> would like to pick these patches from your tree.

They are on my harddrive while testing, then they do onto the
server for testing, then they go to linux-next for testing.

Give it some days and some patience.

Yours,
Linus Walleij