Fixed most of the stuff, minor clarification below: On Mon, Jun 27, 2016 at 7:06 PM, Peter Meerwald-Stadler <pmeerw@xxxxxxxxxx> wrote: > On Mon, 27 Jun 2016, Linus Walleij wrote: >> +static const struct of_device_id bmp280_of_spi_match[] = { >> + { .compatible = "bosch,bmp085", }, >> + { .compatible = "bosch,bmp180", }, >> + { .compatible = "bosch,bmp181", }, > > what is the BMP181 about? not mentioned so far This variant exists in the corresponding misc driver in: drivers/misc/bmp085-spi.c So to be able to fully replace that driver with this driver, it's included for completeness. I updated the commit message to clarify this. Yours, Linus Walleij -- 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