From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754157AbcA2KYP (ORCPT ); Fri, 29 Jan 2016 05:24:15 -0500 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:43296 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751710AbcA2KYK (ORCPT ); Fri, 29 Jan 2016 05:24:10 -0500 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: chanho.min@lge.com X-Original-SENDERIP: 10.178.32.160 X-Original-MAILFROM: chanho.min@lge.com From: "chanho.min" To: "'Arnd Bergmann'" , Cc: , "'Catalin Marinas'" , "'Will Deacon'" , "'Jongsung Kim'" , "'Gunho Lee'" References: <1454058895-4884-1-git-send-email-chanho.min@lge.com> <3614541.oUWpW74d41@wuerfel> In-Reply-To: <3614541.oUWpW74d41@wuerfel> Subject: RE: [PATCH] arm64: add Kconfig entry for LG1K SoC family Date: Fri, 29 Jan 2016 19:24:09 +0900 Message-ID: <01e401d15a7f$31003a60$9300af20$@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQK3se6ohbJavF6q48N58RXtyUMmYQHv9YBpnTYXlfA= Content-Language: ko Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Friday 29 January 2016 18:14:55 Chanho Min wrote: > > This patch introduces ARCH_LG1K to enable LG Electronics's LG1K SoC > > family in Kconfig. > > > > The dts and defconfig will be submitted soon in another series. > > > > Signed-off-by: Chanho Min > > Please keep this together with the defconfig change for now if you want to > send a git pull request. If you send separate patches, just keep it all > together as a series. Also add a patch to list an entry in the MAINTAINERS > file. > > In either case, submit it to the mailing lists for review first, but once the > patches are ready to be applied, send them "To: arm@kernel.org" > with everyone else on Cc. > > Arnd OK, I will drop this and submit again. Thanks Chanho