From: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Vladimir Barinov
<vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
Cc: Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>,
Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>,
Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
cory.tusar-J6Z/VSE8EyIAspv4Qr0y0gC/G2K4zDHf@public.gmane.org
Subject: Re: [PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector
Date: Sat, 8 Aug 2015 18:28:22 +0100 [thread overview]
Message-ID: <55C63C36.3050605@kernel.org> (raw)
In-Reply-To: <1438174469-19054-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
On 29/07/15 13:54, Vladimir Barinov wrote:
> 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
Please order your patch set so that it may be bisected.
That is, if we apply each patch in the order presented, there
should never be a point at which we cannot build the code.
The driver in patch 1 uses elements from later in the series.
Jonathan
>
> ---
> 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
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2015-08-08 17:28 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-29 12:54 [PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector Vladimir Barinov
[not found] ` <1438174469-19054-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-07-29 12:56 ` [PATCH v3 1/7] iio: adc: hi8435: " Vladimir Barinov
[not found] ` <1438174617-19143-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-08-08 17:56 ` Jonathan Cameron
[not found] ` <55C642C1.4070105-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-08-11 12:21 ` Lars-Peter Clausen
2015-08-11 17:01 ` Jonathan Cameron
2015-08-11 14:37 ` Vladimir Barinov
[not found] ` <55CA08BC.4070202-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-08-16 9:00 ` Jonathan Cameron
[not found] ` <55D05144.70509-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-08-16 18:54 ` Vladimir Barinov
[not found] ` <55D0DC7A.7090600-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-08-22 13:48 ` Jonathan Cameron
2015-08-08 17:28 ` Jonathan Cameron [this message]
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
[not found] ` <1438174642-19258-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
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
[not found] ` <1438174648-19296-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-08-07 13:45 ` Lars-Peter Clausen
2015-08-07 16:10 ` Vladimir Barinov
[not found] ` <55C4D878.1010605-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-08-16 9:05 ` Jonathan Cameron
2015-08-16 9:20 ` Jonathan Cameron
[not found] ` <55D055C9.4020409-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-08-16 20:15 ` Vladimir Barinov
[not found] ` <55D0EF57.5050304-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
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
[not found] ` <1438174661-19371-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-08-08 18:39 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55C63C36.3050605@kernel.org \
--to=jic23-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=cory.tusar-J6Z/VSE8EyIAspv4Qr0y0gC/G2K4zDHf@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=knaack.h-Mmb7MZpHnFY@public.gmane.org \
--cc=lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).