OSDN Git Service

iio: Add driver for Infineon DPS310
authorJoel Stanley <joel@jms.id.au>
Tue, 21 May 2019 02:13:32 +0000 (21:13 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 27 May 2019 09:51:58 +0000 (10:51 +0100)
commitba6ec48e76bcd405c47d90b4497ddbcd4c9a578f
tree0d398aaf4e6c9d11c737c6ead3b5287fbe6a28fa
parentbc4054b55f14f33fdeb8c2d51eef4eaf5e4e1862
iio: Add driver for Infineon DPS310

The DPS310 is a temperature and pressure sensor. It can be accessed over
i2c and SPI, but this driver only supports polling over i2c.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/pressure/Kconfig
drivers/iio/pressure/Makefile
drivers/iio/pressure/dps310.c [new file with mode: 0644]