From: Matthias Brugger <matthias.bgg@gmail.com>
To: arm-soc <arm@kernel.org>, SoC Team <soc@kernel.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"moderated list:ARM/Mediatek SoC support"
<linux-mediatek@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"allen-kh.cheng" <allen-kh.cheng@mediatek.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
"Jean Delvare" <jdelvare@suse.de>,
"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
"Sen Chu" <sen.chu@mediatek.com>,
"Tinghan Shen" <tinghan.shen@mediatek.com>,
xinlei.lee@mediatek.com
Subject: [GIT PULL] ARM: soc: MediaTek related SoC diver updates for v6.1
Date: Mon, 19 Sep 2022 12:54:33 +0200 [thread overview]
Message-ID: <498fe3e5-a237-121a-d500-fbb0994906cb@gmail.com> (raw)
Hi Arnd and Olof,
Hopefully not too late, see below the MediaTek updates for v6.1.
The most important updates are support for the PMIC wrapper on MT8183. MT6795
got support for the display mutex part and MT8186 for the MDP3 mutex.
Best regards,
Matthias
---
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v6.0-next-soc
for you to fetch changes up to b404cb45990bf24d41c29fe856aafb0746a7b81f:
soc: mediatek: Add mmsys func to adapt to dpi output for MT8186 (2022-09-15
23:50:28 +0200)
----------------------------------------------------------------
pmic-wrapper:
- add support for mt8188
SVS:
- several driver cleanups
power-domain:
- several cleanups of the dt-bindings and driver
mutex:
- add support to mt6795 disp mutex
- add support for mt8186 mdp3 mutex
----------------------------------------------------------------
Allen-KH Cheng (2):
dt-bindings: soc: mediatek: Add mdp3 mutex support for mt8186
soc: mediatek: mutex: Add mt8186 mutex mod settings for mdp3
AngeloGioacchino Del Regno (8):
soc: mediatek: mtk-svs: Switch to platform_get_irq()
soc: mediatek: mtk-svs: Remove hardcoded irqflags
soc: mediatek: mtk-svs: Drop of_match_ptr() for of_match_table
soc: mediatek: mtk-svs: Use devm variant for dev_pm_opp_of_add_table()
soc: mediatek: mtk-svs: Commonize t-calibration-data fuse array read
soc: mediatek: mtk-svs: Use bitfield access macros where possible
dt-bindings: soc: mediatek: Add display mutex support for MT6795
soc: mediatek: mutex: Add support for MT6795 Helio X10 display mutex
Christophe JAILLET (1):
soc: mediatek: pm-domains: Simplify some error message
Jean Delvare (1):
soc: mediatek: Let PMIC Wrapper and SCPSYS depend on OF
Nícolas F. R. A. Prado (1):
soc: mediatek: mtk-svs: Explicitly include bitfield header
Sen Chu (1):
dt-bindings: soc: mediatek: pwrap: add compatible for mt8188
Tinghan Shen (3):
dt-bindings: power: mediatek: Refine multiple level power domain nodes
dt-bindings: power: mediatek: Support naming power controller node with
unit address
dt-bindings: power: mediatek: Update maintainer list
Xinlei Lee (1):
soc: mediatek: Add mmsys func to adapt to dpi output for MT8186
.../bindings/power/mediatek,power-controller.yaml | 135 ++--------
.../bindings/soc/mediatek/mediatek,mutex.yaml | 2 +
.../devicetree/bindings/soc/mediatek/pwrap.txt | 1 +
drivers/soc/mediatek/Kconfig | 2 +
drivers/soc/mediatek/mt8186-mmsys.h | 6 +
drivers/soc/mediatek/mtk-mmsys.c | 20 ++
drivers/soc/mediatek/mtk-mutex.c | 44 ++++
drivers/soc/mediatek/mtk-pm-domains.c | 6 +-
drivers/soc/mediatek/mtk-pmic-wrap.c | 2 +-
drivers/soc/mediatek/mtk-scpsys.c | 2 +-
drivers/soc/mediatek/mtk-svs.c | 284 +++++++++++++--------
include/linux/soc/mediatek/mtk-mmsys.h | 2 +
include/linux/soc/mediatek/mtk-mutex.h | 2 +
13 files changed, 274 insertions(+), 234 deletions(-)
reply other threads:[~2022-09-19 10:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=498fe3e5-a237-121a-d500-fbb0994906cb@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=allen-kh.cheng@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=arm@kernel.org \
--cc=christophe.jaillet@wanadoo.fr \
--cc=jdelvare@suse.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=nfraprado@collabora.com \
--cc=sen.chu@mediatek.com \
--cc=soc@kernel.org \
--cc=tinghan.shen@mediatek.com \
--cc=xinlei.lee@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
all inboxes | Powered by JetHome®