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


Groups > linux.kernel > #1434313 > unrolled thread

[PATCH v3 0/2] iio: adc: max1363: Add device tree support

Started byFlorian Vaussard <florian.vaussard@gmail.com>
First post2016-06-30 09:50 +0200
Last post2016-06-30 09:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/2] iio: adc: max1363: Add device tree support Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-30 09:50 +0200

#1434313 — [PATCH v3 0/2] iio: adc: max1363: Add device tree support

FromFlorian Vaussard <florian.vaussard@gmail.com>
Date2016-06-30 09:50 +0200
Subject[PATCH v3 0/2] iio: adc: max1363: Add device tree support
Message-ID<rPETw-6Nb-7@gated-at.bofh.it>
Hello,

This series introduces the necessary device tree binding to
perform DT boot.

Tested with MAX11644 (DT boot).

Best regards,
Florian

---
Since v2:
- Use a macro to declare compatibles, as suggested by Peter Rosin
  for a similar patch on the mcp4531

Since v1:
- First patch applied by Jonathan
- Added DT maintainer's Ack
- Fixed handling of data pointer in struct of_device_id

Florian Vaussard (2):
  iio: adc: max1363: Add device tree binding documentation
  iio: adc: max1363: Add device tree binding

 .../devicetree/bindings/iio/adc/max1363.txt        | 63 ++++++++++++++++++++++
 drivers/iio/adc/max1363.c                          | 61 ++++++++++++++++++++-
 2 files changed, 123 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/max1363.txt

-- 
2.5.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web