Message ID | 20210121134434.2782405-3-robert.marko@sartura.hr (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v5,1/3] dt-bindings: hwmon: Add TI TPS23861 bindings | expand |
On Thu, Jan 21, 2021 at 02:44:34PM +0100, Robert Marko wrote: > Add maintainers entry for the Texas Instruments TPS23861 PoE PSE driver. > > Signed-off-by: Robert Marko <robert.marko@sartura.hr> > Cc: Luka Perkov <luka.perkov@sartura.hr> For my reference: Reviewed-by: Guenter Roeck <linux@roeck-us.net> Guenter > --- > Changes in v4: > * Add documentation file > > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f95e887e5d76..2a7f22587774 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17602,6 +17602,15 @@ F: include/dt-bindings/soc/ti,sci_pm_domain.h > F: include/linux/soc/ti/ti_sci_inta_msi.h > F: include/linux/soc/ti/ti_sci_protocol.h > > +TEXAS INSTRUMENTS TPS23861 PoE PSE DRIVER > +M: Robert Marko <robert.marko@sartura.hr> > +M: Luka Perkov <luka.perkov@sartura.hr> > +L: linux-hwmon@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/hwmon/ti,tps23861.yaml > +F: Documentation/hwmon/tps23861.rst > +F: drivers/hwmon/tps23861.c > + > THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER > M: Hans Verkuil <hverkuil@xs4all.nl> > L: linux-media@vger.kernel.org
On Thu, Jan 21, 2021 at 02:44:34PM +0100, Robert Marko wrote: > Add maintainers entry for the Texas Instruments TPS23861 PoE PSE driver. > > Signed-off-by: Robert Marko <robert.marko@sartura.hr> > Cc: Luka Perkov <luka.perkov@sartura.hr> > Reviewed-by: Guenter Roeck <linux@roeck-us.net> Applied. Thanks, Guenter > --- > Changes in v4: > * Add documentation file > > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f95e887e5d76..2a7f22587774 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17602,6 +17602,15 @@ F: include/dt-bindings/soc/ti,sci_pm_domain.h > F: include/linux/soc/ti/ti_sci_inta_msi.h > F: include/linux/soc/ti/ti_sci_protocol.h > > +TEXAS INSTRUMENTS TPS23861 PoE PSE DRIVER > +M: Robert Marko <robert.marko@sartura.hr> > +M: Luka Perkov <luka.perkov@sartura.hr> > +L: linux-hwmon@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/hwmon/ti,tps23861.yaml > +F: Documentation/hwmon/tps23861.rst > +F: drivers/hwmon/tps23861.c > + > THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER > M: Hans Verkuil <hverkuil@xs4all.nl> > L: linux-media@vger.kernel.org
diff --git a/MAINTAINERS b/MAINTAINERS index f95e887e5d76..2a7f22587774 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17602,6 +17602,15 @@ F: include/dt-bindings/soc/ti,sci_pm_domain.h F: include/linux/soc/ti/ti_sci_inta_msi.h F: include/linux/soc/ti/ti_sci_protocol.h +TEXAS INSTRUMENTS TPS23861 PoE PSE DRIVER +M: Robert Marko <robert.marko@sartura.hr> +M: Luka Perkov <luka.perkov@sartura.hr> +L: linux-hwmon@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/hwmon/ti,tps23861.yaml +F: Documentation/hwmon/tps23861.rst +F: drivers/hwmon/tps23861.c + THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER M: Hans Verkuil <hverkuil@xs4all.nl> L: linux-media@vger.kernel.org
Add maintainers entry for the Texas Instruments TPS23861 PoE PSE driver. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Cc: Luka Perkov <luka.perkov@sartura.hr> --- Changes in v4: * Add documentation file MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)