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: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"allen-kh.cheng" <allen-kh.cheng@mediatek.com>,
	Chun-Jie Chen <chun-jie.chen@mediatek.com>,
	Maoguang Meng <maoguang.meng@mediatek.com>,
	Mattijs Korpershoek <mkorpershoek@baylibre.com>,
	Sam Shih <sam.shih@mediatek.com>
Subject: [GIT PULL] arm64: dts: mediatek updates for v5.18
Date: Tue, 1 Mar 2022 10:43:41 +0100	[thread overview]
Message-ID: <c2064dcc-acdc-c86b-5ef7-cb8e7ae3122f@gmail.com> (raw)

Hi Olof and Arnd,

Please have a look into the below updates for v5.18
Little by little the mt8192 is getting into shape, now that the devices have the 
corresponding clock drivers. We also gained watchdog and power domain controller.
Also mt8183 has now support for the keyboard connected to the PMIC as well as 
the JPGEG enconder.
On the router side, unfortunately the mt7986 is moving a bit slow. Hopefully in 
the next cycle we can get more drivers supported for this new chip.

Regards,
Matthias

---
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 809967d76e919af142028fae0f024b8d6966fac8:

   arm64: dts: mediatek: update mt7986b memory node (2022-03-01 09:49:02 +0100)

----------------------------------------------------------------
mt8192
- add clocks to the devices
- add watchdog node
- add power domain controller node

mt8183:
- add pmic (mt6358) key board node
- add JPEG enconder node

mt7986:
- update memory node
- add clock controller for mt7986a version

----------------------------------------------------------------
Allen-KH Cheng (6):
       arm64: dts: mediatek: Correct uart clock of MT8192
       arm64: dts: mediatek: Correct SPI clock of MT8192
       arm64: dts: mediatek: Correct Nor Flash clock of MT8192
       arm64: dts: mediatek: Correct I2C clock of MT8192
       arm64: dts: mediatek: Correct system timer clock of MT8192
       arm64: dts: mt8192: Add watchdog node

Chun-Jie Chen (1):
       arm64: dts: mediatek: Add mt8192 power domains controller

Maoguang Meng (1):
       arm64: dts: mt8183: add jpeg enc node for mt8183

Mattijs Korpershoek (1):
       arm64: dts: mt6358: add mt6358-keys node

Sam Shih (3):
       arm64: dts: mediatek: add clock support for mt7986a
       arm64: dts: mediatek: update mt7986a memory node
       arm64: dts: mediatek: update mt7986b memory node

  arch/arm64/boot/dts/mediatek/mt6358.dtsi     |  12 ++
  arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts |   3 +-
  arch/arm64/boot/dts/mediatek/mt7986a.dtsi    |  68 +++++-
  arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts |   3 +-
  arch/arm64/boot/dts/mediatek/mt8183.dtsi     |  12 ++
  arch/arm64/boot/dts/mediatek/mt8192.dtsi     | 299 +++++++++++++++++++++++----
  6 files changed, 350 insertions(+), 47 deletions(-)

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: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"allen-kh.cheng" <allen-kh.cheng@mediatek.com>,
	Chun-Jie Chen <chun-jie.chen@mediatek.com>,
	Maoguang Meng <maoguang.meng@mediatek.com>,
	Mattijs Korpershoek <mkorpershoek@baylibre.com>,
	Sam Shih <sam.shih@mediatek.com>
Subject: [GIT PULL] arm64: dts: mediatek updates for v5.18
Date: Tue, 1 Mar 2022 10:43:41 +0100	[thread overview]
Message-ID: <c2064dcc-acdc-c86b-5ef7-cb8e7ae3122f@gmail.com> (raw)

Hi Olof and Arnd,

Please have a look into the below updates for v5.18
Little by little the mt8192 is getting into shape, now that the devices have the 
corresponding clock drivers. We also gained watchdog and power domain controller.
Also mt8183 has now support for the keyboard connected to the PMIC as well as 
the JPGEG enconder.
On the router side, unfortunately the mt7986 is moving a bit slow. Hopefully in 
the next cycle we can get more drivers supported for this new chip.

Regards,
Matthias

---
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 809967d76e919af142028fae0f024b8d6966fac8:

   arm64: dts: mediatek: update mt7986b memory node (2022-03-01 09:49:02 +0100)

----------------------------------------------------------------
mt8192
- add clocks to the devices
- add watchdog node
- add power domain controller node

mt8183:
- add pmic (mt6358) key board node
- add JPEG enconder node

mt7986:
- update memory node
- add clock controller for mt7986a version

----------------------------------------------------------------
Allen-KH Cheng (6):
       arm64: dts: mediatek: Correct uart clock of MT8192
       arm64: dts: mediatek: Correct SPI clock of MT8192
       arm64: dts: mediatek: Correct Nor Flash clock of MT8192
       arm64: dts: mediatek: Correct I2C clock of MT8192
       arm64: dts: mediatek: Correct system timer clock of MT8192
       arm64: dts: mt8192: Add watchdog node

Chun-Jie Chen (1):
       arm64: dts: mediatek: Add mt8192 power domains controller

Maoguang Meng (1):
       arm64: dts: mt8183: add jpeg enc node for mt8183

Mattijs Korpershoek (1):
       arm64: dts: mt6358: add mt6358-keys node

Sam Shih (3):
       arm64: dts: mediatek: add clock support for mt7986a
       arm64: dts: mediatek: update mt7986a memory node
       arm64: dts: mediatek: update mt7986b memory node

  arch/arm64/boot/dts/mediatek/mt6358.dtsi     |  12 ++
  arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts |   3 +-
  arch/arm64/boot/dts/mediatek/mt7986a.dtsi    |  68 +++++-
  arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts |   3 +-
  arch/arm64/boot/dts/mediatek/mt8183.dtsi     |  12 ++
  arch/arm64/boot/dts/mediatek/mt8192.dtsi     | 299 +++++++++++++++++++++++----
  6 files changed, 350 insertions(+), 47 deletions(-)

_______________________________________________
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: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"allen-kh.cheng" <allen-kh.cheng@mediatek.com>,
	Chun-Jie Chen <chun-jie.chen@mediatek.com>,
	Maoguang Meng <maoguang.meng@mediatek.com>,
	Mattijs Korpershoek <mkorpershoek@baylibre.com>,
	Sam Shih <sam.shih@mediatek.com>
Subject: [GIT PULL] arm64: dts: mediatek updates for v5.18
Date: Tue, 1 Mar 2022 10:43:41 +0100	[thread overview]
Message-ID: <c2064dcc-acdc-c86b-5ef7-cb8e7ae3122f@gmail.com> (raw)

Hi Olof and Arnd,

Please have a look into the below updates for v5.18
Little by little the mt8192 is getting into shape, now that the devices have the 
corresponding clock drivers. We also gained watchdog and power domain controller.
Also mt8183 has now support for the keyboard connected to the PMIC as well as 
the JPGEG enconder.
On the router side, unfortunately the mt7986 is moving a bit slow. Hopefully in 
the next cycle we can get more drivers supported for this new chip.

Regards,
Matthias

---
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 809967d76e919af142028fae0f024b8d6966fac8:

   arm64: dts: mediatek: update mt7986b memory node (2022-03-01 09:49:02 +0100)

----------------------------------------------------------------
mt8192
- add clocks to the devices
- add watchdog node
- add power domain controller node

mt8183:
- add pmic (mt6358) key board node
- add JPEG enconder node

mt7986:
- update memory node
- add clock controller for mt7986a version

----------------------------------------------------------------
Allen-KH Cheng (6):
       arm64: dts: mediatek: Correct uart clock of MT8192
       arm64: dts: mediatek: Correct SPI clock of MT8192
       arm64: dts: mediatek: Correct Nor Flash clock of MT8192
       arm64: dts: mediatek: Correct I2C clock of MT8192
       arm64: dts: mediatek: Correct system timer clock of MT8192
       arm64: dts: mt8192: Add watchdog node

Chun-Jie Chen (1):
       arm64: dts: mediatek: Add mt8192 power domains controller

Maoguang Meng (1):
       arm64: dts: mt8183: add jpeg enc node for mt8183

Mattijs Korpershoek (1):
       arm64: dts: mt6358: add mt6358-keys node

Sam Shih (3):
       arm64: dts: mediatek: add clock support for mt7986a
       arm64: dts: mediatek: update mt7986a memory node
       arm64: dts: mediatek: update mt7986b memory node

  arch/arm64/boot/dts/mediatek/mt6358.dtsi     |  12 ++
  arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts |   3 +-
  arch/arm64/boot/dts/mediatek/mt7986a.dtsi    |  68 +++++-
  arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts |   3 +-
  arch/arm64/boot/dts/mediatek/mt8183.dtsi     |  12 ++
  arch/arm64/boot/dts/mediatek/mt8192.dtsi     | 299 +++++++++++++++++++++++----
  6 files changed, 350 insertions(+), 47 deletions(-)

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

             reply	other threads:[~2022-03-01  9:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-01  9:43 Matthias Brugger [this message]
2022-03-01  9:43 ` [GIT PULL] arm64: dts: mediatek updates for v5.18 Matthias Brugger
2022-03-01  9:43 ` Matthias Brugger
2022-03-08 16:44 ` Arnd Bergmann
2022-03-08 16:44   ` Arnd Bergmann
2022-03-08 16: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=c2064dcc-acdc-c86b-5ef7-cb8e7ae3122f@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=allen-kh.cheng@mediatek.com \
    --cc=arm@kernel.org \
    --cc=chun-jie.chen@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=maoguang.meng@mediatek.com \
    --cc=mkorpershoek@baylibre.com \
    --cc=sam.shih@mediatek.com \
    --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.