Message ID | fb19d3027ac19663789e18d4dc972a5dac0fde74.1695727471.git.mazziesaccount@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Support ROHM BM1390 pressure sensor | expand |
On Wed, 27 Sep 2023 11:28:29 +0300 Matti Vaittinen <mazziesaccount@gmail.com> wrote: > Add myself as a maintainer for ROHM BM1390 pressure sensor driver. > > Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> Applied, 3-5 (as well as 2 that I replied to separately). Nice driver. Thanks, Jonathan > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 90f13281d297..91390f571a05 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18563,6 +18563,12 @@ S: Maintained > F: Documentation/devicetree/bindings/iio/light/bh1750.yaml > F: drivers/iio/light/bh1750.c > > +ROHM BM1390 PRESSURE SENSOR DRIVER > +M: Matti Vaittinen <mazziesaccount@gmail.com> > +L: linux-iio@vger.kernel.org > +S: Supported > +F: drivers/iio/pressure/rohm-bm1390.c > + > ROHM BU270xx LIGHT SENSOR DRIVERs > M: Matti Vaittinen <mazziesaccount@gmail.com> > L: linux-iio@vger.kernel.org
diff --git a/MAINTAINERS b/MAINTAINERS index 90f13281d297..91390f571a05 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18563,6 +18563,12 @@ S: Maintained F: Documentation/devicetree/bindings/iio/light/bh1750.yaml F: drivers/iio/light/bh1750.c +ROHM BM1390 PRESSURE SENSOR DRIVER +M: Matti Vaittinen <mazziesaccount@gmail.com> +L: linux-iio@vger.kernel.org +S: Supported +F: drivers/iio/pressure/rohm-bm1390.c + ROHM BU270xx LIGHT SENSOR DRIVERs M: Matti Vaittinen <mazziesaccount@gmail.com> L: linux-iio@vger.kernel.org
Add myself as a maintainer for ROHM BM1390 pressure sensor driver. Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)