All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Cc: linux-iio@vger.kernel.org, lorenzo.bianconi@st.com,
	linus.walleij@linaro.org, tiberiu.a.breana@intel.com
Subject: Re: [PATCH 1/3] iio: accel: st_accel_i2c: fix i2c_device_id table
Date: Sun, 9 Jul 2017 19:17:36 +0100	[thread overview]
Message-ID: <20170709191736.520e3acb@kernel.org> (raw)
In-Reply-To: <20170708110018.12772-2-lorenzo.bianconi@st.com>

On Sat,  8 Jul 2017 13:00:16 +0200
Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> wrote:

> Add H3LIS331DL, LIS331DL and LIS3LV02DL entries in st_accel_id_table
> 
> Fixes: 1e52fefc9b0c (iio: accel: Add support for the h3lis331dl accel)
> Fixes: bbf5f037fad4 (iio: st_accel: support the LIS331DL sensor)
> Fixes: 3acddf74f807 (iio: st-sensors: add support for lis3lv02d accel)
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to play with it.

Thanks,

Jonathan
> ---
>  drivers/iio/accel/st_accel.h     | 3 +++
>  drivers/iio/accel/st_accel_i2c.c | 3 +++
>  2 files changed, 6 insertions(+)
> 
> diff --git a/drivers/iio/accel/st_accel.h b/drivers/iio/accel/st_accel.h
> index 3ad44ce7ae82..fe3864f0f146 100644
> --- a/drivers/iio/accel/st_accel.h
> +++ b/drivers/iio/accel/st_accel.h
> @@ -29,6 +29,9 @@ enum st_accel_type {
>  	LIS2DH12,
>  	LIS3L02DQ,
>  	LNG2DM,
> +	H3LIS331DL,
> +	LIS331DL,
> +	LIS3LV02DL,
>  	ST_ACCEL_MAX,
>  };
>  
> diff --git a/drivers/iio/accel/st_accel_i2c.c b/drivers/iio/accel/st_accel_i2c.c
> index ac67826135be..1b22c5714e89 100644
> --- a/drivers/iio/accel/st_accel_i2c.c
> +++ b/drivers/iio/accel/st_accel_i2c.c
> @@ -126,6 +126,9 @@ static const struct i2c_device_id st_accel_id_table[] = {
>  	{ LIS2DH12_ACCEL_DEV_NAME, LIS2DH12 },
>  	{ LIS3L02DQ_ACCEL_DEV_NAME, LIS3L02DQ },
>  	{ LNG2DM_ACCEL_DEV_NAME, LNG2DM },
> +	{ H3LIS331DL_DRIVER_NAME, H3LIS331DL },
> +	{ LIS331DL_ACCEL_DEV_NAME, LIS331DL },
> +	{ LIS3LV02DL_ACCEL_DEV_NAME, LIS3LV02DL },
>  	{},
>  };
>  MODULE_DEVICE_TABLE(i2c, st_accel_id_table);


  reply	other threads:[~2017-07-09 18:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-08 11:00 [PATCH 0/3] fix/add accel devices to st framework Lorenzo Bianconi
2017-07-08 11:00 ` [PATCH 1/3] iio: accel: st_accel_i2c: fix i2c_device_id table Lorenzo Bianconi
2017-07-09 18:17   ` Jonathan Cameron [this message]
2017-07-08 11:00 ` [PATCH 2/3] iio: accel: st_accel_spi: add support to H3LIS331DL, LIS331DL, LIS3LV02DL Lorenzo Bianconi
2017-07-08 11:00 ` [PATCH 3/3] iio: accel: st_accel: rename H3LIS331DL_DRIVER_NAME in H3LIS331DL_ACCEL_DEV_NAME Lorenzo Bianconi
2017-07-09 18:19   ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170709191736.520e3acb@kernel.org \
    --to=jic23@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=lorenzo.bianconi83@gmail.com \
    --cc=lorenzo.bianconi@st.com \
    --cc=tiberiu.a.breana@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.