Message ID | 20221028092337.822840-5-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | ONIE tlv nvmem layout support | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Guessing tree name failed - patch did not apply |
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 <miquel.raynal@bootlin.com> +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 <harveyhuntnexus@gmail.com> L: linux-mips@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 <miquel.raynal@bootlin.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)