* [GIT PULL] ARM: mediatek: dts updates for v4.6
@ 2016-02-22 12:43 Matthias Brugger
2016-02-22 12:48 ` Matthias Brugger
2016-02-26 21:31 ` Arnd Bergmann
0 siblings, 2 replies; 5+ messages in thread
From: Matthias Brugger @ 2016-02-22 12:43 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd and Olof,
Please pull the following patches.
As you can see from the description, this pull request includes some
fixes. Only a few developer have access to a Mediatek HW at the
moment. Therefore I didn't send the fixes to stable.
If you want me to send the fixes for older kernel versions, please let me know.
Thanks,
Matthias
---
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
are available in the git repository at:
https://github.com/mbgg/linux-mediatek.git tags/v4.5-next-dts64
for you to fetch changes up to 3ea064b1e5adc263893ffdc3a11891c6d00d5e49:
ARM64: dts: Mediatek: mt8173-evb: fix access MMC fail issue
(2016-02-19 11:05:09 +0100)
----------------------------------------------------------------
Add nor-flash to mt8173 SoC.
Add efuse device to mt1873 SoC.
Fix power-domain issue mt8173-evb which uses older chip revision.
----------------------------------------------------------------
Bayi Cheng (1):
arm64: dts: mt8173: Add nor flash node
Eddie Huang (1):
ARM64: dts: Mediatek: mt8173-evb: fix access MMC fail issue
andrew-ct.chen at mediatek.com (1):
dts: arm64: Add EFUSE device node
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 3 +++
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 16 ++++++++++++++++
2 files changed, 19 insertions(+)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] ARM: mediatek: dts updates for v4.6
@ 2016-02-22 12:47 Matthias Brugger
2016-02-26 21:26 ` Arnd Bergmann
0 siblings, 1 reply; 5+ messages in thread
From: Matthias Brugger @ 2016-02-22 12:47 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd and Olof,
Please pull the following patches.
Thanks,
Matthias
---
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
are available in the git repository at:
https://github.com/mbgg/linux-mediatek.git tags/v4.5-next-dts
for you to fetch changes up to 8ba671efdbe5be3e5d691a8b7f77b0d68459b874:
arm: dts: Add pinctrl/GPIO/EINT node for mt2701 (2016-02-11 11:39:56 +0100)
----------------------------------------------------------------
Add support for mt7623 SoC.
Enable SMP support for mt7623.
Enable SMP support for mt2701
Add pinctrl for mt2701
----------------------------------------------------------------
Biao Huang (1):
arm: dts: Add pinctrl/GPIO/EINT node for mt2701
John Crispin (3):
Document: DT: Add bindings for mediatek MT7623 SoC Platform
ARM: dts: mediatek: add MT7623 basic support
ARM: dts: mt7623: enable SMP bringup
Louis Yu (1):
ARM: dts: mt2701: enable basic SMP bringup for mt2701
Documentation/devicetree/bindings/arm/mediatek.txt | 4 +
.../devicetree/bindings/serial/mtk-uart.txt | 1 +
.../bindings/timer/mediatek,mtk-timer.txt | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/mt2701.dtsi | 31 +++++
arch/arm/boot/dts/mt7623-evb.dts | 33 +++++
arch/arm/boot/dts/mt7623.dtsi | 147 +++++++++++++++++++++
arch/arm/mach-mediatek/Kconfig | 4 +
arch/arm/mach-mediatek/mediatek.c | 1 +
9 files changed, 223 insertions(+)
create mode 100644 arch/arm/boot/dts/mt7623-evb.dts
create mode 100644 arch/arm/boot/dts/mt7623.dtsi
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] ARM: mediatek: dts updates for v4.6
2016-02-22 12:43 Matthias Brugger
@ 2016-02-22 12:48 ` Matthias Brugger
2016-02-26 21:31 ` Arnd Bergmann
1 sibling, 0 replies; 5+ messages in thread
From: Matthias Brugger @ 2016-02-22 12:48 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
2016-02-22 13:43 GMT+01:00 Matthias Brugger <matthias.bgg@gmail.com>:
> Hi Arnd and Olof,
>
> Please pull the following patches.
> As you can see from the description, this pull request includes some
> fixes. Only a few developer have access to a Mediatek HW at the
> moment. Therefore I didn't send the fixes to stable.
>
> If you want me to send the fixes for older kernel versions, please let me know.
>
> Thanks,
> Matthias
>
> ---
>
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
>
> Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
>
> are available in the git repository at:
>
> https://github.com/mbgg/linux-mediatek.git tags/v4.5-next-dts64
As the tag name says, these pull request is for dts64 instead of dts,
as written in the subject.
I screwed it up, sorry.
Regards,
Matthias
>
> for you to fetch changes up to 3ea064b1e5adc263893ffdc3a11891c6d00d5e49:
>
> ARM64: dts: Mediatek: mt8173-evb: fix access MMC fail issue
> (2016-02-19 11:05:09 +0100)
>
> ----------------------------------------------------------------
> Add nor-flash to mt8173 SoC.
> Add efuse device to mt1873 SoC.
> Fix power-domain issue mt8173-evb which uses older chip revision.
>
> ----------------------------------------------------------------
> Bayi Cheng (1):
> arm64: dts: mt8173: Add nor flash node
>
> Eddie Huang (1):
> ARM64: dts: Mediatek: mt8173-evb: fix access MMC fail issue
>
> andrew-ct.chen at mediatek.com (1):
> dts: arm64: Add EFUSE device node
>
> arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 3 +++
> arch/arm64/boot/dts/mediatek/mt8173.dtsi | 16 ++++++++++++++++
> 2 files changed, 19 insertions(+)
--
motzblog.wordpress.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] ARM: mediatek: dts updates for v4.6
2016-02-22 12:47 [GIT PULL] ARM: mediatek: dts updates for v4.6 Matthias Brugger
@ 2016-02-26 21:26 ` Arnd Bergmann
0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-02-26 21:26 UTC (permalink / raw)
To: linux-arm-kernel
On Monday 22 February 2016 13:47:24 Matthias Brugger wrote:
> Add support for mt7623 SoC.
> Enable SMP support for mt7623.
> Enable SMP support for mt2701
> Add pinctrl for mt2701
>
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] ARM: mediatek: dts updates for v4.6
2016-02-22 12:43 Matthias Brugger
2016-02-22 12:48 ` Matthias Brugger
@ 2016-02-26 21:31 ` Arnd Bergmann
1 sibling, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-02-26 21:31 UTC (permalink / raw)
To: linux-arm-kernel
On Monday 22 February 2016 13:43:15 Matthias Brugger wrote:
>
> Please pull the following patches.
> As you can see from the description, this pull request includes some
> fixes. Only a few developer have access to a Mediatek HW at the
> moment. Therefore I didn't send the fixes to stable.
>
> If you want me to send the fixes for older kernel versions, please let me know.
I think it's fine either way here, up to you.
Pulled into next/dts64, thanks!
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-02-26 21:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 12:47 [GIT PULL] ARM: mediatek: dts updates for v4.6 Matthias Brugger
2016-02-26 21:26 ` Arnd Bergmann
-- strict thread matches above, loose matches on Subject: below --
2016-02-22 12:43 Matthias Brugger
2016-02-22 12:48 ` Matthias Brugger
2016-02-26 21:31 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox