[PATCH 3/3] MAINTAINERS: Add entry for ST M24LR control driver

Abd-Alrhman Masalkhi posted 3 patches 6 months, 3 weeks ago
There is a newer version of this series
[PATCH 3/3] MAINTAINERS: Add entry for ST M24LR control driver
Posted by Abd-Alrhman Masalkhi 6 months, 3 weeks ago
Add a MAINTAINERS entry for the newly introduced sysfs control driver
supporting STMicroelectronics M24LR series RFID/NFC EEPROM chips.

This entry includes the driver source, Device Tree binding, and assigns
maintainership to the original contributor.

Signed-off-by: Abd-Alrhman Masalkhi <abd.masalkhi@gmail.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index eb11c6f57500..f08975ac4d9f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23017,6 +23017,14 @@ W:	http://www.st.com/
 F:	Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml
 F:	drivers/iio/imu/st_lsm6dsx/
 
+ST M24LR CONTROL DRIVER
+M:	Abd-Alrhman Masalkhi <abd.masalkhi@gmail.com>
+L:	linux-kernel@vger.kernel.org
+L:	devicetree@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/misc/st,m24lr.yaml
+F:	drivers/misc/m24lr_ctl.c
+
 ST MIPID02 CSI-2 TO PARALLEL BRIDGE DRIVER
 M:	Benjamin Mugnier <benjamin.mugnier@foss.st.com>
 M:	Sylvain Petinot <sylvain.petinot@foss.st.com>
-- 
2.43.0
Re: [PATCH 3/3] MAINTAINERS: Add entry for ST M24LR control driver
Posted by Krzysztof Kozlowski 6 months, 3 weeks ago
On 31/05/2025 10:11, Abd-Alrhman Masalkhi wrote:
> Add a MAINTAINERS entry for the newly introduced sysfs control driver
> supporting STMicroelectronics M24LR series RFID/NFC EEPROM chips.
> 
> This entry includes the driver source, Device Tree binding, and assigns
> maintainership to the original contributor.
> 
> Signed-off-by: Abd-Alrhman Masalkhi <abd.masalkhi@gmail.com>
> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index eb11c6f57500..f08975ac4d9f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23017,6 +23017,14 @@ W:	http://www.st.com/
>  F:	Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml
>  F:	drivers/iio/imu/st_lsm6dsx/
>  
> +ST M24LR CONTROL DRIVER
> +M:	Abd-Alrhman Masalkhi <abd.masalkhi@gmail.com>
> +L:	linux-kernel@vger.kernel.org
> +L:	devicetree@vger.kernel.org

No, drop. There are no entries like that.


Best regards,
Krzysztof