On Fri, 11 Oct 2019 13:48:52 +0200 Nuno Sá <nuno...@analog.com> wrote:
> The ltc2947 is a high precision power and energy monitor with an > internal sense resistor supporting up to +/- 30A. Three internal no > Latency ADCs ensure accurate measurement of voltage and current, while > high-bandwidth analog multiplication of voltage and current provides > accurate power measurement in a wide range of applications. Internal or > external clocking options enable precise charge and energy measurements. > > Signed-off-by: Nuno Sá <nuno...@analog.com> [...] > diff --git a/Documentation/hwmon/ltc2947.rst b/Documentation/hwmon/ltc2947.rst > new file mode 100644 > index 000000000000..05df19775fb3 > --- /dev/null > +++ b/Documentation/hwmon/ltc2947.rst So this file has a .rst extension, but it's not actually a restructured text file. It will add a bunch of warnings during the docs build. The good news is that fixing it up will not be hard; see Documention/doc-guide if need be. Thanks, jon