All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] soc: mediatek: updates for v5.14
@ 2021-06-11 11:03 ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2021-06-11 11:03 UTC (permalink / raw)
  To: arm-soc, SoC Team
  Cc: linux-arm-kernel@lists.infradead.org,
	moderated list:ARM/Mediatek SoC support, Henry Chen, Hsin-Yi Wang,
	Weiyi Lu, Zou Wei

Hi Arnd and Olof,




Please have a look at the soc driver patches for v5.14
.



Regards,


Matthias




---

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e88edc977b00cc467d598e4ea5091b8bb4a7f78d:

  soc: mediatek: pwrap: add pwrap driver for MT8195 SoC (2021-06-03 19:41:26 +0200)

----------------------------------------------------------------
devapc:
- add missing MODULE_DEVICE_TABLE to fix modalias

mkt-pm-domains:
- register smi node as regmap and not as syscon
- prepare-enable and unprepare-disable dependent clocks

pwrap:
- add support for MT8195

----------------------------------------------------------------
Henry Chen (2):
      dt-bindings: mediatek: add compatible for MT8195 pwrap
      soc: mediatek: pwrap: add pwrap driver for MT8195 SoC

Hsin-Yi Wang (1):
      soc: mtk-pm-domains: do not register smi node as syscon

Weiyi Lu (1):
      soc: mtk-pm-domains: Fix the clock prepared issue

Zou Wei (1):
      soc: mediatek: add missing MODULE_DEVICE_TABLE

 .../devicetree/bindings/soc/mediatek/pwrap.txt     |  1 +
 drivers/soc/mediatek/mtk-devapc.c                  |  1 +
 drivers/soc/mediatek/mtk-pm-domains.c              | 42 +++++++++-------------
 drivers/soc/mediatek/mtk-pmic-wrap.c               | 35 ++++++++++++++++++
 4 files changed, 53 insertions(+), 26 deletions(-)

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] soc: mediatek: updates for v5.14
@ 2021-06-11 11:03 ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2021-06-11 11:03 UTC (permalink / raw)
  To: arm-soc, SoC Team
  Cc: linux-arm-kernel@lists.infradead.org,
	moderated list:ARM/Mediatek SoC support, Henry Chen, Hsin-Yi Wang,
	Weiyi Lu, Zou Wei

Hi Arnd and Olof,




Please have a look at the soc driver patches for v5.14
.



Regards,


Matthias




---

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e88edc977b00cc467d598e4ea5091b8bb4a7f78d:

  soc: mediatek: pwrap: add pwrap driver for MT8195 SoC (2021-06-03 19:41:26 +0200)

----------------------------------------------------------------
devapc:
- add missing MODULE_DEVICE_TABLE to fix modalias

mkt-pm-domains:
- register smi node as regmap and not as syscon
- prepare-enable and unprepare-disable dependent clocks

pwrap:
- add support for MT8195

----------------------------------------------------------------
Henry Chen (2):
      dt-bindings: mediatek: add compatible for MT8195 pwrap
      soc: mediatek: pwrap: add pwrap driver for MT8195 SoC

Hsin-Yi Wang (1):
      soc: mtk-pm-domains: do not register smi node as syscon

Weiyi Lu (1):
      soc: mtk-pm-domains: Fix the clock prepared issue

Zou Wei (1):
      soc: mediatek: add missing MODULE_DEVICE_TABLE

 .../devicetree/bindings/soc/mediatek/pwrap.txt     |  1 +
 drivers/soc/mediatek/mtk-devapc.c                  |  1 +
 drivers/soc/mediatek/mtk-pm-domains.c              | 42 +++++++++-------------
 drivers/soc/mediatek/mtk-pmic-wrap.c               | 35 ++++++++++++++++++
 4 files changed, 53 insertions(+), 26 deletions(-)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] soc: mediatek: updates for v5.14
@ 2021-06-11 11:03 ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2021-06-11 11:03 UTC (permalink / raw)
  To: arm-soc, SoC Team
  Cc: linux-arm-kernel@lists.infradead.org,
	moderated list:ARM/Mediatek SoC support, Henry Chen, Hsin-Yi Wang,
	Weiyi Lu, Zou Wei

Hi Arnd and Olof,




Please have a look at the soc driver patches for v5.14
.



Regards,


Matthias




---

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e88edc977b00cc467d598e4ea5091b8bb4a7f78d:

  soc: mediatek: pwrap: add pwrap driver for MT8195 SoC (2021-06-03 19:41:26 +0200)

----------------------------------------------------------------
devapc:
- add missing MODULE_DEVICE_TABLE to fix modalias

mkt-pm-domains:
- register smi node as regmap and not as syscon
- prepare-enable and unprepare-disable dependent clocks

pwrap:
- add support for MT8195

----------------------------------------------------------------
Henry Chen (2):
      dt-bindings: mediatek: add compatible for MT8195 pwrap
      soc: mediatek: pwrap: add pwrap driver for MT8195 SoC

Hsin-Yi Wang (1):
      soc: mtk-pm-domains: do not register smi node as syscon

Weiyi Lu (1):
      soc: mtk-pm-domains: Fix the clock prepared issue

Zou Wei (1):
      soc: mediatek: add missing MODULE_DEVICE_TABLE

 .../devicetree/bindings/soc/mediatek/pwrap.txt     |  1 +
 drivers/soc/mediatek/mtk-devapc.c                  |  1 +
 drivers/soc/mediatek/mtk-pm-domains.c              | 42 +++++++++-------------
 drivers/soc/mediatek/mtk-pmic-wrap.c               | 35 ++++++++++++++++++
 4 files changed, 53 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] soc: mediatek: updates for v5.14
  2021-06-11 11:03 ` Matthias Brugger
  (?)
  (?)
@ 2021-06-12 16:10 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2021-06-12 16:10 UTC (permalink / raw)
  To: Matthias Brugger; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Fri, 11 Jun 2021 13:03:35 +0200 you wrote:
> Hi Arnd and Olof,
> 
> 
> 
> 
> Please have a look at the soc driver patches for v5.14
> .
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] soc: mediatek: updates for v5.14
    https://git.kernel.org/soc/soc/c/97a566676874

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-12 16:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 11:03 [GIT PULL] soc: mediatek: updates for v5.14 Matthias Brugger
2021-06-11 11:03 ` Matthias Brugger
2021-06-11 11:03 ` Matthias Brugger
2021-06-12 16:10 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.