From patchwork Thu Feb 25 00:51:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 8415611 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Original-To: patchwork-linux-renesas-soc@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 7C87AC0553 for ; Thu, 25 Feb 2016 00:52:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E612C20211 for ; Thu, 25 Feb 2016 00:52:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3562F20108 for ; Thu, 25 Feb 2016 00:52:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753028AbcBYAwH (ORCPT ); Wed, 24 Feb 2016 19:52:07 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:40071 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752353AbcBYAwG (ORCPT ); Wed, 24 Feb 2016 19:52:06 -0500 Received: from penelope.kanocho.kobe.vergenet.net (121-80-207-7f1.hyg1.eonet.ne.jp [121.80.207.7]) by kirsty.vergenet.net (Postfix) with ESMTPSA id D9B3025B74C; Thu, 25 Feb 2016 11:52:03 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1456361524; bh=QnUQCJsZaMA7Z0TiujpZYLYK13wUdu09rYytinQ5dAs=; h=From:To:Cc:Subject:Date:From; b=kgEdo5CQxunxOyd+ifbbr3afDDakx3YZmgrYKptS80CFz8Yjld94/B3reW5c/8AXk e8YvlZ0voR8QwoxYw/+W2JZzDkbwCbsmL5tg6W6nIvl+DsdE97Jt9ja8DYYLizq7aN UaJ0RUKelpzBFoRfntIiW81ASwRCwKEDOZCp4jmA= Received: by penelope.kanocho.kobe.vergenet.net (Postfix, from userid 7100) id AC4A360241; Thu, 25 Feb 2016 11:52:01 +1100 (AEDT) From: Simon Horman To: Geert Uytterhoeven Cc: Laurent Pinchart , Linus Walleij , Magnus Damm , linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, Simon Horman Subject: [PATCH] pinctrl: sh-pfc: Use ARCH_RENESAS Date: Thu, 25 Feb 2016 09:51:54 +0900 Message-Id: <1456361514-18765-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.7.0.rc3.207.g0ac5344 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable 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 Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being that RENESAS seems to be a more appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. Signed-off-by: Simon Horman Acked-by: Geert Uytterhoeven Acked-by: Linus Walleij --- drivers/pinctrl/sh-pfc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Based on the for-next branch of the linux-pinctrl tree diff --git a/drivers/pinctrl/sh-pfc/Kconfig b/drivers/pinctrl/sh-pfc/Kconfig index 35d6e95fa21f..9cf9af080bab 100644 --- a/drivers/pinctrl/sh-pfc/Kconfig +++ b/drivers/pinctrl/sh-pfc/Kconfig @@ -2,7 +2,7 @@ # Renesas SH and SH Mobile PINCTRL drivers # -if ARCH_SHMOBILE || SUPERH +if ARCH_RENESAS || SUPERH config PINCTRL_SH_PFC select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB