From patchwork Mon May 22 09:37:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13250028 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 649ECC77B75 for ; Mon, 22 May 2023 09:38:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 19C4BC433D2; Mon, 22 May 2023 09:38:04 +0000 (UTC) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id A3C2EC433EF; Mon, 22 May 2023 09:38:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org A3C2EC433EF Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=microchip.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1684748281; x=1716284281; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/Xeh6MC2bHWJ3JrwjlgkwhiH2KNsjV1ulsMTAFwTvBk=; b=Lq/DgShx4CHq5AdHLVdkLOBVQTTQ5Dhv7cFbQesXadhvqAp0c65pCI0S mefv8IuHOYxcFdUdWv+dFevn7vUV8vu6SheYufyeIm7GD1Z0Z3YB9kQ9X c6bxgnzoklkFwJs3OWNJmaOWAKGMPpPoSX51fZ/1LH6wZaTnYjAHmjWRp pJcEqq0BTqff25sa3fIuBvAagjtHhtUsESQI3w2ksKJ5HlgB53BEM/lPJ 0fKeZK2uzYB0Gfdf0VO7slKtxMf1Pf3lCeUftJ/MHjrwlqfQEOQedVRxZ 8k0EOOI3jy+uIViFXcTLTVJj1pikcdDxgTomXETqB8Kj75m14RMGlDOoe g==; 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 List-Id: 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 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 Acked-by: Nicolas Ferre Acked-by: Claudiu Beznea Acked-by: Steen Hegelund --- 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