mbox series

[0/2] hwmon: (shtc1) add support for the SHTC3 sensor

Message ID 20190905014554.21658-1-dan@dlrobertson.com (mailing list archive)
Headers show
Series hwmon: (shtc1) add support for the SHTC3 sensor | expand

Message

Dan Robertson Sept. 5, 2019, 1:45 a.m. UTC
Sorry for the noise. I submitted the wrong patchset :/

 1) Adds support for SHTC3
 2) Fixes an error in the bitmask used to get the product code from the
    ID register. See section 5.7 of the SHTC1 or SHTW1 datasheet for
    details.

Dan Robertson (2):
  hwmon: (shtc1) add support for the SHTC3 sensor
  hwmon: (shtc1) fix shtc1 and shtw1 id mask

 Documentation/hwmon/shtc1.rst | 19 ++++++++----
 drivers/hwmon/Kconfig         |  4 +--
 drivers/hwmon/shtc1.c         | 56 ++++++++++++++++++++++++++---------
 3 files changed, 58 insertions(+), 21 deletions(-)