From mboxrd@z Thu Jan 1 00:00:00 1970 From: kesavan.abhilash@gmail.com (Abhilash Kesavan) Date: Wed, 8 Oct 2014 11:16:55 +0530 Subject: [PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 SoC In-Reply-To: <20140930155013.GE12702@e104818-lin.cambridge.arm.com> References: <1411361228-18279-1-git-send-email-a.kesavan@samsung.com> <013001cfd702$feb42900$fc1c7b00$@samsung.com> <20140930155013.GE12702@e104818-lin.cambridge.arm.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Arnd and Olof, On Tue, Sep 30, 2014 at 9:20 PM, Catalin Marinas wrote: > On Tue, Sep 30, 2014 at 04:15:21PM +0100, Abhilash Kesavan wrote: >> On Tue, Sep 23, 2014 at 2:18 PM, Abhilash Kesavan >> wrote: >> >>> This patchset supports the new Exynos7 Samsung SoC based on Cortex-A57. >> >>> Exynos7 is a System-On-Chip (SoC) that is based on 64-bit ARMv8 RISC >> >>> processor. >> >>> >> >>> The following patches are tested based on linux-next tree (20140919). >> >>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/ >> >>> >> >>> Following patches are required for this series: >> >>> 1- "tty/serial: fix config dependencies for samsung serial" >> >>> https://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg36208.html >> >>> 2- "dts, kbuild: Implement support for dtb vendor subdirs" patchset >> >>> http://comments.gmane.org/gmane.linux.kbuild.devel/12131 >> > >> > Thanks for your comments. I have mentioned Robert's patchset as being >> > a dependency for my series here. >> >> Do you have any comments on the arch and dts changes ? > > The arch changes look fine to me (not much in there, just Kconfig, > defconfig, Makefile). Regarding the dts, I'd like to see some acks from > the DT or arm-soc maintainers. > > BTW, the arch/arm64/ patches in your series should be merged via the > arm-soc tree (Arnd/Olof, cc'ing them now). Do you have any comments on this series ? Abhilash > > -- > Catalin