[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZGKoEAgJguAINlaW@smile.fi.intel.com>
Date: Tue, 16 May 2023 00:45:52 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Anup Sharma <anupnewsmail@...il.com>
Cc: Jonathan Cameron <jic23@...nel.org>,
Lars-Peter Clausen <lars@...afoo.de>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Peter Meerwald <pmeerw@...erw.net>,
u.kleine-koenig@...gutronix.de, linux-iio@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] iio: temperature: tmp006: Add OF device matching
support
On Mon, May 15, 2023 at 12:33:06AM +0530, Anup Sharma wrote:
> Adds an of_device_id table entry to the driver, enabling
> device matching through device tree. With this update, the driver
> can now match devices using both the i2c_device_id entry and the
> newly added of_device_id table.
...
> #include <linux/module.h>
> #include <linux/pm.h>
> #include <linux/bitops.h>
> +#include <linux/mod_devicetable.h>
Can you try to keep this ordered as much as possible? (For example, by locating
a new inclusion near to module.h)
...
> +static const struct of_device_id tmp006_of_match[] = {
> + { .compatible = "ti,tmp006", },
Inner comma is not needed.
> + { }
> +};
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists