From patchwork Fri Mar 6 12:52:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 5954821 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C6FEFBF440 for ; Fri, 6 Mar 2015 13:00:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 838C220361 for ; Fri, 6 Mar 2015 13:00:41 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6FA3920351 for ; Fri, 6 Mar 2015 13:00:40 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YTrpE-0005xx-9k; Fri, 06 Mar 2015 12:57:56 +0000 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YTrl2-0001gU-0d; Fri, 06 Mar 2015 12:53:36 +0000 Received: by pabli10 with SMTP id li10so51316919pab.13; Fri, 06 Mar 2015 04:53:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=g/WlYgRd6be3LKVNCtKrywZjXqWjbfPKRzvVlVCL/10=; b=SmtCEp8Tnhe1q67fNTMYgCZGafcwamc7KiNtsR3wjQ9FdE5QOgvSto7SJBOPu8wnoX M8FetBYx4vcdRRtnMqJlC4RWg2Y6yCjhgDxkapTAWGnfyhwl1OTxhZvijbBn/hiQs4Y8 iS6EZon2cw5afHV6BOIE+C2rYvmr1uuUd8s3X1x/KgGQX814WYK3LfysFzVOe3jOMdvb ueLmvFh7op0+pj1Qio0tnrXwRV+w/YoBpGOqW54LtoxpPZWJ1s0qEPwYpPXcVbJUEZDF CiQ9OyGUhu3Scmz64EWbOMQ3CaGPPdHDBg7pWdm2+1nEAMaPIs3g1V4kwLvWpCaPzSNN vfOQ== X-Received: by 10.68.134.5 with SMTP id pg5mr25255540pbb.31.1425646393744; Fri, 06 Mar 2015 04:53:13 -0800 (PST) Received: from ubix.wlan.qualcomm.com ([202.46.23.62]) by mx.google.com with ESMTPSA id ni8sm9468671pdb.83.2015.03.06.04.53.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Mar 2015 04:53:12 -0800 (PST) From: Matthias Brugger To: linux@arm.linux.org.uk, matthias.bgg@gmail.com Subject: [PATCH] ARM: mediatek: enable the pin controller Date: Fri, 6 Mar 2015 13:52:58 +0100 Message-Id: <1425646378-3703-1-git-send-email-matthias.bgg@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150306_045336_138015_B4B80D29 X-CRM114-Status: UNSURE ( 7.40 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: hongzhou.yang@mediatek.com, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch enables the pin controller for Mediatek SoCs. Signed-off-by: Matthias Brugger --- arch/arm/mach-mediatek/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig index f7e463c..9f59e58 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig @@ -1,6 +1,7 @@ menuconfig ARCH_MEDIATEK bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7 select ARM_GIC + select PINCTRL select MTK_TIMER help Support for Mediatek MT65xx & MT81xx SoCs