Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1431543 > unrolled thread

Re: [PATCH 1/3] iio: adc: max1363: Fix missing i2c_device_id for MAX1164x parts

Started byJonathan Cameron <jic23@kernel.org>
First post2016-06-26 19:10 +0200
Last post2016-06-26 19:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 1/3] iio: adc: max1363: Fix missing i2c_device_id for  MAX1164x parts Jonathan Cameron <jic23@kernel.org> - 2016-06-26 19:10 +0200

#1431543 — Re: [PATCH 1/3] iio: adc: max1363: Fix missing i2c_device_id for MAX1164x parts

FromJonathan Cameron <jic23@kernel.org>
Date2016-06-26 19:10 +0200
SubjectRe: [PATCH 1/3] iio: adc: max1363: Fix missing i2c_device_id for MAX1164x parts
Message-ID<rOlJf-5Em-9@gated-at.bofh.it>
On 21/06/16 08:09, Florian Vaussard wrote:
> The driver supports MAX11644, MAX11645, MAX11646 and MAX11647 parts. But
> the corresponding i2c_device_id are missing. Add them!
> 
> Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
Applied.  oops.

Thanks ;)

Jonathan
> ---
>  drivers/iio/adc/max1363.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
> index 929508e..b5d28c0 100644
> --- a/drivers/iio/adc/max1363.c
> +++ b/drivers/iio/adc/max1363.c
> @@ -1680,6 +1680,10 @@ static const struct i2c_device_id max1363_id[] = {
>  	{ "max11615", max11615 },
>  	{ "max11616", max11616 },
>  	{ "max11617", max11617 },
> +	{ "max11644", max11644 },
> +	{ "max11645", max11645 },
> +	{ "max11646", max11646 },
> +	{ "max11647", max11647 },
>  	{}
>  };
>  
> 

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web