Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1375758 > unrolled thread
| Started by | Chanho Min <chanho.min@lge.com> |
|---|---|
| First post | 2016-04-11 14:00 +0200 |
| Last post | 2016-04-14 00:30 +0200 |
| Articles | 5 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v3 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k Chanho Min <chanho.min@lge.com> - 2016-04-11 14:00 +0200
[PATCH v3 2/4] arm64: defconfig: enable ARCH_LG1K Chanho Min <chanho.min@lge.com> - 2016-04-11 14:00 +0200
Re: [PATCH v3 2/4] arm64: defconfig: enable ARCH_LG1K Olof Johansson <olof@lixom.net> - 2016-04-14 00:30 +0200
[PATCH v3 4/4] MAINTAINERS: add myself as ARM/LG1K maintainer Chanho Min <chanho.min@lge.com> - 2016-04-11 14:00 +0200
Re: [PATCH v3 4/4] MAINTAINERS: add myself as ARM/LG1K maintainer Olof Johansson <olof@lixom.net> - 2016-04-14 00:30 +0200
| From | Chanho Min <chanho.min@lge.com> |
|---|---|
| Date | 2016-04-11 14:00 +0200 |
| Subject | [PATCH v3 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k |
| Message-ID | <rmIFA-5ju-21@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]
| From | Chanho Min <chanho.min@lge.com> |
|---|---|
| Date | 2016-04-11 14:00 +0200 |
| Subject | [PATCH v3 2/4] arm64: defconfig: enable ARCH_LG1K |
| Message-ID | <rmIFB-5ju-27@gated-at.bofh.it> |
| In reply to | #1375758 |
Enable building LG1K support in the defconfig. Signed-off-by: Chanho Min <chanho.min@lge.com> --- Changes for v2: - None Changes for v3: - 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] | [next] | [standalone]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2016-04-14 00:30 +0200 |
| Subject | Re: [PATCH v3 2/4] arm64: defconfig: enable ARCH_LG1K |
| Message-ID | <rnBsm-8rm-9@gated-at.bofh.it> |
| In reply to | #1375760 |
On Mon, Apr 11, 2016 at 08:54:45PM +0900, Chanho Min wrote: > Enable building LG1K support in the defconfig. > > Signed-off-by: Chanho Min <chanho.min@lge.com> > --- > Changes for v2: > - None > Changes for v3: > - 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 Applied, again with inserting it in the right place (since it moves when the Kconfig entry moves). -Olof
[toc] | [prev] | [next] | [standalone]
| From | Chanho Min <chanho.min@lge.com> |
|---|---|
| Date | 2016-04-11 14:00 +0200 |
| Subject | [PATCH v3 4/4] MAINTAINERS: add myself as ARM/LG1K maintainer |
| Message-ID | <rmIFB-5ju-29@gated-at.bofh.it> |
| In reply to | #1375758 |
Signed-off-by: Chanho Min <chanho.min@lge.com> --- Changes for v2: - None Changes for v3: - 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]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2016-04-14 00:30 +0200 |
| Subject | Re: [PATCH v3 4/4] MAINTAINERS: add myself as ARM/LG1K maintainer |
| Message-ID | <rnBsm-8rm-17@gated-at.bofh.it> |
| In reply to | #1375761 |
On Mon, Apr 11, 2016 at 08:54:47PM +0900, Chanho Min wrote: > Signed-off-by: Chanho Min <chanho.min@lge.com> > --- > Changes for v2: > - None > Changes for v3: > - None > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) Applied with reworded subject. -Olof
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web