All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: arm-soc <arm@kernel.org>, SoC Team <soc@kernel.org>
Cc: "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Bilal Wasim <bilalwasim676@gmail.com>, CK HU <ck.hu@mediatek.com>,
	Enric Balletbo i Serra <enric.balletbo@collabora.com>,
	Fabien Parent <fparent@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>, Stephen Boyd <sboyd@kernel.org>
Subject: [GIT PULL] drivers: soc: mediatek: updates for v5.15
Date: Mon, 9 Aug 2021 14:19:57 +0200	[thread overview]
Message-ID: <49fc7bef-20db-b98c-9437-dd9e4d00e870@gmail.com> (raw)

Hi Olof,
Hi Arnd,

Please have a look for the updates of the SoC drivers for Mediatek. If you
wonder why there is no binding patch for the MT8365 mmsys: The binding was
converted to YAML. This got taken by Rob. To minimize merge conflicts I left it
to him to take other mmsys binding patches. Unfortunately there is one mmsys
binding patch taken by Stephen through the clock tree. So there will be a
trivial merge conflict (although not in your tree). A bit of a mess this time,
I'll try to make sure that the bindings for drivers/soc will go through my tree
in the future (which will make my life easier as well...).

Regards,
Matthias

---
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 25423731956b3d72bc35d336227c88ada49148e8:

  soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing
(2021-08-06 16:43:23 +0200)

----------------------------------------------------------------
pm-domains:
- correct mask define if used for update on TOPAXI bus
- mt8173: enable regulator befor turning on MFG_ASYNC

mmsys:
- add a mask property to the routing information
- add support for MT8365
- add UFOE routing for MT8173

----------------------------------------------------------------
Bilal Wasim (2):
      soc: mediatek: pm-domains: Use correct mask for bus_prot_clr
      soc: mediatek: pm-domains: Add domain_supply cap for mfg_async PD

CK Hu (1):
      soc: mmsys: mediatek: add mask to mmsys routes

Enric Balletbo i Serra (1):
      soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing

Fabien Parent (1):
      soc: mediatek: mmsys: add MT8365 support

 drivers/soc/mediatek/mt8173-pm-domains.h |   1 +
 drivers/soc/mediatek/mt8183-mmsys.h      |  21 +++--
 drivers/soc/mediatek/mt8365-mmsys.h      |  60 ++++++++++++++
 drivers/soc/mediatek/mtk-mmsys.c         |  18 +++-
 drivers/soc/mediatek/mtk-mmsys.h         | 137 ++++++++++++++++++++++---------
 drivers/soc/mediatek/mtk-pm-domains.h    |   2 +-
 6 files changed, 189 insertions(+), 50 deletions(-)
 create mode 100644 drivers/soc/mediatek/mt8365-mmsys.h

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: arm-soc <arm@kernel.org>, SoC Team <soc@kernel.org>
Cc: "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Bilal Wasim <bilalwasim676@gmail.com>, CK HU <ck.hu@mediatek.com>,
	Enric Balletbo i Serra <enric.balletbo@collabora.com>,
	Fabien Parent <fparent@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>, Stephen Boyd <sboyd@kernel.org>
Subject: [GIT PULL] drivers: soc: mediatek: updates for v5.15
Date: Mon, 9 Aug 2021 14:19:57 +0200	[thread overview]
Message-ID: <49fc7bef-20db-b98c-9437-dd9e4d00e870@gmail.com> (raw)
Message-ID: <20210809121957.I7v5O3Uj6Op0ZX0VrBjKx-Gn_3M3aEp5OZdaIhksex8@z> (raw)

Hi Olof,
Hi Arnd,

Please have a look for the updates of the SoC drivers for Mediatek. If you
wonder why there is no binding patch for the MT8365 mmsys: The binding was
converted to YAML. This got taken by Rob. To minimize merge conflicts I left it
to him to take other mmsys binding patches. Unfortunately there is one mmsys
binding patch taken by Stephen through the clock tree. So there will be a
trivial merge conflict (although not in your tree). A bit of a mess this time,
I'll try to make sure that the bindings for drivers/soc will go through my tree
in the future (which will make my life easier as well...).

Regards,
Matthias

---
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 25423731956b3d72bc35d336227c88ada49148e8:

  soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing
(2021-08-06 16:43:23 +0200)

----------------------------------------------------------------
pm-domains:
- correct mask define if used for update on TOPAXI bus
- mt8173: enable regulator befor turning on MFG_ASYNC

mmsys:
- add a mask property to the routing information
- add support for MT8365
- add UFOE routing for MT8173

----------------------------------------------------------------
Bilal Wasim (2):
      soc: mediatek: pm-domains: Use correct mask for bus_prot_clr
      soc: mediatek: pm-domains: Add domain_supply cap for mfg_async PD

CK Hu (1):
      soc: mmsys: mediatek: add mask to mmsys routes

Enric Balletbo i Serra (1):
      soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing

Fabien Parent (1):
      soc: mediatek: mmsys: add MT8365 support

 drivers/soc/mediatek/mt8173-pm-domains.h |   1 +
 drivers/soc/mediatek/mt8183-mmsys.h      |  21 +++--
 drivers/soc/mediatek/mt8365-mmsys.h      |  60 ++++++++++++++
 drivers/soc/mediatek/mtk-mmsys.c         |  18 +++-
 drivers/soc/mediatek/mtk-mmsys.h         | 137 ++++++++++++++++++++++---------
 drivers/soc/mediatek/mtk-pm-domains.h    |   2 +-
 6 files changed, 189 insertions(+), 50 deletions(-)
 create mode 100644 drivers/soc/mediatek/mt8365-mmsys.h

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

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: arm-soc <arm@kernel.org>, SoC Team <soc@kernel.org>
Cc: "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Bilal Wasim <bilalwasim676@gmail.com>, CK HU <ck.hu@mediatek.com>,
	Enric Balletbo i Serra <enric.balletbo@collabora.com>,
	Fabien Parent <fparent@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>, Stephen Boyd <sboyd@kernel.org>
Subject: [GIT PULL] drivers: soc: mediatek: updates for v5.15
Date: Mon, 9 Aug 2021 14:19:57 +0200	[thread overview]
Message-ID: <49fc7bef-20db-b98c-9437-dd9e4d00e870@gmail.com> (raw)
Message-ID: <20210809121957.tzrGwhyNcgAf6ztTq19WS5gKmFbZ4-_J2E0NK6fIhFs@z> (raw)

Hi Olof,
Hi Arnd,

Please have a look for the updates of the SoC drivers for Mediatek. If you
wonder why there is no binding patch for the MT8365 mmsys: The binding was
converted to YAML. This got taken by Rob. To minimize merge conflicts I left it
to him to take other mmsys binding patches. Unfortunately there is one mmsys
binding patch taken by Stephen through the clock tree. So there will be a
trivial merge conflict (although not in your tree). A bit of a mess this time,
I'll try to make sure that the bindings for drivers/soc will go through my tree
in the future (which will make my life easier as well...).

Regards,
Matthias

---
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 25423731956b3d72bc35d336227c88ada49148e8:

  soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing
(2021-08-06 16:43:23 +0200)

----------------------------------------------------------------
pm-domains:
- correct mask define if used for update on TOPAXI bus
- mt8173: enable regulator befor turning on MFG_ASYNC

mmsys:
- add a mask property to the routing information
- add support for MT8365
- add UFOE routing for MT8173

----------------------------------------------------------------
Bilal Wasim (2):
      soc: mediatek: pm-domains: Use correct mask for bus_prot_clr
      soc: mediatek: pm-domains: Add domain_supply cap for mfg_async PD

CK Hu (1):
      soc: mmsys: mediatek: add mask to mmsys routes

Enric Balletbo i Serra (1):
      soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing

Fabien Parent (1):
      soc: mediatek: mmsys: add MT8365 support

 drivers/soc/mediatek/mt8173-pm-domains.h |   1 +
 drivers/soc/mediatek/mt8183-mmsys.h      |  21 +++--
 drivers/soc/mediatek/mt8365-mmsys.h      |  60 ++++++++++++++
 drivers/soc/mediatek/mtk-mmsys.c         |  18 +++-
 drivers/soc/mediatek/mtk-mmsys.h         | 137 ++++++++++++++++++++++---------
 drivers/soc/mediatek/mtk-pm-domains.h    |   2 +-
 6 files changed, 189 insertions(+), 50 deletions(-)
 create mode 100644 drivers/soc/mediatek/mt8365-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:[~2021-08-09 12:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09 12:19 Matthias Brugger [this message]
2021-08-09 12:19 ` [GIT PULL] drivers: soc: mediatek: updates for v5.15 Matthias Brugger
2021-08-09 12:19 ` Matthias Brugger
2021-08-12 20:44 ` Arnd Bergmann
2021-08-12 20:44   ` Arnd Bergmann
2021-08-12 20:44   ` Arnd Bergmann

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=49fc7bef-20db-b98c-9437-dd9e4d00e870@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=arm@kernel.org \
    --cc=bilalwasim676@gmail.com \
    --cc=ck.hu@mediatek.com \
    --cc=enric.balletbo@collabora.com \
    --cc=fparent@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=soc@kernel.org \
    /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 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.