This series adds support for KXTF9 accelerometer. It is mostly compatible to KXCJK, but replaces motion direction interrupt with tap detection (not supported in this implementation, yet). First 4 patches are refactorings with no outside-visible effects. Patch 5 changes sysfs attribute name of sampling_frequency_avail to match sampling_frequency attribute it describes. Michał Mirosław (6): iio: accel: kxcjk1003: refactor ODR setting iio: accel: kxcjk1013: extract report_motion_event() from interrupt handler iio: accel: kxcjk1013: rename registers for KXTF9 compatibility iio: accel: kxcjk1013: make sysfs/sampling_frequency_avail dynamic iio: accel: kxcjk1013: make sampling_frequency_avail per-type iio: accel: kxcjk1013: add support for KXTF9 drivers/iio/accel/Kconfig | 4 +- drivers/iio/accel/kxcjk-1013.c | 448 +++++++++++++++++++++++++---------------- 2 files changed, 276 insertions(+), 176 deletions(-) -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html