On 18/03/16 15:51, Stefan Eichenberger wrote: > max11644-max11647 had an enum value but were not added to the max1363_id, > so they where not selectable in the devictree. > > Signed-off-by: Stefan Eichenberger <stefan.eichenberger@xxxxxxxxxxxxx> oops - applied to the fixes branch of iio.git, 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 }, > {} > }; > > -- 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