linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k
@ 2016-03-10 11:22 Chanho Min
  2016-03-10 11:22 ` [PATCH v2 1/4] arm64: add Kconfig entry for LG1K SoC family Chanho Min
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Chanho Min @ 2016-03-10 11:22 UTC (permalink / raw)
  To: arm
  Cc: Catalin Marinas, Will Deacon, Arnd Bergmann, linux-kernel,
	linux-arm-kernel, Jongsung Kim, Gunho Lee, Chanho Min

This is an initial series for supporting LG Electronics's lg1k SoCs,
based on ARM Cortex-A53, mainly used for digital TVs.

Chanho Min (4):
  arm64: add Kconfig entry for LG1K SoC family
  arm64: defconfig: enable ARCH_LG1K
  arm64: dts: Add dts files for LG Electronics's lg1312 SoC
  MAINTAINERS: add myself as ARM/LG1K maintainer

 MAINTAINERS                           |    6 +
 arch/arm64/Kconfig.platforms          |    4 +
 arch/arm64/boot/dts/Makefile          |    1 +
 arch/arm64/boot/dts/lg/Makefile       |    5 +
 arch/arm64/boot/dts/lg/lg1312-ref.dts |   36 ++++
 arch/arm64/boot/dts/lg/lg1312.dtsi    |  351 +++++++++++++++++++++++++++++++++
 arch/arm64/configs/defconfig          |    1 +
 7 files changed, 404 insertions(+)
 create mode 100644 arch/arm64/boot/dts/lg/Makefile
 create mode 100644 arch/arm64/boot/dts/lg/lg1312-ref.dts
 create mode 100644 arch/arm64/boot/dts/lg/lg1312.dtsi

-- 
1.7.9.5

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

end of thread, other threads:[~2016-03-21  1:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-10 11:22 [PATCH v2 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k Chanho Min
2016-03-10 11:22 ` [PATCH v2 1/4] arm64: add Kconfig entry for LG1K SoC family Chanho Min
2016-03-10 11:22 ` [PATCH v2 2/4] arm64: defconfig: enable ARCH_LG1K Chanho Min
2016-03-10 11:22 ` [PATCH v2 3/4] arm64: dts: Add dts files for LG Electronics's lg1312 SoC Chanho Min
2016-03-10 11:22 ` [PATCH v2 4/4] MAINTAINERS: add myself as ARM/LG1K maintainer Chanho Min
2016-03-21  1:43 ` [PATCH v2 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k Chanho Min

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).