Message ID | 20221207173716.123223-5-saravanan@linumiz.com |
---|---|
State | Accepted |
Commit | ca22c58277470ac195b47f3b4021c6e10f155bc6 |
Headers | show |
Series | Add support for mpq7932 PMIC IC | expand |
On Wed, Dec 07, 2022 at 06:37:16PM +0100, Saravanan Sekar wrote: > Update the MAINTAINERS file to include the path for the MPQ7932 > > Signed-off-by: Saravanan Sekar <saravanan@linumiz.com> Applied to hwmon-next. Thanks, Guenter > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1daadaa4d48b..469ff520c479 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13932,6 +13932,7 @@ M: Saravanan Sekar <sravanhome@gmail.com> > S: Maintained > F: Documentation/devicetree/bindings/mfd/mps,mp2629.yaml > F: Documentation/devicetree/bindings/regulator/mps,mp*.yaml > +F: drivers/hwmon/pmbus/mpq7932.c > F: drivers/iio/adc/mp2629_adc.c > F: drivers/mfd/mp2629.c > F: drivers/power/supply/mp2629_charger.c
diff --git a/MAINTAINERS b/MAINTAINERS index 1daadaa4d48b..469ff520c479 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13932,6 +13932,7 @@ M: Saravanan Sekar <sravanhome@gmail.com> S: Maintained F: Documentation/devicetree/bindings/mfd/mps,mp2629.yaml F: Documentation/devicetree/bindings/regulator/mps,mp*.yaml +F: drivers/hwmon/pmbus/mpq7932.c F: drivers/iio/adc/mp2629_adc.c F: drivers/mfd/mp2629.c F: drivers/power/supply/mp2629_charger.c
Update the MAINTAINERS file to include the path for the MPQ7932 Signed-off-by: Saravanan Sekar <saravanan@linumiz.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)