devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add dt-binding support for ti tmp006
@ 2023-05-20 10:51 Anup Sharma
  2023-05-20 10:53 ` [PATCH v2 1/2] dt-bindings: iio: temperature: Add support for tmp006 Anup Sharma
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anup Sharma @ 2023-05-20 10:51 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Anup Sharma, Peter Meerwald,
	u.kleine-koenig, andriy.shevchenko, linux-iio, devicetree,
	linux-kernel

These patches introduce device tree binding support and
add an of_device_id table entry to the driver.

Changes in v2:
	- Keep the exsisting MODULE_DEVICE_TABLE entry.
	- Removed the inner comma in of_device_id.
	- Order the included header to improve code organization.
	- Adding missing semicolon to fix syntax error detected
	  using dt_binding_check.
	
Anup Sharma (2):
  dt-bindings: iio: temperature: Add support for tmp006
  iio: temperature: tmp006: Add OF device matching support

 .../bindings/iio/temperature/ti,tmp006.yaml   | 42 +++++++++++++++++++
 drivers/iio/temperature/tmp006.c              |  8 ++++
 2 files changed, 50 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/temperature/ti,tmp006.yaml

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-28 19:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-20 10:51 [PATCH v2 0/2] Add dt-binding support for ti tmp006 Anup Sharma
2023-05-20 10:53 ` [PATCH v2 1/2] dt-bindings: iio: temperature: Add support for tmp006 Anup Sharma
2023-05-20 10:55 ` [PATCH v2 2/2] iio: temperature: tmp006: Add OF device matching support Anup Sharma
2023-05-20 15:20 ` [PATCH v2 0/2] Add dt-binding support for ti tmp006 Jonathan Cameron
2023-05-20 22:32   ` Conor Dooley
2023-05-28 19:22     ` Jonathan Cameron

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).