From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752497AbbANCdH (ORCPT ); Tue, 13 Jan 2015 21:33:07 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:55264 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751388AbbANCdF (ORCPT ); Tue, 13 Jan 2015 21:33:05 -0500 X-Listener-Flag: 11101 Subject: Re: [PATCH v4 1/5] ARM: mediatek: Add config options for mediatek SoCs. From: Yingjoe Chen To: Matthias Brugger CC: Hongzhou Yang , Mark Rutland , Ashwin Chaugule , Vladimir Murzin , Russell King , , Pawel Moll , Ian Campbell , Catalin Marinas , "linux-kernel@vger.kernel.org" , , , Grant Likely , "devicetree@vger.kernel.org" , Rob Herring , , Sascha Hauer , Kumar Gala , Matthias Brugger , , "linux-arm-kernel@lists.infradead.org" , Linus Walleij In-Reply-To: References: <1418772873-19747-1-git-send-email-hongzhou.yang@mediatek.com> <1418772873-19747-2-git-send-email-hongzhou.yang@mediatek.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 14 Jan 2015 10:33:01 +0800 Message-ID: <1421202781.27675.149.camel@mtksdaap41> MIME-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2015-01-13 at 10:43 +0100, Linus Walleij wrote: > On Wed, Dec 17, 2014 at 12:34 AM, Hongzhou Yang > wrote: > > > From: Yingjoe Chen > > > > The upcoming MTK pinctrl driver have a big pin table for each SoC > > and we don't want to bloat the kernel binary if we don't need it. > > Add config options so we can build for one SoC only. > > > > Signed-off-by: Yingjoe Chen > > Signed-off-by: Hongzhou Yang > > Acked-by: Linus Walleij > > I guess this goes directly to the ARM SoC tree. As it is only > Kconfig symbols it should be OK to merge out-of-order. > Hi Matthias, Since this one is in arch/arm/mach-mediatek, can you take it? Links for original post in case you can't find it. http://lists.infradead.org/pipermail/linux-arm-kernel/2014-December/311181.html Joe.C