]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio: st_pressure: Export sampling frequency for lps25h and lps331ap
authorMarcin Niestroj <m.niestroj@grinn-global.com>
Mon, 12 Dec 2016 16:58:43 +0000 (17:58 +0100)
committerJonathan Cameron <jic23@kernel.org>
Fri, 30 Dec 2016 11:33:56 +0000 (11:33 +0000)
commit7f0d874036f07ceb394979f83a6411baed513aa9
tree0efc91018e3b7f536964af33bd84b1e6fb4312b9
parent1b211d48abaa0e12e6e6177c0316ff55d11fdfce
iio: st_pressure: Export sampling frequency for lps25h and lps331ap

Both devices are using the same iio_chan_spec to define which settings
are exported with sysfs. Both are properly configured to set/get
sampling frequency for pressure and temperature. They also properly
export available sampling frequencies. The only missing thing is
sampling_frequency sysfs file, which allows to set/get this property
from userspace.

Add sampling frequency to iio channel info mask, so sampling_frequency
file is properly exported using sysfs.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/pressure/st_pressure_core.c