Received: by 10.192.165.148 with SMTP id m20csp269753imm; Fri, 20 Apr 2018 06:33:49 -0700 (PDT) X-Google-Smtp-Source: AIpwx48K+IgtAgCf5SsZV0I8TcCnrZmpam1AsMylYdnS91a1W6Xdzeq01UeqCpdsRQrqBLkymAZM X-Received: by 10.99.186.5 with SMTP id k5mr8605626pgf.39.1524231229139; Fri, 20 Apr 2018 06:33:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524231229; cv=none; d=google.com; s=arc-20160816; b=HaKcXpsl2zTvtqyoIbvOl5AlNJ6angh/Azdt/QNmrKZi0+5KF44IWkMLpnrIQFOw8u E/nCLWodc01as2zaOrSpqe1sKtqSX7QcehdyZ3KNER/dVTMW5S95Uu6kLap/CWheLnUB Jv/qmv2oAZZH/vf8w0DZXmlUWcLAjqMzGSoUcoWhLOPbrz4VXX77S59yZv1sDygXdkK6 01+ly5Bls556d4secu5itdG3eQq1q3kBlzQed7Pv8MZE/k2vLifMbLxWH8AGf3MH/9DX f9TjxvYyrjib3Se5XNcQJ4ZTgeGHY0cBg4ZsUZIU4KKcmiteuAM4JgUut0peP6CP4Br8 Lf9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=h+91GYKSef9VndzDFHWXiQCEWaiYMrRgQ7/iE5O27Wo=; b=KrFh1g0gwbhqd67U7D0wysUQp5CQyOxQ+ok15oF+UtHNDUiJYWvFUbcyjgM2LASrTp 3zAhWNnm25MU5AIzEV5e06fHoksQF6uTt5AtW7HQwK8f9/NKIQ+yHkRpJqM4rpKUdS6F Oo3VGz4Y8wXGy0vzyMrgUGybQUQveu/oQO428L0XzKG9clytMfJkzQR5GLPDjmnfV7k3 0mkVGl0dCYONmc1WAUIcTrI8wHaf3cV0S+cBP+YB+Ed5H4ug1QV0ndSkFAyPu9RjUuP7 c0mB0PX2RAX+gyLX0YUgguo8BlEn0ZtlmhdNkCbfkcVXy5kvGymm+4tZU6ulKxLbC+2U 6rGg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i21si5317993pfj.208.2018.04.20.06.33.34; Fri, 20 Apr 2018 06:33:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755067AbeDTN35 (ORCPT + 99 others); Fri, 20 Apr 2018 09:29:57 -0400 Received: from baptiste.telenet-ops.be ([195.130.132.51]:56236 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755075AbeDTN3B (ORCPT ); Fri, 20 Apr 2018 09:29:01 -0400 Received: from ayla.of.borg ([84.194.111.163]) by baptiste.telenet-ops.be with bizsmtp id cdUc1x0053XaVaC01dUciQ; Fri, 20 Apr 2018 15:28:59 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1f9W5b-0000ar-Uu; Fri, 20 Apr 2018 15:28:35 +0200 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1f9W5b-0002f0-Sz; Fri, 20 Apr 2018 15:28:35 +0200 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm , Russell King , Catalin Marinas , Will Deacon , Dan Williams , Vinod Koul , Mauro Carvalho Chehab , Sergei Shtylyov , "David S . Miller" , Greg Kroah-Hartman , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Arnd Bergmann , Kuninori Morimoto , Laurent Pinchart Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linux-media@vger.kernel.org, netdev@vger.kernel.org, devel@driverdev.osuosl.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 1/8] arm: shmobile: Change platform dependency to ARCH_RENESAS Date: Fri, 20 Apr 2018 15:28:27 +0200 Message-Id: <1524230914-10175-2-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1524230914-10175-1-git-send-email-geert+renesas@glider.be> References: <1524230914-10175-1-git-send-email-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since commit 9b5ba0df4ea4f940 ("ARM: shmobile: Introduce ARCH_RENESAS") is ARCH_RENESAS a more appropriate platform dependency than the legacy ARCH_SHMOBILE, hence use the former. This will allow to drop ARCH_SHMOBILE on ARM in the near future. Signed-off-by: Geert Uytterhoeven --- arch/arm/Kconfig | 2 +- arch/arm/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a7f8e7f4b88fdd03..2d34c0a44877e85b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1467,7 +1467,7 @@ config ARM_PSCI config ARCH_NR_GPIO int default 2048 if ARCH_SOCFPGA - default 1024 if ARCH_BRCMSTB || ARCH_SHMOBILE || ARCH_TEGRA || \ + default 1024 if ARCH_BRCMSTB || ARCH_RENESAS || ARCH_TEGRA || \ ARCH_ZYNQ default 512 if ARCH_EXYNOS || ARCH_KEYSTONE || SOC_OMAP5 || \ SOC_DRA7XX || ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PV210 diff --git a/arch/arm/Makefile b/arch/arm/Makefile index e4e537f27339f7a1..a92f5a876d96839d 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -212,7 +212,7 @@ machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx machine-$(CONFIG_ARCH_S3C64XX) += s3c64xx machine-$(CONFIG_ARCH_S5PV210) += s5pv210 machine-$(CONFIG_ARCH_SA1100) += sa1100 -machine-$(CONFIG_ARCH_SHMOBILE) += shmobile +machine-$(CONFIG_ARCH_RENESAS) += shmobile machine-$(CONFIG_ARCH_SIRF) += prima2 machine-$(CONFIG_ARCH_SOCFPGA) += socfpga machine-$(CONFIG_ARCH_STI) += sti -- 2.7.4