iio: Add driver for the LPS331AP barometer sensor
authorJacek Anaszewski <j.anaszewski@samsung.com>
Fri, 21 Jun 2013 08:52:31 +0000 (10:52 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:43:11 +0000 (11:43 +0900)
commita435d23fea3c64f815109752dbe1ff13c29c5c06
tree29d1c918e8fa02b0e9b42e81f4ddd665cc1fc437
parent516de39ab361d4af576e5e4629f62ef06a3f9ac8
iio: Add driver for the LPS331AP barometer sensor

Add new driver for the barometer device. The driver is
compliant with IIO framework, and exposes two channels
for reading the pressure and the temperature. The output
data can be read either in 'one shot' mode or by exploiting
IIO events.

Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Documentation/devicetree/bindings/iio/barometer/lps331ap.txt [new file with mode: 0644]
drivers/iio/Kconfig
drivers/iio/Makefile
drivers/iio/barometer/Kconfig [new file with mode: 0644]
drivers/iio/barometer/Makefile [new file with mode: 0644]
drivers/iio/barometer/lps331ap.c [new file with mode: 0644]