Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH 0/5] Initial preparations for MT6765
@ 2024-07-29  7:34 Arseniy Velikanov
  2024-07-29  7:34 ` [PATCH 1/5] dt-bindings: clock: mt6765: Add missing PMIC clock Arseniy Velikanov
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Arseniy Velikanov @ 2024-07-29  7:34 UTC (permalink / raw)
  To: mturquette, sboyd, matthias.bgg, angelogioacchino.delregno,
	sean.wang, linus.walleij, robh, krzk+dt, conor+dt, frank.li,
	jiasheng, mars.cheng, owen.chen, macpaul.lin, zh.chen, argus.lin
  Cc: linux-kernel, linux-clk, linux-arm-kernel, linux-mediatek,
	linux-gpio, devicetree, Arseniy Velikanov

Hi!

This is first series of patches that fixes MT6765 upstream drivers
(mainly PWRAP), just a preparation for sending the rest
of the patches (there were too many of them, so I splitted them
into several series). More patches can be found here[1].

The pinctrl patch (virtual gpios) can be confusing.
I did the same thing as on MT6735 (see[2]), these are
EINT-only pins that are not linked to any, so "virtual"
ones were added.

Also, there were no MT6765 pinctrl bindings in the upstream,
so I decided to attach them to this series of patches too.

Thanks, Arseniy.

[1] https://github.com/adomerle/linux-mt6765/tree/mt6765-next
[2] https://gitlab.com/mt6735-mainline/linux/-/commit/c4b988b2bea231e9175fd1d78f7602de1931e4d0

Arseniy Velikanov (5):
  dt-bindings: clock: mt6765: Add missing PMIC clock
  clk: mediatek: mt6765: Add missing PMIC clock
  pinctrl: mediatek: mt6765: Add virtual GPIOs
  dt-bindings: pinctrl: mediatek: Add bindings for MT6765 pin controller
  soc: mediatek: mtk-pmic-wrap: Drop CAP reset in MT6765

 drivers/clk/mediatek/clk-mt6765.c             |    1 +
 drivers/pinctrl/mediatek/pinctrl-mtk-mt6765.h |   66 ++
 drivers/soc/mediatek/mtk-pmic-wrap.c          |    2 +-
 include/dt-bindings/clock/mt6765-clk.h        |  131 +--
 .../pinctrl/mediatek,mt6765-pinfunc.h         | 1025 +++++++++++++++++
 5 files changed, 1159 insertions(+), 66 deletions(-)
 create mode 100644 include/dt-bindings/pinctrl/mediatek,mt6765-pinfunc.h

-- 
2.45.2


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

end of thread, other threads:[~2024-07-29  8:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29  7:34 [PATCH 0/5] Initial preparations for MT6765 Arseniy Velikanov
2024-07-29  7:34 ` [PATCH 1/5] dt-bindings: clock: mt6765: Add missing PMIC clock Arseniy Velikanov
2024-07-29  7:36   ` Krzysztof Kozlowski
2024-07-29  7:46   ` AngeloGioacchino Del Regno
2024-07-29  7:34 ` [PATCH 2/5] clk: mediatek: " Arseniy Velikanov
2024-07-29  7:46   ` AngeloGioacchino Del Regno
2024-07-29  7:34 ` [PATCH 3/5] pinctrl: mediatek: mt6765: Add virtual GPIOs Arseniy Velikanov
2024-07-29  7:46   ` AngeloGioacchino Del Regno
2024-07-29  7:34 ` [PATCH 4/5] dt-bindings: pinctrl: mediatek: Add bindings for MT6765 pin controller Arseniy Velikanov
2024-07-29  7:39   ` Krzysztof Kozlowski
2024-07-29  7:46   ` AngeloGioacchino Del Regno
2024-07-29  7:34 ` [PATCH 5/5] soc: mediatek: mtk-pmic-wrap: Drop CAP reset in MT6765 Arseniy Velikanov
2024-07-29  7:48   ` AngeloGioacchino Del Regno

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