Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH v2 0/4] MediaTek MT6735+MT6328 SoC/PMIC pair base support
@ 2026-05-31  9:10 Yassine Oudjana via B4 Relay
  2026-05-31  9:10 ` [PATCH v2 1/4] dt-bindings: mediatek: pwrap: Add MT6735 compatible Yassine Oudjana via B4 Relay
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Yassine Oudjana via B4 Relay @ 2026-05-31  9:10 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno, Flora Fu, Alexandre Mergnat,
	Liam Girdwood, Mark Brown, Dmitry Torokhov
  Cc: Yassine Oudjana, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, linux-input

These patches are part of a larger effort to support the MT6735 SoC family in
mainline Linux. More patches (unsent or sent and pending review or revision)
can be found here[1].

This series adds base support for the MediaTek MT6735 SoC and MT6328 PMIC pair.
This includes PMIC wrapper support on the SoC side and regulators and keys on
the PMIC side. The PMIC has other blocks such as an audio codec and battery
charger which can be supported in the future.

Changes since v1:
- Fit regulator definitions in 2 lines and 100 characters whenever possible.
- Remove get_mode and set_mode ops for regulators that don't support them.

[1] https://gitlab.com/mt6735-mainline/linux/-/commits/mt6735-staging

Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
---
Yassine Oudjana (4):
      dt-bindings: mediatek: pwrap: Add MT6735 compatible
      soc: mediatek: pwrap: Add support for MT6735 and MT6328 SoC/PMIC pair
      regulator: Add driver for MediaTek MT6328 PMIC regulators
      Input: mtk-pmic-keys - Add support for MT6328

 .../bindings/soc/mediatek/mediatek,pwrap.yaml      |   1 +
 drivers/input/keyboard/mtk-pmic-keys.c             |  15 +
 drivers/regulator/Kconfig                          |   9 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/mt6328-regulator.c               | 500 +++++++++++++++++++++
 drivers/soc/mediatek/mtk-pmic-wrap.c               | 177 +++++++-
 include/linux/regulator/mt6328-regulator.h         |  49 ++
 7 files changed, 749 insertions(+), 3 deletions(-)
---
base-commit: 7da7f07112610a520567421dd2ffcb51beaefbcc
change-id: 20260531-mt6735-pwrap-mt6328-pmic-de481d5c5e89

Best regards,
--  
Yassine Oudjana <y.oudjana@protonmail.com>



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

end of thread, other threads:[~2026-05-31 11:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-31  9:10 [PATCH v2 0/4] MediaTek MT6735+MT6328 SoC/PMIC pair base support Yassine Oudjana via B4 Relay
2026-05-31  9:10 ` [PATCH v2 1/4] dt-bindings: mediatek: pwrap: Add MT6735 compatible Yassine Oudjana via B4 Relay
2026-05-31  9:10 ` [PATCH v2 2/4] soc: mediatek: pwrap: Add support for MT6735 and MT6328 SoC/PMIC pair Yassine Oudjana via B4 Relay
2026-05-31 11:26   ` sashiko-bot
2026-05-31  9:10 ` [PATCH v2 3/4] regulator: Add driver for MediaTek MT6328 PMIC regulators Yassine Oudjana via B4 Relay
2026-05-31 11:35   ` sashiko-bot
2026-05-31  9:10 ` [PATCH v2 4/4] Input: mtk-pmic-keys - Add support for MT6328 Yassine Oudjana via B4 Relay
2026-05-31  9:16 ` [PATCH v2 0/4] MediaTek MT6735+MT6328 SoC/PMIC pair base support Yassine Oudjana

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