Message ID | 8dbdf68749389605cc4dff396ddd66d27fdb2a0d.1677080089.git.mazziesaccount@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Support ROHM BU27034 ALS sensor | expand |
On Wed, 22 Feb 2023 18:16:18 +0200 Matti Vaittinen <mazziesaccount@gmail.com> wrote: > Add myself as a maintainer for ROHM BU27034 ALS driver. > > Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 43f5a024daa2..8d31ef852372 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18090,6 +18090,11 @@ S: Maintained > F: Documentation/devicetree/bindings/iio/light/bh1750.yaml > F: drivers/iio/light/bh1750.c > > +ROHM BU27034 AMBIENT LIGHT SENSOR DRIVER > +M: Matti Vaittinen <mazziesaccount@gmail.com> Whilst the wild cards stuff for IIO should also catch this, it's (fairly) conventional to still add the list entry to make it easy for people reading the file directly. We are a bit inconsistent on it though. > +S: Supported > +F: drivers/iio/light/rohm-bu27034.c > + > ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS > M: Marek Vasut <marek.vasut+renesas@gmail.com> > L: linux-kernel@vger.kernel.org
On 2/26/23 15:42, Jonathan Cameron wrote: > On Wed, 22 Feb 2023 18:16:18 +0200 > Matti Vaittinen <mazziesaccount@gmail.com> wrote: > >> Add myself as a maintainer for ROHM BU27034 ALS driver. >> >> Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> >> --- >> MAINTAINERS | 5 +++++ >> 1 file changed, 5 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 43f5a024daa2..8d31ef852372 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -18090,6 +18090,11 @@ S: Maintained >> F: Documentation/devicetree/bindings/iio/light/bh1750.yaml >> F: drivers/iio/light/bh1750.c >> >> +ROHM BU27034 AMBIENT LIGHT SENSOR DRIVER >> +M: Matti Vaittinen <mazziesaccount@gmail.com> > Whilst the wild cards stuff for IIO should also catch this, it's (fairly) > conventional to still add the list entry to make it easy for > people reading the file directly. Good catch, thanks! Will add: L: linux-iio@vger.kernel.org for v2. -- Matti
diff --git a/MAINTAINERS b/MAINTAINERS index 43f5a024daa2..8d31ef852372 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18090,6 +18090,11 @@ S: Maintained F: Documentation/devicetree/bindings/iio/light/bh1750.yaml F: drivers/iio/light/bh1750.c +ROHM BU27034 AMBIENT LIGHT SENSOR DRIVER +M: Matti Vaittinen <mazziesaccount@gmail.com> +S: Supported +F: drivers/iio/light/rohm-bu27034.c + ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS M: Marek Vasut <marek.vasut+renesas@gmail.com> L: linux-kernel@vger.kernel.org
Add myself as a maintainer for ROHM BU27034 ALS driver. Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+)