All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ZTE arm64 soc changes for 4.9
@ 2016-09-16  6:50 Shawn Guo
  2016-09-16  6:50 ` [GIT PULL 2/3] ZTE arm64 device tree " Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shawn Guo @ 2016-09-16  6:50 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-soc64-4.9

for you to fetch changes up to 12496aea0887fc067ad9ba0aa28798317f47a1e0:

  arm64: add ZTE ZX SoC family (2016-09-16 14:30:20 +0800)

----------------------------------------------------------------
ZTE arm64 SoC changes for 4.9:
 - Add a Kconfig option for ZTE ZX SoC family support

----------------------------------------------------------------
Jun Nie (1):
      arm64: add ZTE ZX SoC family

 arch/arm64/Kconfig.platforms | 5 +++++
 1 file changed, 5 insertions(+)

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

* [GIT PULL 2/3] ZTE arm64 device tree changes for 4.9
  2016-09-16  6:50 [GIT PULL 1/3] ZTE arm64 soc changes for 4.9 Shawn Guo
@ 2016-09-16  6:50 ` Shawn Guo
  2016-09-19 20:33   ` Arnd Bergmann
  2016-09-16  6:50 ` [GIT PULL 3/3] ZTE arm64 defconfig " Shawn Guo
  2016-09-19 20:35 ` [GIT PULL 1/3] ZTE arm64 soc " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2016-09-16  6:50 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-dt64-4.9

for you to fetch changes up to 2e673c7dc37a51f1c1cdabee22615916cbe0fc27:

  arm64: dts: Add ZTE ZX296718 SoC dts and Makefile (2016-09-16 10:47:05 +0800)

----------------------------------------------------------------
ZTE arm64 device tree changes for 4.9:
 - Add initial DTS support for ZTE ZX296718 SoC and ZX296718 EVB board.

----------------------------------------------------------------
Jun Nie (1):
      arm64: dts: Add ZTE ZX296718 SoC dts and Makefile

 Documentation/devicetree/bindings/arm/zte.txt |  24 +++
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/zte/Makefile              |   5 +
 arch/arm64/boot/dts/zte/zx296718-evb.dts      |  64 ++++++
 arch/arm64/boot/dts/zte/zx296718.dtsi         | 292 ++++++++++++++++++++++++++
 5 files changed, 386 insertions(+)
 create mode 100644 arch/arm64/boot/dts/zte/Makefile
 create mode 100644 arch/arm64/boot/dts/zte/zx296718-evb.dts
 create mode 100644 arch/arm64/boot/dts/zte/zx296718.dtsi

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

* [GIT PULL 3/3] ZTE arm64 defconfig changes for 4.9
  2016-09-16  6:50 [GIT PULL 1/3] ZTE arm64 soc changes for 4.9 Shawn Guo
  2016-09-16  6:50 ` [GIT PULL 2/3] ZTE arm64 device tree " Shawn Guo
@ 2016-09-16  6:50 ` Shawn Guo
  2016-09-19 20:36   ` Arnd Bergmann
  2016-09-19 20:35 ` [GIT PULL 1/3] ZTE arm64 soc " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2016-09-16  6:50 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-defconfig64-4.9

for you to fetch changes up to ba1f4d81707ab30dd342024dfa2cf50bb8003ece:

  arm64: defconfig: enable ZTE ZX related config (2016-09-16 14:28:39 +0800)

----------------------------------------------------------------
ZTE arm64 defconfig updates for 4.9:
 - Enable ZTE ZX family support in arm64 defconfig

----------------------------------------------------------------
Jun Nie (1):
      arm64: defconfig: enable ZTE ZX related config

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 2/3] ZTE arm64 device tree changes for 4.9
  2016-09-16  6:50 ` [GIT PULL 2/3] ZTE arm64 device tree " Shawn Guo
@ 2016-09-19 20:33   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-09-19 20:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 16, 2016 2:50:40 PM CEST Shawn Guo wrote:
> ZTE arm64 device tree changes for 4.9:
>  - Add initial DTS support for ZTE ZX296718 SoC and ZX296718 EVB board.
> 
> 

Pulled into next/dt64, thanks!

	Arnd

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

* [GIT PULL 1/3] ZTE arm64 soc changes for 4.9
  2016-09-16  6:50 [GIT PULL 1/3] ZTE arm64 soc changes for 4.9 Shawn Guo
  2016-09-16  6:50 ` [GIT PULL 2/3] ZTE arm64 device tree " Shawn Guo
  2016-09-16  6:50 ` [GIT PULL 3/3] ZTE arm64 defconfig " Shawn Guo
@ 2016-09-19 20:35 ` Arnd Bergmann
  2 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-09-19 20:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 16, 2016 2:50:39 PM CEST Shawn Guo wrote:
> ZTE arm64 SoC changes for 4.9:
>  - Add a Kconfig option for ZTE ZX SoC family support
> 

Pulled into next/arm64, thanks!

	Arnd

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

* [GIT PULL 3/3] ZTE arm64 defconfig changes for 4.9
  2016-09-16  6:50 ` [GIT PULL 3/3] ZTE arm64 defconfig " Shawn Guo
@ 2016-09-19 20:36   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-09-19 20:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 16, 2016 2:50:41 PM CEST Shawn Guo wrote:
> ZTE arm64 defconfig updates for 4.9:
>  - Enable ZTE ZX family support in arm64 defconfig
> 

Pulled into next/arm64, thanks!

	Arnd

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

end of thread, other threads:[~2016-09-19 20:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16  6:50 [GIT PULL 1/3] ZTE arm64 soc changes for 4.9 Shawn Guo
2016-09-16  6:50 ` [GIT PULL 2/3] ZTE arm64 device tree " Shawn Guo
2016-09-19 20:33   ` Arnd Bergmann
2016-09-16  6:50 ` [GIT PULL 3/3] ZTE arm64 defconfig " Shawn Guo
2016-09-19 20:36   ` Arnd Bergmann
2016-09-19 20:35 ` [GIT PULL 1/3] ZTE arm64 soc " Arnd Bergmann

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.