linux/drivers/iio/pressure
Alexandru Ardelean fe2392c67d iio: pressure: zpa2326: fix iio_triggered_buffer_postenable position
The iio_triggered_buffer_{predisable,postenable} functions attach/detach
the poll functions.

The iio_triggered_buffer_postenable() should be called before (to attach
the poll func) and then the

The iio_triggered_buffer_predisable() function is hooked directly without
anything, which is probably fine, as the postenable() version seems to also
do some reset/wake-up of the device.
This will mean it will be easier when removing it; i.e. it just gets
removed.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2019-10-22 12:54:15 +01:00
..
abp060mg.c
bmp280-core.c iio: pressure: bmp280: use devm action and remove labels from probe 2019-10-22 11:10:23 +01:00
bmp280-i2c.c iio: pressure: bmp280: use devm action and remove labels from probe 2019-10-22 11:10:23 +01:00
bmp280-regmap.c
bmp280-spi.c iio: pressure: bmp280: use devm action and remove labels from probe 2019-10-22 11:10:23 +01:00
bmp280.h iio: pressure: bmp280: use devm action and remove labels from probe 2019-10-22 11:10:23 +01:00
cros_ec_baro.c chrome platform changes for v5.4 2019-09-19 14:14:28 -07:00
dps310.c
hid-sensor-press.c
hp03.c iio: pressure: hp03: convert to i2c_new_dummy_device 2019-07-27 22:52:07 +01:00
hp206c.c
Kconfig Second set of IIO device support, features, cleanups and minor fixes for 5.3. 2019-07-01 10:58:13 +02:00
Makefile
mpl115.c
mpl115.h
mpl115_i2c.c
mpl115_spi.c
mpl3115.c
ms5611.h
ms5611_core.c
ms5611_i2c.c
ms5611_spi.c
ms5637.c
st_pressure.h iio:pressure: introduce st_press_get_settings() function 2019-07-27 22:52:05 +01:00
st_pressure_buffer.c iio:st_sensors: remove buffer allocation at each buffer enable 2019-08-11 09:26:04 +01:00
st_pressure_core.c iio: remove get_irq_data_ready() function pointer and use IRQ number directly 2019-08-05 16:50:08 +01:00
st_pressure_i2c.c iio: make st_sensors drivers use regmap 2019-07-27 22:52:06 +01:00
st_pressure_spi.c iio: move 3-wire spi initialization to st_sensors_spi 2019-07-27 22:52:06 +01:00
t5403.c
zpa2326.c iio: pressure: zpa2326: fix iio_triggered_buffer_postenable position 2019-10-22 12:54:15 +01:00
zpa2326.h
zpa2326_i2c.c
zpa2326_spi.c