From patchwork Tue Mar 19 08:36:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Balamanikandan Gunasundar X-Patchwork-Id: 13596429 X-Patchwork-Delegate: herbert@gondor.apana.org.au Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2A78222339; Tue, 19 Mar 2024 08:37:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.153.233 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710837432; cv=none; b=uP+4RtxwT/83oXxX2nPvG5MNiaABYQlG04u8AeXr2Lg+2DYxFrp7w1fTa0oTnNnA/2b+1g72vCOs0/aAuYmpf/UDLpHrmNpOKE88O5RZrtAzCMToKcEa6I5t/MG1ySPtGf04Ra74Cpj3nFU2hbIQlEuhJIxLEOc9V0O9ZB3/NmE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710837432; c=relaxed/simple; bh=KxEovkRLfcOBJo8sLybFppNre+BC/0BqX5kv7PHyjYY=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=hOp54i5dYWHJMYXLn9vYPMF4JEjO9rVfoMVohkFuFf5sPf/bS4qr5f+mqdOlPelmXyKcIOts+r+OgMZ6on9/F4bDgqDckp+iRdk1Lsim176I4tpI5p7ucK4iLhHCMzh0ev3abnwpQX7Sbop5JXizKgwIKdQOz78AmT5+4dSiHjU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=1pY4XLkN; arc=none smtp.client-ip=68.232.153.233 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="1pY4XLkN" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1710837430; x=1742373430; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=KxEovkRLfcOBJo8sLybFppNre+BC/0BqX5kv7PHyjYY=; b=1pY4XLkN8M3AeN4xZUrVuppVrHDCABPDf8VEOBB1QhaWWq+GuemsvHHn fZoQ6hW/IdSw7LjHn0oJv5MQAa21jrSPfShPC0AMN1ROTQC6Klnjqu2ot 2vicVEX7NDXmdSpWMpB76UIvwPU18LZCuG34Gnjly5Qo21Kjslw20w9Ly pNT75TLcQSvswiSJf2eEiRASu9YFPgG/ptQdPEwe0UTeeAajAX5VMripA PQGRALWSUYaKAZvcqCP3M3SWWqKx7LkXeLeiUehgxSL2BHKBQqKUK1XGF PUb1giofIZZCWQrfWWwTS2fU0kbdfls4MKYS+qRe25yLu9I04F36a4pwq w==; X-CSE-ConnectionGUID: nAyssGQoRB+MEbN67pDo4w== X-CSE-MsgGUID: 66fYV4QuQzi8PbUn7UuNOQ== X-IronPort-AV: E=Sophos;i="6.07,136,1708412400"; d="scan'208";a="19571076" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 19 Mar 2024 01:37:04 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Tue, 19 Mar 2024 01:36:37 -0700 Received: from che-lt-i64410lx.microchip.com (10.10.85.11) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Tue, 19 Mar 2024 01:36:34 -0700 From: Balamanikandan Gunasundar To: , , , CC: , Subject: [PATCH] MAINTAINERS: update maintainer for microchip nand and pmecc drivers Date: Tue, 19 Mar 2024 14:06:20 +0530 Message-ID: <20240319083620.88181-1-balamanikandan.gunasundar@microchip.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Update myself as maintainer for microchip nand and pmecc drivers. Signed-off-by: Balamanikandan Gunasundar --- MAINTAINERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 82896c3e0559..46c177aa2b60 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14394,8 +14394,9 @@ F: Documentation/devicetree/bindings/media/microchip,csi2dc.yaml F: drivers/media/platform/microchip/microchip-csi2dc.c MICROCHIP ECC DRIVER +M: Balamanikandan Gunasundar L: linux-crypto@vger.kernel.org -S: Orphan +S: Supported F: drivers/crypto/atmel-ecc.* MICROCHIP EIC DRIVER @@ -14500,8 +14501,9 @@ S: Maintained F: drivers/mmc/host/atmel-mci.c MICROCHIP NAND DRIVER +M: Balamanikandan Gunasundar L: linux-mtd@lists.infradead.org -S: Orphan +S: Supported F: Documentation/devicetree/bindings/mtd/atmel-nand.txt F: drivers/mtd/nand/raw/atmel/*