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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7AE7EC7EE26 for ; Mon, 22 May 2023 09:38:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232589AbjEVJil (ORCPT ); Mon, 22 May 2023 05:38:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36456 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232521AbjEVJic (ORCPT ); Mon, 22 May 2023 05:38:32 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 358B4FD for ; Mon, 22 May 2023 02:38:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1684748287; x=1716284287; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/Xeh6MC2bHWJ3JrwjlgkwhiH2KNsjV1ulsMTAFwTvBk=; b=rv83skDxw9VTyuF8ZdXkTHDwsvAbFsA8QHHV5QMbs6D5X9MzUzf1UH41 JkIrhbXn/CSUq4Rtb2Uw7REAMGaV1mHRe/36/724CukQ6f6dO6o+6uQBc vsr54fbFlj+rehxAvERmvYmsq4ugcOAJ23ESt8Fz+Pux67RhCCh8rvToI IfLFcXGV4T8pg0P49X42T8OLe+2QwZCdRPmN0FvTfA1id/gs+VnHK7icv JCLFKwi8C03SblI/htPfjzcLenSgvu3byzsfvCj/Uy/aD8kYnC4oOuk9R cJ2r744DdcxKuCOIkxoj9EsywK2MZMuPriVP4aGou3V+yJgv5xg977o4N w==; X-IronPort-AV: E=Sophos;i="6.00,184,1681196400"; d="scan'208";a="216613248" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 22 May 2023 02:38:00 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 22 May 2023 02:37:59 -0700 Received: from wendy.microchip.com (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Mon, 22 May 2023 02:37:57 -0700 From: Conor Dooley To: CC: , , , , "Rob Herring" , Krzysztof Kozlowski , Nicolas Ferre , Claudiu Beznea , Lars Povlsen , Steen Hegelund , Daniel Machon Subject: [PATCH v2] MAINTAINERS: update arm64 Microchip entries Date: Mon, 22 May 2023 10:37:01 +0100 Message-ID: <20230522-wagon-stencil-a164ec39322a@wendy> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=2204; i=conor.dooley@microchip.com; h=from:subject:message-id; bh=/Xeh6MC2bHWJ3JrwjlgkwhiH2KNsjV1ulsMTAFwTvBk=; b=owGbwMvMwCFWscWwfUFT0iXG02pJDCnZ5rv1pF4XHzA41PPgSVhe9nGZ/hV5V003vJpouF34xdUH v44xdpSwMIhxMMiKKbIk3u5rkVr/x2WHc89bmDmsTCBDGLg4BWAiiSUMX+XuZHkvusPftHDZRJkQTk 9Nxx0yzd5ifFKTGqbHmh4qYGQ42tL/qOfWa/1f3i8X/w8p21bO0NPyafHmDRu+Kkz2POTMBAA= X-Developer-Key: i=conor.dooley@microchip.com; a=openpgp; fpr=F9ECA03CF54F12CD01F1655722E2C55B37CF380C Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Krzysztof noticed that patches for arch/arm64/boot/dts/microchip were getting lost & the listed tree was inactive. Nicolas and I are willing to shepherd patches to Arnd, using the existing at91 tree, so add a new entry covering arch/arm64/boot/dts/microchip, listing us as maintainers. Drop the tree from the existing sparx5 entry & narrow the devicetree pattern to just sparx devices, leaving Lars, Steen and Daniel looking after support for their SoCs. CC: Rob Herring CC: Krzysztof Kozlowski CC: Conor Dooley CC: Nicolas Ferre CC: Claudiu Beznea CC: soc@kernel.org CC: Lars Povlsen CC: Steen Hegelund CC: Daniel Machon Signed-off-by: Conor Dooley --- Changes in v2: - add Claudiu --- MAINTAINERS | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3182992769aa..9ae07caa4e6b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2433,6 +2433,15 @@ X: drivers/net/wireless/atmel/ N: at91 N: atmel +ARM/MICROCHIP (ARM64) SoC support +M: Conor Dooley +M: Nicolas Ferre +M: Claudiu Beznea +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Supported +T: git https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git +F: arch/arm64/boot/dts/microchip/ + ARM/Microchip Sparx5 SoC support M: Lars Povlsen M: Steen Hegelund @@ -2440,8 +2449,7 @@ M: Daniel Machon M: UNGLinuxDriver@microchip.com L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Supported -T: git git://github.com/microchip-ung/linux-upstream.git -F: arch/arm64/boot/dts/microchip/ +F: arch/arm64/boot/dts/microchip/sparx* F: drivers/net/ethernet/microchip/vcap/ F: drivers/pinctrl/pinctrl-microchip-sgpio.c N: sparx5 -- 2.39.2