24 Sep, 2020

1 commit

  • This driver doesn't use the id information provided by the old i2c
    probe function, so it can trivially be converted to the simple
    ("probe_new") form.

    Signed-off-by: Stephen Kitt
    Link: https://lore.kernel.org/r/20200813162851.1519546-1-steve@sk2.org
    Signed-off-by: Guenter Roeck

    Stephen Kitt
     

07 Nov, 2019

1 commit

  • 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á
    Link: https://lore.kernel.org/r/20191021154115.319073-1-nuno.sa@analog.com
    [groeck: Removed unnecessary checks when reading temperature and energy;
    PAGE{0,1} -> LTC2947_PAGE_{0,1}]
    Signed-off-by: Guenter Roeck

    Nuno Sá