All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm: Updates of armv7 DTS for v4.15-next
@ 2017-12-20 19:18 ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-12-20 19:18 UTC (permalink / raw)
  To: arm-soc
  Cc: moderated list:ARM/Mediatek SoC support, Andrew-sh Cheng,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Weiyi Lu

Hi Arnd and Olof,

Please feel free to pull the following patches.

Thanks,
Matthias

---
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c0c3333daba6617b44228a8dffb8184b2fd1931d:

  arm64: dts: Add power controller device node of MT2712 (2017-12-20 20:02:50 +0100)

----------------------------------------------------------------
- mt8173 add cpufreq related nodes
  supply nodes
  frequency/voltage operation table

- mt2712 add cpufreq related nodes
  fixed regulator
  supply nodes
  frequency/voltage operation table
- mt2712 add clock contoller nodes
- mt2712 add scpsys node

----------------------------------------------------------------
Andrew-sh Cheng (2):
      arm64: dts: mediatek: add mt8173 cpufreq related device nodes
      arm64: dts: mediatek: add mt2712 cpufreq related device nodes

weiyi.lu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org (2):
      arm64: dts: mt2712: Add clock controller device nodes
      arm64: dts: Add power controller device node of MT2712

 arch/arm64/boot/dts/mediatek/mt2712-evb.dts |  27 ++++
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi   | 188 ++++++++++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8173-evb.dts |  18 +++
 arch/arm64/boot/dts/mediatek/mt8173.dtsi    |  90 +++++++++++++
 4 files changed, 323 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] arm: Updates of armv7 DTS for v4.15-next
@ 2017-12-20 19:18 ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-12-20 19:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd and Olof,

Please feel free to pull the following patches.

Thanks,
Matthias

---
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c0c3333daba6617b44228a8dffb8184b2fd1931d:

  arm64: dts: Add power controller device node of MT2712 (2017-12-20 20:02:50 +0100)

----------------------------------------------------------------
- mt8173 add cpufreq related nodes
  supply nodes
  frequency/voltage operation table

- mt2712 add cpufreq related nodes
  fixed regulator
  supply nodes
  frequency/voltage operation table
- mt2712 add clock contoller nodes
- mt2712 add scpsys node

----------------------------------------------------------------
Andrew-sh Cheng (2):
      arm64: dts: mediatek: add mt8173 cpufreq related device nodes
      arm64: dts: mediatek: add mt2712 cpufreq related device nodes

weiyi.lu at mediatek.com (2):
      arm64: dts: mt2712: Add clock controller device nodes
      arm64: dts: Add power controller device node of MT2712

 arch/arm64/boot/dts/mediatek/mt2712-evb.dts |  27 ++++
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi   | 188 ++++++++++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8173-evb.dts |  18 +++
 arch/arm64/boot/dts/mediatek/mt8173.dtsi    |  90 +++++++++++++
 4 files changed, 323 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] arm: Updates of armv7 DTS for v4.15-next
  2017-12-20 19:18 ` Matthias Brugger
@ 2017-12-21  9:54     ` Matthias Brugger
  -1 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-12-21  9:54 UTC (permalink / raw)
  To: arm-soc
  Cc: moderated list:ARM/Mediatek SoC support, Andrew-sh Cheng,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Weiyi Lu



On 12/20/2017 08:18 PM, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Please feel free to pull the following patches.

Please ignore this pull request.
It has several issues. I'll send a new one soon.

Sorry for the inconvenience.
Matthias

> 
> Thanks,
> Matthias
> 
> ---
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git
> tags/v4.15-next-dts64
> 
> for you to fetch changes up to c0c3333daba6617b44228a8dffb8184b2fd1931d:
> 
>   arm64: dts: Add power controller device node of MT2712 (2017-12-20 20:02:50 +0100)
> 
> ----------------------------------------------------------------
> - mt8173 add cpufreq related nodes
>   supply nodes
>   frequency/voltage operation table
> 
> - mt2712 add cpufreq related nodes
>   fixed regulator
>   supply nodes
>   frequency/voltage operation table
> - mt2712 add clock contoller nodes
> - mt2712 add scpsys node
> 
> ----------------------------------------------------------------
> Andrew-sh Cheng (2):
>       arm64: dts: mediatek: add mt8173 cpufreq related device nodes
>       arm64: dts: mediatek: add mt2712 cpufreq related device nodes
> 
> weiyi.lu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org (2):
>       arm64: dts: mt2712: Add clock controller device nodes
>       arm64: dts: Add power controller device node of MT2712
> 
>  arch/arm64/boot/dts/mediatek/mt2712-evb.dts |  27 ++++
>  arch/arm64/boot/dts/mediatek/mt2712e.dtsi   | 188 ++++++++++++++++++++++++++++
>  arch/arm64/boot/dts/mediatek/mt8173-evb.dts |  18 +++
>  arch/arm64/boot/dts/mediatek/mt8173.dtsi    |  90 +++++++++++++
>  4 files changed, 323 insertions(+)
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] arm: Updates of armv7 DTS for v4.15-next
@ 2017-12-21  9:54     ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-12-21  9:54 UTC (permalink / raw)
  To: linux-arm-kernel



On 12/20/2017 08:18 PM, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Please feel free to pull the following patches.

Please ignore this pull request.
It has several issues. I'll send a new one soon.

Sorry for the inconvenience.
Matthias

> 
> Thanks,
> Matthias
> 
> ---
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git
> tags/v4.15-next-dts64
> 
> for you to fetch changes up to c0c3333daba6617b44228a8dffb8184b2fd1931d:
> 
>   arm64: dts: Add power controller device node of MT2712 (2017-12-20 20:02:50 +0100)
> 
> ----------------------------------------------------------------
> - mt8173 add cpufreq related nodes
>   supply nodes
>   frequency/voltage operation table
> 
> - mt2712 add cpufreq related nodes
>   fixed regulator
>   supply nodes
>   frequency/voltage operation table
> - mt2712 add clock contoller nodes
> - mt2712 add scpsys node
> 
> ----------------------------------------------------------------
> Andrew-sh Cheng (2):
>       arm64: dts: mediatek: add mt8173 cpufreq related device nodes
>       arm64: dts: mediatek: add mt2712 cpufreq related device nodes
> 
> weiyi.lu at mediatek.com (2):
>       arm64: dts: mt2712: Add clock controller device nodes
>       arm64: dts: Add power controller device node of MT2712
> 
>  arch/arm64/boot/dts/mediatek/mt2712-evb.dts |  27 ++++
>  arch/arm64/boot/dts/mediatek/mt2712e.dtsi   | 188 ++++++++++++++++++++++++++++
>  arch/arm64/boot/dts/mediatek/mt8173-evb.dts |  18 +++
>  arch/arm64/boot/dts/mediatek/mt8173.dtsi    |  90 +++++++++++++
>  4 files changed, 323 insertions(+)
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-21  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-20 19:18 [GIT PULL] arm: Updates of armv7 DTS for v4.15-next Matthias Brugger
2017-12-20 19:18 ` Matthias Brugger
     [not found] ` <8bf16d56-579c-1579-142f-121990ec0572-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-12-21  9:54   ` Matthias Brugger
2017-12-21  9:54     ` Matthias Brugger

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.