Received: by 10.223.185.116 with SMTP id b49csp6333641wrg; Wed, 28 Feb 2018 07:44:37 -0800 (PST) X-Google-Smtp-Source: AH8x226vT4mgg0TXgwlWsGxMYSOvy7Cul3GK+F23f5ZTl2yPxbb3Ayxx92jKpJPGIcfmZ//hUJSo X-Received: by 2002:a17:902:7e4a:: with SMTP id a10-v6mr18377295pln.207.1519832677265; Wed, 28 Feb 2018 07:44:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519832677; cv=none; d=google.com; s=arc-20160816; b=FQO6giinLqOUHeb1osrwYbGCeMUSlfDMKsGGyFWY1zCpP107JXdAwaY5rKE1sNOMJH x4TChgSLDTtNXs2Tkwrc4E3qNSblxj0Pvf11ZS6nMbjcg8DqAZPGNpQJiX0AKAOfGHlx cwF3GcUJ8lcqKvU0jOQiAOCjv4J6VC9QFWxSrRTxKGFlTPYfrPXf6W+pQJgjCC6VvAiL ujh3aBJF059z25INmj1ID2hfOaLgAfcMOdqpz9rxGCeUEhJblrP373B6NjV42law6fQe HhTuo4DuLizK8WuXMkIZf2o6Uar+0Hj3tnSRFiE5McN6lqGbrmH/r6W+A0apN2sIOkjb jbfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=RDSw54k0FK+zEEYTek3HNGRuwbO3XZ2RkBWVXkVHIx8=; b=ET/ul2rDSqr81yxjf5y3alQKOAGHqydKteLbnuCgixWJIr4AC2+6PrYL9q+nWRY+uS NZZjMvW1QbTtzXLpVv7cdsOdy/3GQmgYYKl44cBTSC+rZOKqaV/OUyP1bQ3xK8JI8aIG k8cRlsxK5YzrW/+defWiTwkQa2vgPTxjCRMbEtAnirKVv49qbjEVxOG/vjxj89rAkaSA 28Ad8/WD6jHquulPLvPV3l/y8kYoPOGZcADJ+1ouwOYN6xk1cdkWzr7o+9ZETSobSmqU 8DGkJsTXkWkqSCqGCykny/po39uQyML3OQGwTEWoFNLmri+uRXKd+0E4lR0DVne5ZOnH tuyA== 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 k10si1151960pgr.73.2018.02.28.07.44.22; Wed, 28 Feb 2018 07:44:37 -0800 (PST) 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 S933378AbeB1Pnb (ORCPT + 99 others); Wed, 28 Feb 2018 10:43:31 -0500 Received: from mail.bootlin.com ([62.4.15.54]:39470 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932654AbeB1Pn3 (ORCPT ); Wed, 28 Feb 2018 10:43:29 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 65D2A207E4; Wed, 28 Feb 2018 16:43:27 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id 162AB20876; Wed, 28 Feb 2018 16:43:17 +0100 (CET) Date: Wed, 28 Feb 2018 16:43:18 +0100 From: Alexandre Belloni To: Nicolas Ferre Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, ARM Maintainers Subject: Re: [PATCH 1/3] MAINTAINERS: ARM: at91: update entry for ARM/Microchip Message-ID: <20180228154318.GN1479@piout.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/02/2018 at 15:56:41 +0100, Nicolas Ferre wrote: > Change the entry name and move it to its alphabetical location. > We move to ARM/Microchip instead of ARM/ATMEL to reflect the merger > that is now nearly 2 years old. > AT91 is kept as the identity of our community. The atmel pattern is > obviously kept as well. I removed the names of the different SoCs as > they are better exposed in the arch/arm/mach-at91/Kconfig entries. > > Signed-off-by: Nicolas Ferre > --- > Hi, > > This patch goes on top of linux-next because Alexandre's email change is taken > into account (already in arm-soc). > All applied in my at91-soc branch which takes care of the dependency -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com