On 03/06/2024 23:37, Javier Carrasco wrote:
On 03/06/2024 18:21, Mudit Sharma wrote:
Add myself as maintainer for ROHM BH1745 colour sensor driver.
Signed-off-by: Mudit Sharma <muditsharma.info@xxxxxxxxx>
---
v1->v2:
- No changes
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index d6c90161c7bf..945873321fef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19407,6 +19407,13 @@ S: Supported
F: drivers/power/supply/bd99954-charger.c
F: drivers/power/supply/bd99954-charger.h
+ROHM BH1745 COLOUR SENSOR
+M: Mudit Sharma <muditsharma.info@xxxxxxxxx>
+L: linux-iio@xxxxxxxxxxxxxxx
+S: Maintained
+F: Documentation/devicetree/bindings/iio/light/rohm,bh1745.yaml
+F: drivers/iio/light/bh1745.c
+
ROHM BH1750 AMBIENT LIGHT SENSOR DRIVER
M: Tomasz Duszynski <tduszyns@xxxxxxxxx>
S: Maintained
Hi Mudit,
is there any special reason to have a separate patch for this? The
addition to MAINTANERS for new drives is usually included in the patch
that provides the driver itself.
Best regards,
Javier Carrasco
Hi Javier,
Adding this in a separate commit was just a pattern I notices with some
other drivers, for instance 3b4e0e9.
If necessary and/or considered good practice, I can squash this in the
patch that brings in the driver.
Best regards,
Mudit Sharma