All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/5] Add Support for MediaTek PMIC MT6358
@ 2020-03-11  9:16 ` Hsin-Hsiung Wang
  0 siblings, 0 replies; 51+ messages in thread
From: Hsin-Hsiung Wang @ 2020-03-11  9:16 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 v9:
- remove redundant loop in mfd driver.
- move mtk_rtc_data from rtc.h to rtc-mt6397.c

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                         | 236 +++++++++++++++
 drivers/mfd/mt6397-core.c                        |  85 +++---
 drivers/mfd/mt6397-irq.c                         |  33 +++
 drivers/power/reset/mt6323-poweroff.c            |   2 +-
 drivers/rtc/rtc-mt6397.c                         |  32 +-
 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                   |   9 +-
 13 files changed, 1168 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] 51+ messages in thread

end of thread, other threads:[~2020-04-01  8:26 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11  9:16 [PATCH v10 0/5] Add Support for MediaTek PMIC MT6358 Hsin-Hsiung Wang
2020-03-11  9:16 ` Hsin-Hsiung Wang
2020-03-11  9:16 ` Hsin-Hsiung Wang
2020-03-11  9:16 ` [PATCH v10 1/5] mfd: mt6397: modify suspend/resume behavior Hsin-Hsiung Wang
2020-03-11  9:16   ` Hsin-Hsiung Wang
2020-03-11  9:16   ` Hsin-Hsiung Wang
2020-03-11  9:17 ` [PATCH v10 2/5] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC Hsin-Hsiung Wang
2020-03-11  9:17   ` Hsin-Hsiung Wang
2020-03-11  9:17   ` Hsin-Hsiung Wang
2020-03-11  9:17 ` [PATCH v10 3/5] mfd: Add support " Hsin-Hsiung Wang
2020-03-11  9:17   ` Hsin-Hsiung Wang
2020-03-11  9:17   ` Hsin-Hsiung Wang
2020-03-12  1:41   ` Nicolas Boichat
2020-03-12  1:41     ` Nicolas Boichat
2020-03-12  1:41     ` Nicolas Boichat
2020-03-25  9:43   ` Lee Jones
2020-03-25  9:43     ` Lee Jones
2020-03-25  9:43     ` Lee Jones
2020-04-01  8:15     ` Hsin-hsiung Wang
2020-04-01  8:15       ` Hsin-hsiung Wang
2020-04-01  8:15       ` Hsin-hsiung Wang
2020-04-01  8:26     ` Hsin-hsiung Wang
2020-04-01  8:26       ` Hsin-hsiung Wang
2020-04-01  8:26       ` Hsin-hsiung Wang
2020-03-11  9:17 ` [PATCH v10 4/5] rtc: mt6397: Add support for the MediaTek MT6358 RTC Hsin-Hsiung Wang
2020-03-11  9:17   ` Hsin-Hsiung Wang
2020-03-11  9:17   ` Hsin-Hsiung Wang
2020-03-11 22:24   ` Sebastian Reichel
2020-03-11 22:24     ` Sebastian Reichel
2020-03-11 22:24     ` Sebastian Reichel
2020-03-12  1:47   ` Nicolas Boichat
2020-03-12  1:47     ` Nicolas Boichat
2020-03-12  1:47     ` Nicolas Boichat
2020-03-12  7:44   ` Lee Jones
2020-03-12  7:44     ` Lee Jones
2020-03-12  7:44     ` Lee Jones
2020-03-12  8:57     ` Ran Bi
2020-03-12  8:57       ` Ran Bi
2020-03-12  8:57       ` Ran Bi
2020-03-13  7:22       ` Lee Jones
2020-03-13  7:22         ` Lee Jones
2020-03-13  7:22         ` Lee Jones
2020-03-13  7:47         ` Alexandre Belloni
2020-03-13  7:47           ` Alexandre Belloni
2020-03-13  7:47           ` Alexandre Belloni
2020-03-13  8:30         ` Ran Bi
2020-03-13  8:30           ` Ran Bi
2020-03-13  8:30           ` Ran Bi
2020-03-11  9:17 ` [PATCH v10 5/5] arm64: dts: mt6358: add PMIC MT6358 related nodes Hsin-Hsiung Wang
2020-03-11  9:17   ` Hsin-Hsiung Wang
2020-03-11  9:17   ` 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.