From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64392C43331 for ; Sat, 28 Mar 2020 15:46:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2D35B206F6 for ; Sat, 28 Mar 2020 15:46:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="sfXpORxA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727193AbgC1Pqe (ORCPT ); Sat, 28 Mar 2020 11:46:34 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:36214 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726482AbgC1Pqd (ORCPT ); Sat, 28 Mar 2020 11:46:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=wlJqkxRRXoHkvfGNC7ThSX8ifdNIpM+JFBZbKfXI4dc=; b=sfXpORxAfmX78jNpi5qBk5S0Jz xc+gnQyt0s1wSjsLKR06suBxTLvyFJI2ANEwdfB52etPYA4I6ccydXukQcQvBosKCDvkXDsec0s9a HdkC98I28duE+pXTu5tN3jtUTrBYfTWHDZYyLCVS0+KaRPJUuLZ1vZ7YGGkA8Yt1A7V8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.93) (envelope-from ) id 1jIDf7-0003ty-Lk; Sat, 28 Mar 2020 16:46:17 +0100 Date: Sat, 28 Mar 2020 16:46:17 +0100 From: Andrew Lunn To: Lukas Bulwahn Cc: Russell King , Jason Cooper , Sebastian Hesselbarth , Gregory Clement , linux-arm-kernel@lists.infradead.org, Joe Perches , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: clarify maintenance of ARM Dove drivers Message-ID: <20200328154617.GX3819@lunn.ch> References: <20200328134304.7317-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200328134304.7317-1-lukas.bulwahn@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 28, 2020 at 02:43:04PM +0100, Lukas Bulwahn wrote: > Commit 44e259ac909f ("ARM: dove: create a proper PMU driver for power > domains, PMU IRQs and resets") introduced new drivers for the ARM Dove SOC, > but did not add those drivers to the existing entry ARM/Marvell > Dove/MV78xx0/Orion SOC support in MAINTAINERS. Hence, these drivers were > considered to be part of "THE REST". > > Clarify now that these drivers are maintained by the ARM/Marvell > Dove/MV78xx0/Orion SOC support maintainers. Also order the T: entry to the > place it belongs to, while at it. > > This was identified with a small script that finds all files only belonging > to "THE REST" according to the current MAINTAINERS file, and I acted upon > its output. > > Signed-off-by: Lukas Bulwahn Reviewed-by: Andrew Lunn Andrew