Received: by 10.192.165.148 with SMTP id m20csp269360imm; Fri, 20 Apr 2018 06:33:28 -0700 (PDT) X-Google-Smtp-Source: AIpwx497vF1wwJynQt95+YJbg3lL3848vQjiwKs6+/vl/4MRVNq6t8oWTULfZbj9ZmvpMsaZu5Ce X-Received: by 10.99.103.6 with SMTP id b6mr8633681pgc.214.1524231208801; Fri, 20 Apr 2018 06:33:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524231208; cv=none; d=google.com; s=arc-20160816; b=R61fLaAYt1zq+ZMAE9hDoQyH9GIeq32f6RQmxt6m6Ko4g6yWbapLjrofXHoa+HiJwP JrB1kZGCdM/956H9asU8GZKP5Baiik5XLipGG/f7RXjayjQ1E96kUChPVAkVcUBeKEPi Atd+sYYtbLhqmuTC9VnbNpY1puCHVF338TsjKHCYZpzuY7wHHmbVmh2dZPRYFpJBHG3A vAXbgNLPoa0xfiKtar4kSh4yAA44Su6GO6R1W+EpK8Lrlwl5oCtu2um2Hyq2urW4oqHX f3FRyi1pOeX1BJ0llULtlkR/pZGhrafVhlgiFhT6b0mOWLwN62DWpm0ysaHATEvHY+Z9 RU1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=mInGqWGPsSlt7Z3T4WMd0TVFb8mzrmmKqXcEngOD0vg=; b=HgtMY3fXMO2CwXLDLRNA/xmSGF1q2v2ZMB2pQEXtPWiMy8w7Sf0PXUCvMiFuur9EjR G7ONwSOnlJotHstX8ZYrR6VKWJiWhLUY1OMHrLp2W95xRmqcyvQxNjmVZ9XEhu49lLUx H8yYbcGnac/248JLztNydT/JI5sOyB37Nrh+WMqQ1cV4FFzqYFKX1fM4O7ISWey4gZfe KjZghMDVFU747gKGK0z5eCGJvzPxx+ejWo39EaXyixfPuBU5FplvoUuf5D1xGuDqSkt7 nMIVRoxUm4NiSehi1zxiMWX0pcz8Tcd6LgXUjI7iJJLsmIFmRY5On+JQOqWwDUHMWqan O+OQ== 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 q22si2503304pfi.282.2018.04.20.06.33.14; Fri, 20 Apr 2018 06:33:28 -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 S1755148AbeDTNbE (ORCPT + 99 others); Fri, 20 Apr 2018 09:31:04 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:38478 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755034AbeDTN27 (ORCPT ); Fri, 20 Apr 2018 09:28:59 -0400 Received: from ayla.of.borg ([84.194.111.163]) by andre.telenet-ops.be with bizsmtp id cdUc1x00C3XaVaC01dUcLd; Fri, 20 Apr 2018 15:28:56 +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-0000aq-Ub; Fri, 20 Apr 2018 15:28:35 +0200 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1f9W5b-0002ev-Rw; 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 0/8] arm: renesas: Change platform dependency to ARCH_RENESAS Date: Fri, 20 Apr 2018 15:28:26 +0200 Message-Id: <1524230914-10175-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Commit 9b5ba0df4ea4f940 ("ARM: shmobile: Introduce ARCH_RENESAS") started the conversion from ARCH_SHMOBILE to ARCH_RENESAS for Renesas ARM SoCs. This patch series completes the conversion, by: 1. Updating dependencies for drivers that weren't converted yet, 2. Removing the ARCH_SHMOBILE Kconfig symbols on ARM and ARM64. The first 6 patches can be applied independently by subsystem maintainers. The last two patches depend on the first 6 patches, and are thus marked RFC. Thanks for your comments! Geert Uytterhoeven (8): arm: shmobile: Change platform dependency to ARCH_RENESAS dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESAS [media] v4l: rcar_fdp1: Change platform dependency to ARCH_RENESAS sh_eth: Change platform check to CONFIG_ARCH_RENESAS staging: emxx_udc: Change platform dependency to ARCH_RENESAS ASoC: sh: Update menu title and platform dependency [RFC] ARM: shmobile: Remove the ARCH_SHMOBILE Kconfig symbol [RFC] arm64: renesas: Remove the ARCH_SHMOBILE Kconfig symbol arch/arm/Kconfig | 2 +- arch/arm/Makefile | 2 +- arch/arm/mach-shmobile/Kconfig | 4 --- arch/arm64/Kconfig.platforms | 42 +++++++++++++---------------- drivers/dma/sh/shdmac.c | 50 +++++++++++++++-------------------- drivers/media/platform/Kconfig | 2 +- drivers/net/ethernet/renesas/sh_eth.h | 2 +- drivers/staging/emxx_udc/Kconfig | 2 +- sound/soc/sh/Kconfig | 4 +-- 9 files changed, 47 insertions(+), 63 deletions(-) -- 2.7.4 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds