All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/5] Add Support for MediaTek PMIC MT6358
@ 2020-03-10 10:10 ` Hsin-Hsiung Wang
  0 siblings, 0 replies; 29+ messages in thread
From: Hsin-Hsiung Wang @ 2020-03-10 10:10 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Alexandre Belloni, Matthias Brugger
  Cc: Mark Rutland, Sean Wang, Sebastian Reichel, Eddie Huang,
	Alessandro Zummo, Hsin-Hsiung Wang, Frank Wunderlich,
	Thomas Gleixner, Richard Fontana, Josef Friedl, Ran Bi,
	devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
	linux-pm, linux-rtc, Nicolas Boichat, srv_heupstream

This patchset including modifying suspend/resume behavior add support to MT6358 PMIC.
MT6358 is the primary PMIC for MT8183 platform.

changes since v8:
- use the efficient computing function in mfd driver.
- remove the unused regulator property in dts.
- fix WRTGR register offset in mt6323-poweroff driver.

Hsin-Hsiung Wang (4):
  mfd: mt6397: modify suspend/resume behavior
  dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC
  mfd: Add support for the MediaTek MT6358 PMIC
  arm64: dts: mt6358: add PMIC MT6358 related nodes

Ran Bi (1):
  rtc: mt6397: Add support for the MediaTek MT6358 RTC

 Documentation/devicetree/bindings/mfd/mt6397.txt |  14 +-
 arch/arm64/boot/dts/mediatek/mt6358.dtsi         | 358 +++++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts      |   1 +
 drivers/mfd/Makefile                             |   2 +-
 drivers/mfd/mt6358-irq.c                         | 238 +++++++++++++++
 drivers/mfd/mt6397-core.c                        |  85 +++---
 drivers/mfd/mt6397-irq.c                         |  33 +++
 drivers/power/reset/mt6323-poweroff.c            |   2 +-
 drivers/rtc/rtc-mt6397.c                         |  24 +-
 include/linux/mfd/mt6358/core.h                  | 158 ++++++++++
 include/linux/mfd/mt6358/registers.h             | 282 ++++++++++++++++++
 include/linux/mfd/mt6397/core.h                  |   5 +
 include/linux/mfd/mt6397/rtc.h                   |  17 +-
 13 files changed, 1170 insertions(+), 49 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt6358.dtsi
 create mode 100644 drivers/mfd/mt6358-irq.c
 create mode 100644 include/linux/mfd/mt6358/core.h
 create mode 100644 include/linux/mfd/mt6358/registers.h

-- 
2.6.4

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

end of thread, other threads:[~2020-03-11  3:49 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 10:10 [PATCH v9 0/5] Add Support for MediaTek PMIC MT6358 Hsin-Hsiung Wang
2020-03-10 10:10 ` Hsin-Hsiung Wang
2020-03-10 10:10 ` Hsin-Hsiung Wang
2020-03-10 10:10 ` [PATCH v9 1/5] mfd: mt6397: modify suspend/resume behavior Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang
2020-03-10 10:10 ` [PATCH v9 2/5] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang
2020-03-10 10:10 ` [PATCH v9 3/5] mfd: Add support " Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang
2020-03-11  3:24   ` Nicolas Boichat
2020-03-11  3:24     ` Nicolas Boichat
2020-03-11  3:24     ` Nicolas Boichat
2020-03-11  3:24     ` Nicolas Boichat
2020-03-11  3:48     ` Hsin-hsiung Wang
2020-03-11  3:48       ` Hsin-hsiung Wang
2020-03-11  3:48       ` Hsin-hsiung Wang
2020-03-11  3:48       ` Hsin-hsiung Wang
2020-03-10 10:10 ` [PATCH v9 4/5] rtc: mt6397: Add support for the MediaTek MT6358 RTC Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang
2020-03-11  3:24   ` Yingjoe Chen
2020-03-11  3:24     ` Yingjoe Chen
2020-03-11  3:24     ` Yingjoe Chen
2020-03-10 10:10 ` [PATCH v9 5/5] arm64: dts: mt6358: add PMIC MT6358 related nodes Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang
2020-03-10 10:10   ` Hsin-Hsiung Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.