linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: SoC Team <soc@kernel.org>, arm-soc <arm@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>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	"jason-jh.lin" <jason-jh.lin@mediatek.com>,
	Zhiyong Tao <zhiyong.tao@mediatek.com>
Subject: [GIT PULL] soc: mediatek: driver changes for v5.19
Date: Fri, 13 May 2022 13:44:57 +0200	[thread overview]
Message-ID: <6412eecf-a4c3-cf06-55ff-9df8b0656d21@gmail.com> (raw)

Hi Olof,
Hi Arnd,

Please have a look at the driver changes for the MediaTek SoCs. Most important 
change is that we got support for the display mutex and vdosys0 of MT8195. We 
still need to figure out which is the best way to add support for vdosys1. That 
will hopefully ready for the next round. Fingers crossed.

Best regards,
Matthias

---

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/ 
tags/v5.18-next-soc

for you to fetch changes up to 537f8ffbdf4b9e47e2e21eb8548cdf9cc254c936:

   soc: mediatek: mutex: remove mt8195 MOD0 and SOF0 definition (2022-04-25 
12:46:13 +0200)

----------------------------------------------------------------
mmsys:
- add SW reset to MT8192
- add support for MT8195

pmic wrapper:
- update binding description needed for future MT8195 support

mutex:
- add support for MT8195

cmdq helper:
- remove legacy callback

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
       soc: mediatek: mmsys: Add sw0_rst_offset for MT8192

Chun-Kuang Hu (1):
       soc: mediatek: cmdq: Use mailbox rx_callback instead of cmdq_task_cb

Jason-JH.Lin (1):
       soc: mediatek: mutex: remove mt8195 MOD0 and SOF0 definition

Matthias Brugger (1):
       Merge tag 'v5.18-next-vdso0-stable-tag' into v5.18-next/soc

Zhiyong.Tao (1):
       dt-bindings: pwrap: mediatek: Update pwrap document for mt8195

jason-jh.lin (5):
       dt-bindings: arm: mediatek: mmsys: add power and gce properties
       dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding
       soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
       soc: mediatek: add mtk-mutex support for mt8195 vdosys0
       soc: mediatek: add DDP_DOMPONENT_DITHER0 enum for mt8195 vdosys0

  .../bindings/arm/mediatek/mediatek,mmsys.yaml      |  32 ++
  .../devicetree/bindings/soc/mediatek/pwrap.txt     |  10 +-
  drivers/soc/mediatek/mt8167-mmsys.h                |   2 +-
  drivers/soc/mediatek/mt8183-mmsys.h                |   2 +-
  drivers/soc/mediatek/mt8186-mmsys.h                |   4 +-
  drivers/soc/mediatek/mt8192-mmsys.h                |   4 +-
  drivers/soc/mediatek/mt8195-mmsys.h                | 370 +++++++++++++++++++++
  drivers/soc/mediatek/mt8365-mmsys.h                |   4 +-
  drivers/soc/mediatek/mtk-cmdq-helper.c             |  25 +-
  drivers/soc/mediatek/mtk-mmsys.c                   | 153 ++++++++-
  drivers/soc/mediatek/mtk-mmsys.h                   |   6 +
  drivers/soc/mediatek/mtk-mutex.c                   |  92 ++++-
  include/linux/soc/mediatek/mtk-cmdq.h              |   5 +-
  include/linux/soc/mediatek/mtk-mmsys.h             |  12 +
  14 files changed, 662 insertions(+), 59 deletions(-)
  create mode 100644 drivers/soc/mediatek/mt8195-mmsys.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

                 reply	other threads:[~2022-05-13 11:46 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=6412eecf-a4c3-cf06-55ff-9df8b0656d21@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=arm@kernel.org \
    --cc=chunkuang.hu@kernel.org \
    --cc=jason-jh.lin@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=soc@kernel.org \
    --cc=zhiyong.tao@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).