Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1375403 > unrolled thread

[RESEND PATCH v2 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k

Started byChanho Min <chanho.min@lge.com>
First post2016-04-11 03:30 +0200
Last post2016-04-11 03:30 +0200
Articles 3 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [RESEND PATCH v2 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k  Chanho Min <chanho.min@lge.com> - 2016-04-11 03:30 +0200
    [RESEND PATCH v2 4/4] MAINTAINERS: add myself as ARM/LG1K maintainer Chanho Min <chanho.min@lge.com> - 2016-04-11 03:30 +0200
    [RESEND PATCH v2 2/4] arm64: defconfig: enable ARCH_LG1K Chanho Min <chanho.min@lge.com> - 2016-04-11 03:30 +0200

#1375403 — [RESEND PATCH v2 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k

FromChanho Min <chanho.min@lge.com>
Date2016-04-11 03:30 +0200
Subject[RESEND PATCH v2 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k
Message-ID<rmyPT-63j-3@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1375404 — [RESEND PATCH v2 4/4] MAINTAINERS: add myself as ARM/LG1K maintainer

FromChanho Min <chanho.min@lge.com>
Date2016-04-11 03:30 +0200
Subject[RESEND PATCH v2 4/4] MAINTAINERS: add myself as ARM/LG1K maintainer
Message-ID<rmyPU-63j-13@gated-at.bofh.it>
In reply to#1375403
Signed-off-by: Chanho Min <chanho.min@lge.com>
---
Changes for v2:
	- None
---
 MAINTAINERS |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4f55edf..20ca61a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1245,6 +1245,12 @@ L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	drivers/memory/*emif*
 
+ARM/LG1K ARCHITECTURE
+M:	Chanho Min <chanho.min@lge.com>
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	arch/arm64/boot/dts/lg/
+
 ARM/LOGICPD PXA270 MACHINE SUPPORT
 M:	Lennert Buytenhek <kernel@wantstofly.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-- 
1.7.9.5

[toc] | [prev] | [next] | [standalone]


#1375405 — [RESEND PATCH v2 2/4] arm64: defconfig: enable ARCH_LG1K

FromChanho Min <chanho.min@lge.com>
Date2016-04-11 03:30 +0200
Subject[RESEND PATCH v2 2/4] arm64: defconfig: enable ARCH_LG1K
Message-ID<rmyPT-63j-9@gated-at.bofh.it>
In reply to#1375403
Enable building LG1K support in the defconfig.

Signed-off-by: Chanho Min <chanho.min@lge.com>
---
Changes for v2:
	- None
---
 arch/arm64/configs/defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 86581f7..14dbe27 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -49,6 +49,7 @@ CONFIG_ARCH_UNIPHIER=y
 CONFIG_ARCH_VEXPRESS=y
 CONFIG_ARCH_XGENE=y
 CONFIG_ARCH_ZYNQMP=y
+CONFIG_ARCH_LG1K=y
 CONFIG_PCI=y
 CONFIG_PCI_MSI=y
 CONFIG_PCI_IOV=y
-- 
1.7.9.5

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web