From patchwork Mon Aug 23 15:17:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alyssa Rosenzweig X-Patchwork-Id: 12453065 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=-17.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 3B0C2C4338F for ; Mon, 23 Aug 2021 15:27:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 095E9613AB for ; Mon, 23 Aug 2021 15:27:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 095E9613AB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rosenzweig.io Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=T9/SQhZjuCJpsEYSrRzjHwziTG7B4fCZuorS76LqHnQ=; b=Fr/xSehERjcqp9 OSrfaQoZp6Mdjm9Y3IMjcZIA9bQmzNh6Aze76HFtfFFAvQ+zAf+BiO0xSS8+K1GTIWq/P3Ah/tH3u zZkr6kR5TGStgfTHmYiPWV7QJj5nrUp4wjva5vDnV2GdfGlIDjWh0JestBUWm+FGGiCwKptkf+SDt HDX6EUsQMUtw4O6WeuLmy1zUXH9pVpDzBm9sHo6aOOpHzMAKWjclVOWhmP3PPRe6/BBzjH/sJDAhs yv/dE0Ucg4dj3rkfvx36i7qnUL2w7L5AtJEzCTLD2X0wcDiHgMc4OwmaOe9afuRzX5+454aa/xUpF sg0MIT/O0PsNHr/j0sGQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mIBoz-00HR4F-Hu; Mon, 23 Aug 2021 15:25:09 +0000 Received: from [138.197.143.207] (helo=rosenzweig.io) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mIBos-00HR2R-8U for linux-arm-kernel@lists.infradead.org; Mon, 23 Aug 2021 15:25:06 +0000 From: Alyssa Rosenzweig To: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Alyssa Rosenzweig , Hector Martin , Sven Peter Subject: [PATCH] maintainers: Add Alyssa Rosenzweig as M1 reviewer Date: Mon, 23 Aug 2021 11:17:38 -0400 Message-Id: <20210823151738.6273-1-alyssa@rosenzweig.io> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210823_082502_420615_BB2B5F2A X-CRM114-Status: UNSURE ( 9.16 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add myself as a reviewer for Asahi Linux (Apple M1) patches. I would like to be CC'ed on Asahi Linux patches for review and testing. I am also collecting Asahi Linux patches downstream, rebasing on linux-next periodically, and would like to be notified of what to cherry-pick from lists. Signed-off-by: Alyssa Rosenzweig Cc: Hector Martin Cc: Sven Peter Acked-by: Hector Martin Acked-by: Sven Peter --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b63403793c81..399e536bf629 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1264,6 +1264,7 @@ F: drivers/input/mouse/bcm5974.c APPLE DART IOMMU DRIVER M: Sven Peter +R: Alyssa Rosenzweig L: iommu@lists.linux-foundation.org S: Maintained F: Documentation/devicetree/bindings/iommu/apple,dart.yaml @@ -1693,6 +1694,7 @@ F: drivers/*/*alpine* ARM/APPLE MACHINE SUPPORT M: Hector Martin +R: Alyssa Rosenzweig L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained W: https://asahilinux.org