All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector
@ 2015-07-29 12:54 ` Vladimir Barinov
  0 siblings, 0 replies; 40+ messages in thread
From: Vladimir Barinov @ 2015-07-29 12:54 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald, Rob Herring,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, linux-kernel,
	linux-iio, devicetree, cory.tusar

Hello,

This adds the folowing:
- Holt threshold detector driver for HI-8435 chip
- Add Holt vendor prefix
- Document HI-8435 DT bindings
- Add periodic polling functionality to SYSFS trigger
- Support triggered events
- Add ABI documentation for debounce_time
- Fix typos in sysfs-bus-iio file

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

Vladimir Barinov (7):
[1/7] iio: adc: hi8435: Holt HI-8435 threshold detector
[2/7] dt: Add vendor prefix 'holt'
[3/7] dt: Document Holt HI-8435 bindings
[4/7] iio: trigger: Add periodic polling to SYSFS trigger
[5/7] iio: Support triggered events
[6/7] iio: Add ABI documentation for debounce_time
[7/7] iio: Fix typos in ABI documentation

---
This patchset is against the 'kernel/git/torvalds/linux.git' repo.

 Documentation/ABI/testing/sysfs-bus-iio               |   16 
 Documentation/ABI/testing/sysfs-bus-iio-adc-hi8435    |   61 +
 Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs |   11 
 Documentation/devicetree/bindings/iio/adc/hi8435.txt  |   25 
 Documentation/devicetree/bindings/vendor-prefixes.txt |    1 
 drivers/iio/Kconfig                                   |    6 
 drivers/iio/Makefile                                  |    1 
 drivers/iio/adc/Kconfig                               |   11 
 drivers/iio/adc/Makefile                              |    1 
 drivers/iio/adc/hi8435.c                              |  659 ++++++++++++++++++
 drivers/iio/industrialio-core.c                       |    4 
 drivers/iio/industrialio-trigger.c                    |   12 
 drivers/iio/industrialio-triggered-event.c            |   68 +
 drivers/iio/trigger/iio-trig-sysfs.c                  |   58 +
 include/linux/iio/iio.h                               |    1 
 include/linux/iio/triggered_event.h                   |   11 
 16 files changed, 939 insertions(+), 7 deletions(-)
 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
 create mode 100644 drivers/iio/industrialio-triggered-event.c
 create mode 100644 include/linux/iio/triggered_event.h

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

end of thread, other threads:[~2015-08-22 13:52 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-29 12:54 [PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector Vladimir Barinov
2015-07-29 12:54 ` Vladimir Barinov
2015-07-29 12:56 ` [PATCH v3 1/7] iio: adc: hi8435: " Vladimir Barinov
2015-07-29 12:56   ` Vladimir Barinov
2015-08-08 17:56   ` Jonathan Cameron
2015-08-08 17:56     ` Jonathan Cameron
2015-08-11 12:21     ` Lars-Peter Clausen
2015-08-11 12:21       ` Lars-Peter Clausen
2015-08-11 17:01       ` Jonathan Cameron
2015-08-11 14:37     ` Vladimir Barinov
2015-08-16  9:00       ` Jonathan Cameron
2015-08-16  9:00         ` Jonathan Cameron
2015-08-16 18:54         ` Vladimir Barinov
2015-08-16 18:54           ` Vladimir Barinov
2015-08-22 13:48           ` Jonathan Cameron
2015-08-22 13:48             ` Jonathan Cameron
2015-07-29 12:57 ` [PATCH v3 2/7] dt: Add vendor prefix 'holt' Vladimir Barinov
2015-07-29 12:57 ` [PATCH v3 3/7] dt: Document Holt HI-8435 bindings Vladimir Barinov
2015-07-29 12:57 ` [PATCH v3 4/7] iio: trigger: Add periodic polling to SYSFS trigger Vladimir Barinov
2015-08-07 13:42   ` Lars-Peter Clausen
2015-08-07 13:42     ` Lars-Peter Clausen
2015-08-08 17:26     ` Jonathan Cameron
2015-07-29 12:57 ` [PATCH v3 5/7] iio: Support triggered events Vladimir Barinov
2015-08-07 13:45   ` Lars-Peter Clausen
2015-08-07 13:45     ` Lars-Peter Clausen
2015-08-07 16:10     ` Vladimir Barinov
2015-08-16  9:05       ` Jonathan Cameron
2015-08-16  9:05         ` Jonathan Cameron
2015-08-16  9:20   ` Jonathan Cameron
2015-08-16  9:20     ` Jonathan Cameron
2015-08-16 20:15     ` Vladimir Barinov
2015-08-16 20:15       ` Vladimir Barinov
2015-08-22 13:52       ` Jonathan Cameron
2015-08-22 13:52         ` Jonathan Cameron
2015-07-29 12:57 ` [PATCH v3 6/7] iio: Add ABI documentation for debounce_time Vladimir Barinov
2015-07-29 12:57 ` [PATCH v3 7/7] iio: Fix typos in ABI documentation Vladimir Barinov
2015-08-08 18:39   ` Jonathan Cameron
2015-08-08 18:39     ` Jonathan Cameron
2015-08-08 17:28 ` [PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector Jonathan Cameron
2015-08-08 17:28   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.