[linux-yocto] [PATCH 0/2] Backport several sensor drivers from kernel 4.6

Bruce Ashfield bruce.ashfield at windriver.com
Tue Jun 21 05:59:47 PDT 2016


On 2016-06-21 3:52 AM, Yong Li wrote:
> Dear Maintainers,
>
> This patchset backports several sensor drivers from kernel 4.6,
> please merge it into standard/base branch for linux-yocto-4.4 if looks okay.
>

It looks fine to me. I've staged the changes.

Bruce

> Thanks,
> Yong Li
>
> Giuseppe Barba (1):
>   iio: st-accel: add support for lis2dh12
>
> Joachim Eastwood (1):
>   iio: accel: add Freescale MMA7455L/MMA7456L 3-axis accelerometer
>     driver
>
>  .../devicetree/bindings/iio/st-sensors.txt         |   1 +
>  drivers/iio/accel/Kconfig                          |  31 +-
>  drivers/iio/accel/Makefile                         |   5 +
>  drivers/iio/accel/mma7455.h                        |  19 ++
>  drivers/iio/accel/mma7455_core.c                   | 311 +++++++++++++++++++++
>  drivers/iio/accel/mma7455_i2c.c                    |  56 ++++
>  drivers/iio/accel/mma7455_spi.c                    |  52 ++++
>  drivers/iio/accel/st_accel.h                       |   1 +
>  drivers/iio/accel/st_accel_core.c                  |   1 +
>  drivers/iio/accel/st_accel_i2c.c                   |   5 +
>  drivers/iio/accel/st_accel_spi.c                   |   1 +
>  11 files changed, 482 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/iio/accel/mma7455.h
>  create mode 100644 drivers/iio/accel/mma7455_core.c
>  create mode 100644 drivers/iio/accel/mma7455_i2c.c
>  create mode 100644 drivers/iio/accel/mma7455_spi.c
>



More information about the linux-yocto mailing list