* [GIT PULL] arm: mediatek: dts32 updates for v4.14
@ 2017-08-17 13:31 Matthias Brugger
2017-08-30 5:21 ` Olof Johansson
0 siblings, 1 reply; 9+ messages in thread
From: Matthias Brugger @ 2017-08-17 13:31 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof and Arnd,
for v4.14 please take the following pull request into account.
Thanks,
Matthias
---
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts32
for you to fetch changes up to dfff569aaf8886dcc97b145a15f2213b4a4599e6:
arm: dts: mt7623: cleanup binding file (2017-08-14 17:17:02 +0200)
----------------------------------------------------------------
- mt7623: add mt7623n and mt7623a plattform
- add mt7623 based reference boards
- mt7623: add usb3, ethernet, cpufreq,
- Add banana-pi board
- add mt6323 pmic
- mt2701: add larb-id property to smi larb
----------------------------------------------------------------
Chunfeng Yun (1):
arm: dts: mt2701: Add usb3 device nodes
Honghui Zhang (1):
arm: dts: mediatek: add larbid property for larb
John Crispin (4):
arm: dts: mt7623: add mt6323.dtsi file
arm: dts: mt7623: cleanup the mt7623n rfb uart nodes
arm: dts: mt7623: enable the usb device on the mt7623n rfb
arm: dts: mt7623: enable the nand device on the mt7623n nand rfb
Matthias Brugger (1):
arm: dts: mt7623: fix mmc interrupt assignment
Ryder Lee (1):
arm: dts: mt7623: cleanup binding file
Sean Wang (9):
dt-bindings: net: mediatek: update documentation for reset signals
arm: dts: mt7623: fixup binding violation missing reset in ethernet node
dt-bindings: arm: mediatek: update for MT7623n SoC and relevant boards
dt-bindings: arm: mediatek: add bindings for mediatek MT7623a SoC Platform
arm: dts: mt7623: rename mt7623-evb.dts to arch/arm/boot/dts/mt7623n-rfb.dtsi
arm: dts: mt7623: add support for Bananapi R2 (BPI-R2) board
arm: dts: mt7623: add clock-frequency to CPU nodes
arm: dts: mt2701: Add ethernet device node
arm: dts: mt7623: Add SD-card and EMMC to bananapi-r2
Documentation/devicetree/bindings/arm/mediatek.txt | 14 +-
.../devicetree/bindings/net/mediatek-net.txt | 6 +-
arch/arm/boot/dts/Makefile | 3 +-
arch/arm/boot/dts/mt2701.dtsi | 106 +++++
arch/arm/boot/dts/mt6323.dtsi | 241 ++++++++++
arch/arm/boot/dts/mt7623-evb.dts | 33 --
arch/arm/boot/dts/mt7623.dtsi | 211 +++++++--
arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts | 487 +++++++++++++++++++++
arch/arm/boot/dts/mt7623n-rfb-nand.dts | 111 +++++
arch/arm/boot/dts/mt7623n-rfb.dtsi | 92 ++++
10 files changed, 1218 insertions(+), 86 deletions(-)
create mode 100644 arch/arm/boot/dts/mt6323.dtsi
delete mode 100644 arch/arm/boot/dts/mt7623-evb.dts
create mode 100644 arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
create mode 100644 arch/arm/boot/dts/mt7623n-rfb-nand.dts
create mode 100644 arch/arm/boot/dts/mt7623n-rfb.dtsi
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] arm: mediatek: dts32 updates for v4.14
2017-08-17 13:31 [GIT PULL] arm: mediatek: dts32 updates for v4.14 Matthias Brugger
@ 2017-08-30 5:21 ` Olof Johansson
0 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2017-08-30 5:21 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 17, 2017 at 03:31:22PM +0200, Matthias Brugger wrote:
> Hi Olof and Arnd,
>
> for v4.14 please take the following pull request into account.
>
> Thanks,
> Matthias
>
> ---
>
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
> Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>
> are available in the git repository at:
>
> https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts32
>
> for you to fetch changes up to dfff569aaf8886dcc97b145a15f2213b4a4599e6:
>
> arm: dts: mt7623: cleanup binding file (2017-08-14 17:17:02 +0200)
>
> ----------------------------------------------------------------
> - mt7623: add mt7623n and mt7623a plattform
> - add mt7623 based reference boards
> - mt7623: add usb3, ethernet, cpufreq,
> - Add banana-pi board
> - add mt6323 pmic
> - mt2701: add larb-id property to smi larb
Looks like with the subject confused for dts64, this branch didn't get merged
before. Merged it to next/dt now.
Thanks,
-Olof
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] arm: mediatek: dts32 updates for v4.14
@ 2017-08-17 13:37 Matthias Brugger
2017-08-18 20:41 ` Arnd Bergmann
2017-08-27 19:01 ` Sean Wang
0 siblings, 2 replies; 9+ messages in thread
From: Matthias Brugger @ 2017-08-17 13:37 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof and Arnd,
for v4.14 please take the following pull request into account.
Thanks,
Matthias
---
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
(2017-08-17 15:33:45 +0200)
----------------------------------------------------------------
- add SoC mt7622 and its reference board
- cleanup of dts bindings
- mt6797: add watchdog and delete unused clock
- add support for SoC mt2701 and it's eval board
----------------------------------------------------------------
Matthias Brugger (4):
ARM: mediatek: dts: Cleanup bindings documentation
ARM: mediatek: dts: Add MT6797 binding
arm64: dts: mediatek: add watchdog to MT6797
arm64: dts: mediatek: Delete unused dummy clock for MT6797
Sean Wang (2):
arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file
arm64: dts: mt7622: add dts file for MT7622 reference board variant 1
yt.shen at mediatek.com (2):
dt-bindings: arm: Add bindings for Mediatek MT2712 SoC Platform
arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
Documentation/devicetree/bindings/arm/mediatek.txt | 4 +
.../interrupt-controller/mediatek,sysirq.txt | 1 +
.../devicetree/bindings/serial/mtk-uart.txt | 1 +
.../devicetree/bindings/watchdog/mtk-wdt.txt | 6 +-
arch/arm64/boot/dts/mediatek/Makefile | 2 +
arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 32 ++++
arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 171 +++++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt6797.dtsi | 12 +-
arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 27 ++++
arch/arm64/boot/dts/mediatek/mt7622.dtsi | 110 +++++++++++++
10 files changed, 356 insertions(+), 10 deletions(-)
create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-evb.dts
create mode 100644 arch/arm64/boot/dts/mediatek/mt2712e.dtsi
create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
create mode 100644 arch/arm64/boot/dts/mediatek/mt7622.dtsi
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] arm: mediatek: dts32 updates for v4.14
2017-08-17 13:37 Matthias Brugger
@ 2017-08-18 20:41 ` Arnd Bergmann
2017-08-18 20:43 ` Arnd Bergmann
[not found] ` <1503454566.15454.0.camel@mtksdaap41>
2017-08-27 19:01 ` Sean Wang
1 sibling, 2 replies; 9+ messages in thread
From: Arnd Bergmann @ 2017-08-18 20:41 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 17, 2017 at 3:37 PM, Matthias Brugger
<matthias.bgg@gmail.com> wrote:
>
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
> Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>
> are available in the git repository at:
>
> https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
>
> for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
>
> arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
> (2017-08-17 15:33:45 +0200)
>
> ----------------------------------------------------------------
> - add SoC mt7622 and its reference board
> - cleanup of dts bindings
> - mt6797: add watchdog and delete unused clock
> - add support for SoC mt2701 and it's eval board
Nice to see mt7622 support already getting merged, at least it seems this
is getting there before the chip ends up in consumer devices, normally
it's the other way round ;-)
Could you let me know what mt2712 is? I can't find anything about this
chip, not even which business unit made it, and I'd like to have a brief
description for most newly added hardware in my own pull requests.
Arnd
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] arm: mediatek: dts32 updates for v4.14
2017-08-18 20:41 ` Arnd Bergmann
@ 2017-08-18 20:43 ` Arnd Bergmann
[not found] ` <1503454566.15454.0.camel@mtksdaap41>
1 sibling, 0 replies; 9+ messages in thread
From: Arnd Bergmann @ 2017-08-18 20:43 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Aug 18, 2017 at 10:41 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thu, Aug 17, 2017 at 3:37 PM, Matthias Brugger
> <matthias.bgg@gmail.com> wrote:
>>
>> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>>
>> Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>>
>> are available in the git repository at:
>>
>> https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
>>
>> for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
>>
>> arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
>> (2017-08-17 15:33:45 +0200)
>>
>> ----------------------------------------------------------------
>> - add SoC mt7622 and its reference board
>> - cleanup of dts bindings
>> - mt6797: add watchdog and delete unused clock
>> - add support for SoC mt2701 and it's eval board
>
> Nice to see mt7622 support already getting merged, at least it seems this
> is getting there before the chip ends up in consumer devices, normally
> it's the other way round ;-)
>
> Could you let me know what mt2712 is? I can't find anything about this
> chip, not even which business unit made it, and I'd like to have a brief
> description for most newly added hardware in my own pull requests.
I also meant to say that it's now merged into next/dt64, with the subject
slightly changed to say "dts64" rather than "dts32".
Arnd
^ permalink raw reply [flat|nested] 9+ messages in thread[parent not found: <1503454566.15454.0.camel@mtksdaap41>]
* [GIT PULL] arm: mediatek: dts32 updates for v4.14
[not found] ` <1503454566.15454.0.camel@mtksdaap41>
@ 2017-08-23 2:35 ` YT Shen
2017-08-23 9:50 ` Arnd Bergmann
0 siblings, 1 reply; 9+ messages in thread
From: YT Shen @ 2017-08-23 2:35 UTC (permalink / raw)
To: linux-arm-kernel
> On Sat, 2017-08-19 at 04:41 +0800, Arnd Bergmann wrote:
> > On Thu, Aug 17, 2017 at 3:37 PM, Matthias Brugger
> > <matthias.bgg@gmail.com> wrote:
> > >
> > > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> > >
> > > Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
> > >
> > > are available in the git repository at:
> > >
> > > https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
> > >
> > > for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
> > >
> > > arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
> > > (2017-08-17 15:33:45 +0200)
> > >
> > > ----------------------------------------------------------------
> > > - add SoC mt7622 and its reference board
> > > - cleanup of dts bindings
> > > - mt6797: add watchdog and delete unused clock
> > > - add support for SoC mt2701 and it's eval board
> >
> > Nice to see mt7622 support already getting merged, at least it seems this
> > is getting there before the chip ends up in consumer devices, normally
> > it's the other way round ;-)
> >
> > Could you let me know what mt2712 is? I can't find anything about this
> > chip, not even which business unit made it, and I'd like to have a brief
> > description for most newly added hardware in my own pull requests.
> >
> > Arnd
> >
Hi,
MT2712 is a family of automotive processors designed for infotainment
applications.
Is that sufficient? Thanks.
yt.shen
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] arm: mediatek: dts32 updates for v4.14
2017-08-23 2:35 ` YT Shen
@ 2017-08-23 9:50 ` Arnd Bergmann
0 siblings, 0 replies; 9+ messages in thread
From: Arnd Bergmann @ 2017-08-23 9:50 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 23, 2017 at 4:35 AM, YT Shen <yt.shen@mediatek.com> wrote:
>> On Sat, 2017-08-19 at 04:41 +0800, Arnd Bergmann wrote:
>> > On Thu, Aug 17, 2017 at 3:37 PM, Matthias Brugger
>> > <matthias.bgg@gmail.com> wrote:
>> > >
>> > > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>> > >
>> > > Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>> > >
>> > > are available in the git repository at:
>> > >
>> > > https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
>> > >
>> > > for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
>> > >
>> > > arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
>> > > (2017-08-17 15:33:45 +0200)
>> > >
>> > > ----------------------------------------------------------------
>> > > - add SoC mt7622 and its reference board
>> > > - cleanup of dts bindings
>> > > - mt6797: add watchdog and delete unused clock
>> > > - add support for SoC mt2701 and it's eval board
>> >
>> > Nice to see mt7622 support already getting merged, at least it seems this
>> > is getting there before the chip ends up in consumer devices, normally
>> > it's the other way round ;-)
>> >
>> > Could you let me know what mt2712 is? I can't find anything about this
>> > chip, not even which business unit made it, and I'd like to have a brief
>> > description for most newly added hardware in my own pull requests.
>> >
>> > Arnd
>> >
> Hi,
>
> MT2712 is a family of automotive processors designed for infotainment
> applications.
>
> Is that sufficient? Thanks.
> yt.shen
Thanks, that just what I was missing. It would be good to add something
like that, plus any pointers to public websites (when they exist) when merging
support for a new chip, in the commit log and/or the Kconfig entry when we
have one (the latter usually only for arm32 but not arm64).
Arnd
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] arm: mediatek: dts32 updates for v4.14
2017-08-17 13:37 Matthias Brugger
2017-08-18 20:41 ` Arnd Bergmann
@ 2017-08-27 19:01 ` Sean Wang
2017-08-28 2:04 ` Sean Wang
1 sibling, 1 reply; 9+ messages in thread
From: Sean Wang @ 2017-08-27 19:01 UTC (permalink / raw)
To: linux-arm-kernel
just a gentle ping.
Are those changes similar to missing ones ? The other changes like
next/dts32 and next/soc seems have been already in the next tree.
On Thu, 2017-08-17 at 15:37 +0200, Matthias Brugger wrote:
> Hi Olof and Arnd,
>
> for v4.14 please take the following pull request into account.
>
> Thanks,
> Matthias
>
> ---
>
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
> Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>
> are available in the git repository at:
>
> https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
>
> for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
>
> arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
> (2017-08-17 15:33:45 +0200)
>
> ----------------------------------------------------------------
> - add SoC mt7622 and its reference board
> - cleanup of dts bindings
> - mt6797: add watchdog and delete unused clock
> - add support for SoC mt2701 and it's eval board
>
> ----------------------------------------------------------------
> Matthias Brugger (4):
> ARM: mediatek: dts: Cleanup bindings documentation
> ARM: mediatek: dts: Add MT6797 binding
> arm64: dts: mediatek: add watchdog to MT6797
> arm64: dts: mediatek: Delete unused dummy clock for MT6797
>
> Sean Wang (2):
> arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file
> arm64: dts: mt7622: add dts file for MT7622 reference board variant 1
>
> yt.shen at mediatek.com (2):
> dt-bindings: arm: Add bindings for Mediatek MT2712 SoC Platform
> arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
>
> Documentation/devicetree/bindings/arm/mediatek.txt | 4 +
> .../interrupt-controller/mediatek,sysirq.txt | 1 +
> .../devicetree/bindings/serial/mtk-uart.txt | 1 +
> .../devicetree/bindings/watchdog/mtk-wdt.txt | 6 +-
> arch/arm64/boot/dts/mediatek/Makefile | 2 +
> arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 32 ++++
> arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 171 +++++++++++++++++++++
> arch/arm64/boot/dts/mediatek/mt6797.dtsi | 12 +-
> arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 27 ++++
> arch/arm64/boot/dts/mediatek/mt7622.dtsi | 110 +++++++++++++
> 10 files changed, 356 insertions(+), 10 deletions(-)
> create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-evb.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt7622.dtsi
>
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] arm: mediatek: dts32 updates for v4.14
2017-08-27 19:01 ` Sean Wang
@ 2017-08-28 2:04 ` Sean Wang
0 siblings, 0 replies; 9+ messages in thread
From: Sean Wang @ 2017-08-28 2:04 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, 2017-08-28 at 03:01 +0800, Sean Wang wrote:
> just a gentle ping.
>
> Are those changes similar to missing ones ? The other changes like
> next/dts32 and next/soc seems have been already in the next tree.
>
>
Sorry for that I ping the mistaken mail and also want to fix the typo in
the former reply here
in fact, i want to ping
http://lists.infradead.org/pipermail/linux-mediatek/2017-August/010150.html
Are those changes similar to missing ones ? The other changes like
next/dts64 and next/soc seems have been already in the next tree.
> On Thu, 2017-08-17 at 15:37 +0200, Matthias Brugger wrote:
> > Hi Olof and Arnd,
> >
> > for v4.14 please take the following pull request into account.
> >
> > Thanks,
> > Matthias
> >
> > ---
> >
> > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> >
> > Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
> >
> > are available in the git repository at:
> >
> > https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
> >
> > for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
> >
> > arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
> > (2017-08-17 15:33:45 +0200)
> >
> > ----------------------------------------------------------------
> > - add SoC mt7622 and its reference board
> > - cleanup of dts bindings
> > - mt6797: add watchdog and delete unused clock
> > - add support for SoC mt2701 and it's eval board
> >
> > ----------------------------------------------------------------
> > Matthias Brugger (4):
> > ARM: mediatek: dts: Cleanup bindings documentation
> > ARM: mediatek: dts: Add MT6797 binding
> > arm64: dts: mediatek: add watchdog to MT6797
> > arm64: dts: mediatek: Delete unused dummy clock for MT6797
> >
> > Sean Wang (2):
> > arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file
> > arm64: dts: mt7622: add dts file for MT7622 reference board variant 1
> >
> > yt.shen at mediatek.com (2):
> > dt-bindings: arm: Add bindings for Mediatek MT2712 SoC Platform
> > arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
> >
> > Documentation/devicetree/bindings/arm/mediatek.txt | 4 +
> > .../interrupt-controller/mediatek,sysirq.txt | 1 +
> > .../devicetree/bindings/serial/mtk-uart.txt | 1 +
> > .../devicetree/bindings/watchdog/mtk-wdt.txt | 6 +-
> > arch/arm64/boot/dts/mediatek/Makefile | 2 +
> > arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 32 ++++
> > arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 171 +++++++++++++++++++++
> > arch/arm64/boot/dts/mediatek/mt6797.dtsi | 12 +-
> > arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 27 ++++
> > arch/arm64/boot/dts/mediatek/mt7622.dtsi | 110 +++++++++++++
> > 10 files changed, 356 insertions(+), 10 deletions(-)
> > create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-evb.dts
> > create mode 100644 arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> > create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
> > create mode 100644 arch/arm64/boot/dts/mediatek/mt7622.dtsi
> >
> > _______________________________________________
> > Linux-mediatek mailing list
> > Linux-mediatek at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-mediatek
>
>
>
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2017-08-30 5:21 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 13:31 [GIT PULL] arm: mediatek: dts32 updates for v4.14 Matthias Brugger
2017-08-30 5:21 ` Olof Johansson
-- strict thread matches above, loose matches on Subject: below --
2017-08-17 13:37 Matthias Brugger
2017-08-18 20:41 ` Arnd Bergmann
2017-08-18 20:43 ` Arnd Bergmann
[not found] ` <1503454566.15454.0.camel@mtksdaap41>
2017-08-23 2:35 ` YT Shen
2017-08-23 9:50 ` Arnd Bergmann
2017-08-27 19:01 ` Sean Wang
2017-08-28 2:04 ` Sean Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).