Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp258786ybx; Wed, 30 Oct 2019 14:41:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqynRaTPrRD0xwX4hqgInu/3cbhqoaW+7jqwfgA7/bm1mjM34rOmXuNr6KyHfiiQfyVI0UBF X-Received: by 2002:a50:ab50:: with SMTP id t16mr2189470edc.171.1572471704937; Wed, 30 Oct 2019 14:41:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572471704; cv=none; d=google.com; s=arc-20160816; b=ljvZRr4rv0411LxzyNFHGNVawnxX0D7nUlxS/AWwrDL0cL/okmVIbEUzE6sS53qV0N O/8FV//kQnjwRt3WL2Ut4Yt3SioUDoA01+cSoUr4sEM+kUygGhrVUYLjORIomvBThU3h Mxeen2xu72Xy7ykmh1srhvDEQzy50mSyzyP4nctLHQvgflPvmtoyPTIlt5e4mBfDJ99+ kavQs//xpkLN2Rp1Fv3NuzK+DzprGtOV5jaKhUvDGSox2tG/TKiyO4yMSolu41cdJx53 XfzDi/v82eUME3qUW5wdiMWEpNSltirIbjBEMjTn2rXsqmGuRnbzpMC+vgz2dWdHoPX/ R68Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=ytMVzcU7OJdrnJObKkAnFP2xidpAlzCi5gpd/yYq+xE=; b=jru6V+q6r6A4E0lK8N1/zTzme4qDiNppFN3w0XG2gVkRFdbfiMM+hUvx8CTMYFL2fp Y2JRvufsQtbF65xK1sXuu6jacLGhulJ1MpcEXXQVUXHoEJOGZq0yCjiCL+1OilEIXRz6 oj2C79T8s/doL0GzAaHAFawNY71TLd1iNTfVtOUFxoggUqpMpD2Z6ep6SbDVauqitSM+ 6UVPhQJbf/VpMxchlXn6MhZVqrgTVb/vVlRnwWJLLviAIyDO7EwW7fuE9MUlopSd7MLh Kd15kGRVJZO+Y168h4uqbl8vRzlAzv0KXH8MVSMA0JIw9GKDi2V38w3/gSB9Wj9mIIEV Na4Q== 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 k16si2090651eji.401.2019.10.30.14.41.21; Wed, 30 Oct 2019 14:41:44 -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 S1727294AbfJ3Vkg (ORCPT + 99 others); Wed, 30 Oct 2019 17:40:36 -0400 Received: from smtp08.smtpout.orange.fr ([80.12.242.130]:40413 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726171AbfJ3Vkg (ORCPT ); Wed, 30 Oct 2019 17:40:36 -0400 Received: from belgarion ([90.55.204.252]) by mwinf5d15 with ME id KxgY2100E5TFNlm03xgYfx; Wed, 30 Oct 2019 22:40:34 +0100 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Wed, 30 Oct 2019 22:40:34 +0100 X-ME-IP: 90.55.204.252 From: Robert Jarzmik To: Arnd Bergmann Cc: Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linus Walleij , Lubomir Rintel Subject: Re: [PATCH 46/46] ARM: pxa: move plat-pxa to drivers/soc/ References: <20191018154052.1276506-1-arnd@arndb.de> <20191018154201.1276638-46-arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Wed, 30 Oct 2019 22:40:32 +0100 In-Reply-To: <20191018154201.1276638-46-arnd@arndb.de> (Arnd Bergmann's message of "Fri, 18 Oct 2019 17:42:01 +0200") Message-ID: <87wocllxnz.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann writes: > There are two drivers in arch/arm/plat-pxa: mfp and ssp. Both > of them should ideally not be needed at all, as there are > proper subsystems to replace them. > > OTOH, they are self-contained and can simply be normal > SoC drivers, so move them over there to eliminate one more > of the plat-* directories. > > Cc: Lubomir Rintel > Signed-off-by: Arnd Bergmann For the pxa part : Acked-by: Robert Jarzmik Cheers. -- Robert