Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] MediaTek pinctrl patch on mt8188
@ 2022-08-18  7:50 Hui Liu
  2022-08-18  7:50 ` [PATCH v6 1/2] dt-bindings: pinctrl: mediatek: add support for mt8188 Hui Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Hui Liu @ 2022-08-18  7:50 UTC (permalink / raw)
  To: linus.walleij, robh+dt, krzysztof.kozlowski+dt, matthias.bgg,
	angelogioacchino.delregno, wenst
  Cc: Project_Global_Chrome_Upstream_Group, hui.liu, jianguo.zhang,
	zhiyong.tao, sean.wang, linux-gpio, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel

This series include 2 patches:
1.Add pinmux definition file and pinctrl binding document for mt8188.
2.Add pinctrl driver for mt8188.

Changes in patch v6:
1.Update driver file's coding style.

Changes in patch v5:
1.Move ref pincfg-node.yaml to the child '^pins' node in binding document.

Changes in patch v4:
1.Add gpio-line-names in binding document.
2.Fix typo in driver files.

Changes in patch v3:
1.Fix binding document dt_binding_check fail issue.

Changes in patch v2:
1.Change pinmux definition file name to mediatek,mt8188-pinfunc.h.
2.Change binding document name to mediatek,mt8188-pinctrl.yaml.
3.Update yaml description.

Changes in patch v1:
1.Add pinmux definition file.
2.Add binding document.
3.Add mt8188 pinctrl drivers.

*** BLURB HERE ***

Hui.Liu (2):
  dt-bindings: pinctrl: mediatek: add support for mt8188
  pinctrl: mediatek: add mt8188 driver

 .../pinctrl/mediatek,mt8188-pinctrl.yaml      |  226 ++
 drivers/pinctrl/mediatek/Kconfig              |   12 +
 drivers/pinctrl/mediatek/Makefile             |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt8188.c     | 1673 ++++++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8188.h | 2259 +++++++++++++++++
 .../pinctrl/mediatek,mt8188-pinfunc.h         | 1280 ++++++++++
 6 files changed, 5451 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt8188-pinctrl.yaml
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8188.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8188.h
 create mode 100644 include/dt-bindings/pinctrl/mediatek,mt8188-pinfunc.h

--
2.18.0



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-25 15:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-18  7:50 [PATCH v6 0/2] MediaTek pinctrl patch on mt8188 Hui Liu
2022-08-18  7:50 ` [PATCH v6 1/2] dt-bindings: pinctrl: mediatek: add support for mt8188 Hui Liu
2022-08-23 21:21   ` Nícolas F. R. A. Prado
     [not found] ` <20220818075012.20880-3-hui.liu@mediatek.com>
2022-08-23 21:11   ` [PATCH v6 2/2] pinctrl: mediatek: add mt8188 driver Nícolas F. R. A. Prado
2022-08-25 12:54 ` [PATCH v6 0/2] MediaTek pinctrl patch on mt8188 Linus Walleij
2022-08-25 15:13   ` Nícolas F. R. A. Prado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox