From: Chun-Jie Chen <chun-jie.chen@mediatek.com>
To: Enric Balletbo Serra <eballetbo@gmail.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Nicolas Boichat <drinkcat@chromium.org>,
"Rob Herring" <robh+dt@kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-mediatek@lists.infradead.org>,
<srv_heupstream@mediatek.com>,
<Project_Global_Chrome_Upstream_Group@mediatek.com>
Subject: [v7 0/5] Mediatek MT8195 power domain support
Date: Sun, 30 Jan 2022 09:20:59 +0800 [thread overview]
Message-ID: <20220130012104.5292-1-chun-jie.chen@mediatek.com> (raw)
This patch series adds power domain support for MT8195
and is based on 5.17-rc1.
change since v6:
- rebase to 5.17-rc1
change since v5:
- rebase to 5.16-rc1
- add domain capacity in mfg power domain
change since v4:
- rebase to 5.15-rc1 (fix conflict at patch 4 in this series)
- change license
change since v3:
- remove redundant bus protection steps
- remove unused power domain
change since v2:
- move modification of wakeup capacity to single patch
reason for resend v2:
- miss patch version in series
changes since v1:
- fix signed-off name
- describe more detail in patch 3
- move modification of removing redundant macro to single patch
Chun-Jie Chen (5):
dt-bindings: power: Add MT8195 power domains
soc: mediatek: pm-domains: Add wakeup capacity support in power domain
soc: mediatek: pm-domains: Remove unused macro
soc: mediatek: pm-domains: Move power status offset to power domain
data
soc: mediatek: pm-domains: Add support for mt8195
.../power/mediatek,power-controller.yaml | 2 +
drivers/soc/mediatek/mt8167-pm-domains.h | 16 +-
drivers/soc/mediatek/mt8173-pm-domains.h | 22 +-
drivers/soc/mediatek/mt8183-pm-domains.h | 32 +-
drivers/soc/mediatek/mt8192-pm-domains.h | 44 +-
drivers/soc/mediatek/mt8195-pm-domains.h | 613 ++++++++++++++++++
drivers/soc/mediatek/mtk-pm-domains.c | 12 +-
drivers/soc/mediatek/mtk-pm-domains.h | 8 +-
include/dt-bindings/power/mt8195-power.h | 46 ++
include/linux/soc/mediatek/infracfg.h | 82 +++
10 files changed, 862 insertions(+), 15 deletions(-)
create mode 100644 drivers/soc/mediatek/mt8195-pm-domains.h
create mode 100644 include/dt-bindings/power/mt8195-power.h
--
2.18.0
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
next reply other threads:[~2022-01-30 1:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-30 1:20 Chun-Jie Chen [this message]
2022-01-30 1:21 ` [v7 1/5] dt-bindings: power: Add MT8195 power domains Chun-Jie Chen
2022-01-30 1:21 ` [v7 2/5] soc: mediatek: pm-domains: Add wakeup capacity support in power domain Chun-Jie Chen
2022-01-30 1:21 ` [v7 3/5] soc: mediatek: pm-domains: Remove unused macro Chun-Jie Chen
2022-01-30 1:21 ` [v7 4/5] soc: mediatek: pm-domains: Move power status offset to power domain data Chun-Jie Chen
2022-01-30 1:21 ` [v7 5/5] soc: mediatek: pm-domains: Add support for mt8195 Chun-Jie Chen
2022-02-15 9:06 ` [v7 0/5] Mediatek MT8195 power domain support AngeloGioacchino Del Regno
2022-02-28 11:03 ` Matthias Brugger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220130012104.5292-1-chun-jie.chen@mediatek.com \
--to=chun-jie.chen@mediatek.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=drinkcat@chromium.org \
--cc=eballetbo@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=srv_heupstream@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).