linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6] Add basic SoC Support for Mediatek MT6779 SoC
@ 2020-06-18 11:33 Hanks Chen
  2020-06-18 11:33 ` [PATCH v6 1/7] dt-bindings: pinctrl: add bindings for MediaTek " Hanks Chen
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Hanks Chen @ 2020-06-18 11:33 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Matthias Brugger, Michael Turquette,
	Stephen Boyd, Sean Wang
  Cc: devicetree, CC Hwang, wsd_upstream, Andy Teng, Loda Chou,
	linux-kernel, linux-gpio, linux-mediatek, mtk01761, linux-clk,
	linux-arm-kernel

This patch add basic SoC Support for Mediatek MT6779 SoC

Change since v6:
Commit "dt-bindings: pinctrl: add bindings for MediaTek"
-- fix format of bindings and add interrupt definition.
Commit "pinctrl: mediatek: update pinmux definitions for"
-- use the standard include path
Commit "pinctrl: mediatek: avoid virtual gpio trying to set"
-- remove unnecessary error handler
Commit "pinctrl: mediatek: add pinctrl support for MT6779 SoC"
-- add some useful help text in kconfig
Commit "clk: mediatek: add UART0 clock support"
-- add UART0 clock support
Commit "arm64: dts: add dts nodes for MT6779"
-- add "baud" and "bus" clocks for uart
-- add new approach for mmsys


Change since v5:
1. remove unnecessary string in commit message


Change since v4:
1. fix format of pinctrl bindings


Change since v3:
1. add bindings for "mediatek,mt6779-pinctrl"
2. add some comments into the code (e.g. virtual gpio ...)
3. add Acked-by tags
4. add pmu node into dts
5. support ppi partition and fix base address in gic node of dts


Change since v2:
1. add Reviewed-by tags
2. fix checkpatch warnings with strict level


Change since v1:
first patchset


Andy Teng (1):
  dt-bindings: pinctrl: add bindings for MediaTek MT6779 SoC

Hanks Chen (6):
  pinctrl: mediatek: update pinmux definitions for mt6779
  pinctrl: mediatek: avoid virtual gpio trying to set reg
  pinctrl: mediatek: add pinctrl support for MT6779 SoC
  pinctrl: mediatek: add mt6779 eint support
  clk: mediatek: add UART0 clock support
  arm64: dts: add dts nodes for MT6779

 .../bindings/pinctrl/mediatek,mt6779-pinctrl.yaml  |  210 ++
 arch/arm64/boot/dts/mediatek/Makefile              |    1 +
 arch/arm64/boot/dts/mediatek/mt6779-evb.dts        |   31 +
 arch/arm64/boot/dts/mediatek/mt6779.dtsi           |  261 +++
 drivers/clk/mediatek/clk-mt6779.c                  |    2 +
 drivers/pinctrl/mediatek/Kconfig                   |   12 +
 drivers/pinctrl/mediatek/Makefile                  |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt6779.c          |  783 ++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c   |   25 +
 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.h   |    1 +
 drivers/pinctrl/mediatek/pinctrl-mtk-mt6779.h      | 2085 ++++++++++++++++++++
 drivers/pinctrl/mediatek/pinctrl-paris.c           |    7 +
 include/dt-bindings/pinctrl/mt6779-pinfunc.h       | 1242 ++++++++++++
 13 files changed, 4661 insertions(+)
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2020-07-14 20:39 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18 11:33 [PATCH v6] Add basic SoC Support for Mediatek MT6779 SoC Hanks Chen
2020-06-18 11:33 ` [PATCH v6 1/7] dt-bindings: pinctrl: add bindings for MediaTek " Hanks Chen
2020-06-29 21:53   ` Rob Herring
2020-06-30  3:56     ` Hanks Chen
2020-06-18 11:33 ` [PATCH v6 2/7] pinctrl: mediatek: update pinmux definitions for mt6779 Hanks Chen
2020-07-07 11:39   ` Linus Walleij
2020-06-18 11:33 ` [PATCH v6 3/7] pinctrl: mediatek: avoid virtual gpio trying to set reg Hanks Chen
2020-07-07 11:31   ` Linus Walleij
2020-07-07 11:34     ` Linus Walleij
2020-07-14 20:39       ` Sean Wang
2020-06-18 11:33 ` [PATCH v6 4/7] pinctrl: mediatek: add pinctrl support for MT6779 SoC Hanks Chen
2020-07-07 11:37   ` Linus Walleij
2020-06-18 11:33 ` [PATCH v6 5/7] pinctrl: mediatek: add mt6779 eint support Hanks Chen
2020-07-07 11:36   ` Linus Walleij
2020-06-18 11:33 ` [PATCH v6 6/7] clk: mediatek: add UART0 clock support Hanks Chen
2020-06-18 15:51   ` Matthias Brugger
2020-06-18 16:16     ` Hanks Chen
2020-06-19 10:02       ` Matthias Brugger
2020-06-18 11:33 ` [PATCH v6 7/7] arm64: dts: add dts nodes for MT6779 Hanks Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).