| From: |
| Hsin-Hsiung Wang <hsin-hsiung.wang-AT-mediatek.com> |
| To: |
| Lee Jones <lee.jones-AT-linaro.org>, Rob Herring <robh+dt-AT-kernel.org>, Matthias Brugger <matthias.bgg-AT-gmail.com>, Alexandre Belloni <alexandre.belloni-AT-bootlin.com> |
| Subject: |
| [PATCH v12 0/6] Add Support for MediaTek PMIC MT6358 |
| Date: |
| Wed, 8 Apr 2020 16:12:05 +0800 |
| Message-ID: |
| <1586333531-21641-1-git-send-email-hsin-hsiung.wang@mediatek.com> |
| Cc: |
| Nicolas Boichat <drinkcat-AT-chromium.org>, Mark Rutland <mark.rutland-AT-arm.com>, Sean Wang <sean.wang-AT-mediatek.com>, Sebastian Reichel <sre-AT-kernel.org>, Eddie Huang <eddie.huang-AT-mediatek.com>, Alessandro Zummo <a.zummo-AT-towertech.it>, Kate Stewart <kstewart-AT-linuxfoundation.org>, Richard Fontana <rfontana-AT-redhat.com>, Frank Wunderlich <frank-w-AT-public-files.de>, Josef Friedl <josef.friedl-AT-speed.at>, Thomas Gleixner <tglx-AT-linutronix.de>, Hsin-Hsiung Wang <hsin-hsiung.wang-AT-mediatek.com>, Ran Bi <ran.bi-AT-mediatek.com>, <devicetree-AT-vger.kernel.org>, <linux-arm-kernel-AT-lists.infradead.org>, <linux-mediatek-AT-lists.infradead.org>, <linux-kernel-AT-vger.kernel.org>, <linux-pm-AT-vger.kernel.org>, <linux-rtc-AT-vger.kernel.org>, <srv_heupstream-AT-mediatek.com> |
| Archive-link: |
| Article |
This patchset including modifying suspend/resume behavior and trimming probe function add support to MT6358 PMIC.
MT6358 is the primary PMIC for MT8183 platform.
changes since v11:
- add a new patch to trim probe function more cleanly.
- fix some coverity defects.
- update some comment messages.
- fix wrong sizeof argument.
Hsin-Hsiung Wang (5):
mfd: mt6397: Modify suspend/resume behavior
mfd: mt6397: Trim probe function to support different chips more
cleanly
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 | 235 +++++++++++++++
drivers/mfd/mt6397-core.c | 101 ++++---
drivers/mfd/mt6397-irq.c | 35 ++-
drivers/power/reset/mt6323-poweroff.c | 2 +-
drivers/rtc/rtc-mt6397.c | 18 +-
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, 1158 insertions(+), 62 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