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=-13.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 50B2FC433FE for ; Sat, 5 Dec 2020 10:54:42 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A672822D6F for ; Sat, 5 Dec 2020 10:54:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A672822D6F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4Cp60G34NGzDqlB for ; Sat, 5 Dec 2020 21:54:38 +1100 (AEDT) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Cp5yT2dxyzDqNC for ; Sat, 5 Dec 2020 21:53:05 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=MfCwRUAD; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Cp5yS3QDtz9sWP; Sat, 5 Dec 2020 21:53:04 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1607165585; bh=ex3cBBYGGN8ZWn9vGp/TzfU5wQ1yOIKrp67fUHz4AE4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=MfCwRUADxMG/+vtCEkz7YojkhXgIWk8lfh8CPgQGdhPqABpzV+bALLpbltLVK9zVn PAcfQXIRg2BRFE2XSGuodSDZt/FH5P9ub/IwRC4EYKEr31GPME67ziBri3NKo30/Ig 0TAdbS1seFMo0HK2sdMRpMniXhCUzMwflYR0m9DwtGZmIULqGo2mnry0eHs7TWMWI4 or7Z/vIneEsndJtKiBbtEqU9/4pkNSkBZvKzg7suW/GJG8NDSaqlZQVMyVGuc+Q8hU 1b6DJNd1P+cpKAxdtW+epAzc8nVPdFUfqvYpJw7Z8r25lWjWQACM4i/CBenxI/CDOV 1mfYiUF0UGpXg== From: Michael Ellerman To: Finn Thain , Geert Uytterhoeven Subject: Re: [PATCH] MAINTAINERS: Update 68k Mac entry In-Reply-To: References: Date: Sat, 05 Dec 2020 21:53:03 +1100 Message-ID: <871rg4v81c.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-m68k@lists.linux-m68k.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Joshua Thompson Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Finn Thain writes: > Two files under drivers/macintosh are actually m68k-only. I think that > patches for these files should be reviewed in the appropriate forum and > merged via the appropriate tree, rather than falling to the powerpc > maintainers to deal with. Update the "M68K ON APPLE MACINTOSH" section > accordingly. > > Cc: Michael Ellerman > Cc: Benjamin Herrenschmidt > Cc: Joshua Thompson > Cc: linuxppc-dev@lists.ozlabs.org > Cc: linux-m68k@lists.linux-m68k.org > Signed-off-by: Finn Thain > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Michael Ellerman cheers > diff --git a/MAINTAINERS b/MAINTAINERS > index 867157311dc8..e8fa0c9645d6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -10322,6 +10322,8 @@ L: linux-m68k@lists.linux-m68k.org > S: Maintained > W: http://www.mac.linux-m68k.org/ > F: arch/m68k/mac/ > +F: drivers/macintosh/adb-iop.c > +F: drivers/macintosh/via-macii.c > > M68K ON HP9000/300 > M: Philip Blundell > -- > 2.26.2