All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: arm-soc <arm@kernel.org>, soc@kernel.org
Cc: "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	Mars Cheng <mars.cheng@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
Subject: [GIT PULL] arm64: mediatek: dts64 updates for v5.4
Date: Fri, 23 Aug 2019 18:42:19 +0200	[thread overview]
Message-ID: <def8fb77-fce4-097d-7ae2-8c4670bc09c1@gmail.com> (raw)

Hi Olof and Arnd,

Please take the following patches into account.

Thanks!
Matthias

---
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7b07a7a4e169180c7da5078bdf5254515e69c152:

  dt-bindings: irq: mtk, sysirq: add support for mt6779 (2019-08-23 17:50:07 +0200)

----------------------------------------------------------------
mt8183:
- fix pwrap interrupt number
- add i2c notes

dt-bindings:
- add compatible for mt6779
- add mt6779 uart and sysirq compatible

----------------------------------------------------------------
Hsin-Hsiung Wang (1):
      arm64: dts: mt8183: fix pwrap gic number

Mars Cheng (3):
      dt-bindings: mediatek: add support for mt6779 reference board
      dt-bindings: mtk-uart: add mt6779 uart bindings
      dt-bindings: irq: mtk, sysirq: add support for mt6779

Qii Wang (1):
      arm64: dts: mt8183: add I2C nodes

 .../devicetree/bindings/arm/mediatek.yaml          |   4 +
 .../interrupt-controller/mediatek,sysirq.txt       |   1 +
 .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts        |  96 +++++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           | 191 ++++++++++++++++++++-
 5 files changed, 292 insertions(+), 1 deletion(-)

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: arm-soc <arm@kernel.org>, soc@kernel.org
Cc: "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	Mars Cheng <mars.cheng@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
Subject: [GIT PULL] arm64: mediatek: dts64 updates for v5.4
Date: Fri, 23 Aug 2019 18:42:19 +0200	[thread overview]
Message-ID: <def8fb77-fce4-097d-7ae2-8c4670bc09c1@gmail.com> (raw)

Hi Olof and Arnd,

Please take the following patches into account.

Thanks!
Matthias

---
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7b07a7a4e169180c7da5078bdf5254515e69c152:

  dt-bindings: irq: mtk, sysirq: add support for mt6779 (2019-08-23 17:50:07 +0200)

----------------------------------------------------------------
mt8183:
- fix pwrap interrupt number
- add i2c notes

dt-bindings:
- add compatible for mt6779
- add mt6779 uart and sysirq compatible

----------------------------------------------------------------
Hsin-Hsiung Wang (1):
      arm64: dts: mt8183: fix pwrap gic number

Mars Cheng (3):
      dt-bindings: mediatek: add support for mt6779 reference board
      dt-bindings: mtk-uart: add mt6779 uart bindings
      dt-bindings: irq: mtk, sysirq: add support for mt6779

Qii Wang (1):
      arm64: dts: mt8183: add I2C nodes

 .../devicetree/bindings/arm/mediatek.yaml          |   4 +
 .../interrupt-controller/mediatek,sysirq.txt       |   1 +
 .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts        |  96 +++++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           | 191 ++++++++++++++++++++-
 5 files changed, 292 insertions(+), 1 deletion(-)

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

             reply	other threads:[~2019-08-23 16:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-23 16:42 Matthias Brugger [this message]
2019-08-23 16:42 ` [GIT PULL] arm64: mediatek: dts64 updates for v5.4 Matthias Brugger
2019-09-03 14:00 ` Arnd Bergmann
2019-09-03 14:00   ` 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=def8fb77-fce4-097d-7ae2-8c4670bc09c1@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=arm@kernel.org \
    --cc=hsin-hsiung.wang@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=mars.cheng@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.