The following patch adds support for the ST Microelectronics lis331dlh accelerometer. It is very similar to the lis3l02dq driver in staging (but updated to the current API) and there is also a driver in misc supporting a larger range of these devices. So sure, these should be merged, but I'm not sure how to do it properly. Manuel Stahl (1): iio: accel: Add driver for lis331dlh drivers/iio/Kconfig | 1 + drivers/iio/accel/Kconfig | 16 ++ drivers/iio/accel/Makefile | 5 + drivers/iio/accel/lis331dlh_buffer.c | 132 +++++++++++ drivers/iio/accel/lis331dlh_core.c | 429 ++++++++++++++++++++++++++++++++++ drivers/iio/accel/lis331dlh_i2c.c | 150 ++++++++++++ drivers/iio/accel/lis331dlh_spi.c | 129 ++++++++++ include/linux/iio/accel/lis331dlh.h | 243 +++++++++++++++++++ 8 files changed, 1105 insertions(+), 0 deletions(-) create mode 100644 drivers/iio/accel/lis331dlh_buffer.c create mode 100644 drivers/iio/accel/lis331dlh_core.c create mode 100644 drivers/iio/accel/lis331dlh_i2c.c create mode 100644 drivers/iio/accel/lis331dlh_spi.c create mode 100644 include/linux/iio/accel/lis331dlh.h -- 1.7.2.3 -- 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