This patch adds MAINTAINERS to nvmem framework. Signed-off-by: Srinivas Kandagatla <[email protected]> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 8133cef..b69c11f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7263,6 +7263,15 @@ S: Supported F: drivers/block/nvme* F: include/linux/nvme.h +NVMEM FRAMEWORK +M: Srinivas Kandagatla <[email protected]> +M: Maxime Ripard <[email protected]> +S: Maintained +F: drivers/nvmem/ +F: Documentation/devicetree/bindings/nvmem/ +F: include/linux/nvmem-provider.h +F: include/linux/nvmem-consumer.h + NXP-NCI NFC DRIVER M: Cl??ment Perrochaud <[email protected]> R: Charles Gorand <[email protected]> -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

