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


Groups > linux.kernel > #1215366 > unrolled thread

[PATCH v5 0/2] iio: adc: hi8435: Add Holt HI-8435 threshold detector

Started byVladimir Barinov <vladimir.barinov@cogentembedded.com>
First post2015-08-28 16:30 +0200
Last post2015-08-28 16:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v5 0/2] iio: adc: hi8435: Add Holt HI-8435 threshold detector Vladimir Barinov <vladimir.barinov@cogentembedded.com> - 2015-08-28 16:30 +0200

#1215366 — [PATCH v5 0/2] iio: adc: hi8435: Add Holt HI-8435 threshold detector

FromVladimir Barinov <vladimir.barinov@cogentembedded.com>
Date2015-08-28 16:30 +0200
Subject[PATCH v5 0/2] iio: adc: hi8435: Add Holt HI-8435 threshold detector
Message-ID<q2sPf-5Rp-5@gated-at.bofh.it>
Hello,

This adds the folowing:
- Holt threshold detector driver for HI-8435 chip
- Document HI-8435 DT bindings

PDF file can be found here:
http://www.holtic.com/products/3081-hi-8435.aspx

Vladimir Barinov (2):
[1/2] iio: adc: hi8435: Holt HI-8435 threshold detector
[2/2] dt: Document Holt HI-8435 bindings

---
This patchset is against the 'kernel/git/jic23/iio.git' repo, 'togreg' branch.

 Documentation/ABI/testing/sysfs-bus-iio              |    1 
 Documentation/ABI/testing/sysfs-bus-iio-adc-hi8435   |   43 +
 Documentation/devicetree/bindings/iio/adc/hi8435.txt |   21 
 drivers/iio/adc/Kconfig                              |   11 
 drivers/iio/adc/Makefile                             |    1 
 drivers/iio/adc/hi8435.c                             |  531 +++++++++++++++++++
 6 files changed, 608 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-adc-hi8435
 create mode 100644 Documentation/devicetree/bindings/iio/adc/hi8435.txt
 create mode 100644 drivers/iio/adc/hi8435.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web