From patchwork Sun Jan 22 14:49:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 9531081 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A6164601D4 for ; Sun, 22 Jan 2017 14:54:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9846427FA6 for ; Sun, 22 Jan 2017 14:54:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8CCFB2839C; Sun, 22 Jan 2017 14:54:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4A9B127FA6 for ; Sun, 22 Jan 2017 14:54:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751826AbdAVOum (ORCPT ); Sun, 22 Jan 2017 09:50:42 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:43290 "EHLO outils.crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751790AbdAVOuh (ORCPT ); Sun, 22 Jan 2017 09:50:37 -0500 From: Paul Cercueil To: Linus Walleij , Rob Herring , Mark Rutland , Ralf Baechle , Ulf Hansson Cc: Boris Brezillon , Thierry Reding , Bartlomiej Zolnierkiewicz , Maarten ter Huurne , Lars-Peter Clausen , Paul Burton , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, linux-pwm@vger.kernel.org, linux-fbdev@vger.kernel.org, james.hogan@imgtec.com, Paul Cercueil Subject: [PATCH v2 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs Date: Sun, 22 Jan 2017 15:49:38 +0100 Message-Id: <20170122144947.16158-6-paul@crapouillou.net> In-Reply-To: <20170122144947.16158-1-paul@crapouillou.net> References: <27071da2f01d48141e8ac3dfaa13255d@mail.crapouillou.net> <20170122144947.16158-1-paul@crapouillou.net> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1485096628; bh=w4QTXeKDU2QG8wDnFZMaQaC1QZBWC8Zjzivjt3FTg3w=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=e4spQXJa8THUbHREvuxe+Zg0IASNoMVKHYYW19bmzhygGBcIxFarsBxwQFmfFkazkZp2I0Sag1DIUbE5U4Wx0YQb3CGDxu2JEefBcwAwwK0shf8iDsI1LKmew4n1J4ieHxLtmbI5ey7OLxkOUto5uiYMtWlhffbBj1M/L2VqFy4= Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP There is a pinctrl driver for each of the Ingenic SoCs supported by the upstream Linux kernel. In order to switch away from the old GPIO platform code, we now enable the pinctrl drivers by default for the Ingenic SoCs. Signed-off-by: Paul Cercueil --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) v2: No changes diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b3c5bde43d34..fc720e37661e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -359,6 +359,7 @@ config MACH_INGENIC select SYS_SUPPORTS_ZBOOT_UART16550 select DMA_NONCOHERENT select IRQ_MIPS_CPU + select PINCTRL select GPIOLIB select COMMON_CLK select GENERIC_IRQ_CHIP