linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>,
	Alexandru Ardelean <alexandru.ardelean@analog.com>,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
	Lars-Peter Clausen <lars@metafoo.de>,
	Michael Hennerich <Michael.Hennerich@analog.com>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Subject: Re: [PATCH v2 1/1] iio: adc: ad7298: Enable on Intel Galileo Gen 1
Date: Sun, 18 Apr 2021 11:11:46 +0100	[thread overview]
Message-ID: <20210418111146.38e9d35d@jic23-huawei> (raw)
In-Reply-To: <20210412131835.70212-1-andriy.shevchenko@linux.intel.com>

On Mon, 12 Apr 2021 16:18:35 +0300
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> Enable ADC on Intel Galileo Gen 1 board.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to hopefully not notice we did anything ;)

Jonathan

> ---
> v2: fixed typo in ID
>  drivers/iio/adc/ad7298.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/drivers/iio/adc/ad7298.c b/drivers/iio/adc/ad7298.c
> index 689ecd5dd563..e7e866433090 100644
> --- a/drivers/iio/adc/ad7298.c
> +++ b/drivers/iio/adc/ad7298.c
> @@ -13,6 +13,7 @@
>  #include <linux/regulator/consumer.h>
>  #include <linux/err.h>
>  #include <linux/delay.h>
> +#include <linux/mod_devicetable.h>
>  #include <linux/module.h>
>  #include <linux/interrupt.h>
>  #include <linux/bitops.h>
> @@ -352,6 +353,12 @@ static int ad7298_probe(struct spi_device *spi)
>  	return devm_iio_device_register(&spi->dev, indio_dev);
>  }
>  
> +static const struct acpi_device_id ad7298_acpi_ids[] = {
> +	{ "INT3494", 0 },
> +	{ }
> +};
> +MODULE_DEVICE_TABLE(acpi, ad7298_acpi_ids);
> +
>  static const struct spi_device_id ad7298_id[] = {
>  	{"ad7298", 0},
>  	{}
> @@ -361,6 +368,7 @@ MODULE_DEVICE_TABLE(spi, ad7298_id);
>  static struct spi_driver ad7298_driver = {
>  	.driver = {
>  		.name	= "ad7298",
> +		.acpi_match_table = ad7298_acpi_ids,
>  	},
>  	.probe		= ad7298_probe,
>  	.id_table	= ad7298_id,


      reply	other threads:[~2021-04-18 10:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12 13:18 [PATCH v2 1/1] iio: adc: ad7298: Enable on Intel Galileo Gen 1 Andy Shevchenko
2021-04-18 10:11 ` Jonathan Cameron [this message]

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=20210418111146.38e9d35d@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=alexandru.ardelean@analog.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).