From patchwork Fri Oct 28 09:23:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 13023250 X-Patchwork-Delegate: kuba@kernel.org 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 83314FA3744 for ; Fri, 28 Oct 2022 09:24:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229457AbiJ1JYG (ORCPT ); Fri, 28 Oct 2022 05:24:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229515AbiJ1JXu (ORCPT ); Fri, 28 Oct 2022 05:23:50 -0400 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5BE81C711A; Fri, 28 Oct 2022 02:23:48 -0700 (PDT) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id D3E0010000C; Fri, 28 Oct 2022 09:23:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1666949027; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hnsjqzi8KC7wPXREpxdV4ZozmypOaFOW6/aX9+fhJ/c=; b=Th3FHfeUS6KLMutykD5aqNnWB3NNqAYB0hg4/0NOklEZ6u0sXvf/DRxsWxllfYM8w7EAKO W+Deldf/LK56yXld4P96HAGuO+hcP+ts8RmbHHgvZ/jokDR9NGEVt+4MfuiQqMTvx4psJd /sI58uIT0bhr/XwqOdXtat7mha2aSxM2L+RLYg+CcAfXtmxIjoht1cZaeh9fsdtMteBych 3j438HCMuexxV8pWp25bFDPXBdOAoq2G8sENguuv6g2A+ofRUdfWqBxBrOPtM5azHzgt/e SETZUpvNHsiXllnuPZN2l7xQl0agRoSeg9Q8qZRc/s5C6/duX8dHwQ94ltDHkA== From: Miquel Raynal To: Srinivas Kandagatla , , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org Cc: Marcin Wojtas , Russell King , Maxime Chevallier , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , netdev@vger.kernel.org, Robert Marko , Thomas Petazzoni , Michael Walle , Miquel Raynal Subject: [PATCH 4/5] MAINTAINERS: Add myself as ONIE tlv NVMEM layout maintainer Date: Fri, 28 Oct 2022 11:23:36 +0200 Message-Id: <20221028092337.822840-5-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221028092337.822840-1-miquel.raynal@bootlin.com> References: <20221028092337.822840-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Following the introduction of the bindings for this NVMEM parser and the layout driver, add myself as maintainer. Signed-off-by: Miquel Raynal --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index cf0f18502372..be387e7e33a1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15328,6 +15328,12 @@ S: Maintained F: drivers/mtd/nand/onenand/ F: include/linux/mtd/onenand*.h +ONIE TLV NVMEM LAYOUT DRIVER +M: Miquel Raynal +S: Maintained +F: Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml +F: drivers/nvmem/layouts/onie-tlv.c + ONION OMEGA2+ BOARD M: Harvey Hunt L: linux-mips@vger.kernel.org