iio: pressure: icp10100: add driver for InvenSense ICP-101xx
authorJean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Fri, 21 Feb 2020 20:11:23 +0000 (21:11 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 8 Mar 2020 17:28:52 +0000 (17:28 +0000)
commit95c72b78c3365d8f949c3ae315e7b1ded912a6da
tree2862c327e7d3759f97b09effb653d3df90714d4e
parent2ddc982a6c172c141183ac954d44f01bc4f2fe72
iio: pressure: icp10100: add driver for InvenSense ICP-101xx

InvenSense ICP-101xx sensors are a family of barometric pressure
and temperature sensor.

These devices are I2C only and use a specific protocol of
commands/responses. Data transfer is secured by using crc8.

Driver provides processed pressure and raw temperature data.

Signed-off-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/pressure/Kconfig
drivers/iio/pressure/Makefile
drivers/iio/pressure/icp10100.c [new file with mode: 0644]