mbox series

[GIT,PULL] MediaTek driver updates for v6.12

Message ID bfa9ab87-9de8-41fc-bfd1-de5ec324cfe0@gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] MediaTek driver updates for v6.12 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/v6.11-next-soc

Message

Matthias Brugger Sept. 9, 2024, 7:05 p.m. UTC
Hi Arnd,

Please find below the changes for the SoC driver for MediaTek. Sorry for the 
delay. Hope we are still in time to get the patches in.

Matthias

---


The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

   Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ 
tags/v6.11-next-soc

for you to fetch changes up to d1e5d531d20b085bb83d9ab1868ed99fdeb0cc42:

   soc: mediatek: mtk-mutex: Reduce type size for mtk_mutex_data members 
(2024-07-30 10:58:46 +0200)

----------------------------------------------------------------
pmic warpper:
- reduce size by constifying data structures
- use devm_clk_bulk_det_all_enable

mutex:
- reduce size by changing variable bit size

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
       soc: mediatek: mtk-mutex: Reduce type size for mtk_mutex_data members

Christophe JAILLET (3):
       soc: mediatek: pwrap: Constify struct pmic_wrapper_type
       soc: mediatek: pwrap: Constify some struct int[]
       soc: mediatek: pwrap: Use devm_clk_bulk_get_all_enable()

  drivers/soc/mediatek/mtk-mutex.c     |  52 +++++++--------
  drivers/soc/mediatek/mtk-pmic-wrap.c | 118 +++++++++--------------------------
  2 files changed, 56 insertions(+), 114 deletions(-)