mbox series

[GIT,PULL,2/2] MediaTek driver updates for v6.10

Message ID 20240429140245.238210-2-angelogioacchino.delregno@collabora.com (mailing list archive)
State Accepted
Commit d1734cfcece1f18a85b68f74e81923a741bffaaf
Headers show
Series [GIT,PULL,1/2] MediaTek ARM64 DTS updates for v6.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-soc-for-v6.10

Message

AngeloGioacchino Del Regno April 29, 2024, 2:02 p.m. UTC
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-soc-for-v6.10

for you to fetch changes up to 8a87e1d21ef84fe68913aeba9838222422eef4d7:

  soc: mediatek: mtk-socinfo: Correct the marketing name for MT8188GV (2024-04-23 12:16:56 +0200)

----------------------------------------------------------------
MediaTek driver updates for v6.10

This adds a much needed cleanup for the MediaTek CMDQ helper driver and
also some more helper functions which will be used in drivers using the
MediaTek Global Command Engine (GCE) HW.

Also adds support for MT8188's VPPSYS mutex for MDP3 support, a new SoC
in the mtk-socinfo driver and changes the marketing name for the pre
existing MT8188 SoC.

----------------------------------------------------------------
AngeloGioacchino Del Regno (3):
      soc: mediatek: socinfo: Advertise about unknown MediaTek SoC
      soc: mediatek: mtk-mutex: Add support for MT8188 VPPSYS
      soc: mediatek: mtk-socinfo: Add entry for MT8395AV/ZA Genio 1200

Chun-Kuang Hu (7):
      soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE
      soc: mediatek: cmdq: Add parameter shift_pa to cmdq_pkt_jump()
      soc: mediatek: cmdq: Rename cmdq_pkt_jump() to cmdq_pkt_jump_abs()
      soc: mediatek: cmdq: Add cmdq_pkt_jump_rel() helper function
      soc: mediatek: cmdq: Add cmdq_pkt_eoc() helper function
      soc: mediatek: cmdq: Remove cmdq_pkt_flush_async() helper function
      soc: mediatek: cmdq: Refine cmdq_pkt_create() and cmdq_pkt_destroy()

Jason-JH.Lin (4):
      soc: mediatek: mtk-cmdq: Add specific purpose register definitions for GCE
      soc: mediatek: mtk-cmdq: Add cmdq_pkt_mem_move() function
      soc: mediatek: mtk-cmdq: Add cmdq_pkt_poll_addr() function
      soc: mediatek: mtk-cmdq: Add cmdq_pkt_acquire_event() function

Jason-ch Chen (1):
      soc: mediatek: mtk-socinfo: Correct the marketing name for MT8188GV

NĂ­colas F. R. A. Prado (1):
      soc: mediatek: cmdq: Don't log an error when gce-client-reg is not found

 drivers/soc/mediatek/mtk-cmdq-helper.c | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
 drivers/soc/mediatek/mtk-mutex.c       |  41 ++++++++++++++++++++++
 drivers/soc/mediatek/mtk-socinfo.c     |  14 ++++++--
 include/linux/soc/mediatek/mtk-cmdq.h  | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------
 4 files changed, 292 insertions(+), 65 deletions(-)