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


Groups > linux.kernel > #1583959

Re: [RFC 3/4] dt-bindings: iio: add support for GPIO triggers

From Jonathan Cameron <jic23@kernel.org>
Newsgroups linux.kernel
Subject Re: [RFC 3/4] dt-bindings: iio: add support for GPIO triggers
Date 2017-02-18 20:30 +0100
Message-ID <tciRH-5QK-3@gated-at.bofh.it> (permalink)
References <tbTgC-6tv-5@gated-at.bofh.it> <tbTgC-6tv-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 17/02/17 16:03, Fabrice Gasnier wrote:
> Document Industrial I/O GPIO trigger support.
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Whilst I think this needs redoing for the interrupt trigger driver,
please be aware that bindings must be OS agnostic i.e. you can't
name things after linux specific subsystem.  We get a lot
of stick for the iio-hwmon bindings specifically for doing this!

Which makes this 'interesting' to describe.

Once we have it updated feedback from Rob and Mark will definitely be needed on
this one.

Jonathan
> ---
>  .../bindings/iio/trigger/iio-trig-gpio.txt         | 26 ++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/trigger/iio-trig-gpio.txt
> 
> diff --git a/Documentation/devicetree/bindings/iio/trigger/iio-trig-gpio.txt b/Documentation/devicetree/bindings/iio/trigger/iio-trig-gpio.txt
> new file mode 100644
> index 0000000..a8dbf5c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/trigger/iio-trig-gpio.txt
> @@ -0,0 +1,26 @@
> +Industrial I/O - GPIO based trigger
> +
> +GPIOs may be used as IIO trigger provider, when trigger is connected to
> +GPIO lines.
> +
> +Required properties:
> +- compatible: Should be "iio-gpio-trigger"
> +- gpios: Should specify one GPIO line used as trigger source.
> +  See Documentation/devicetree/bindings/gpio/gpio.txt
> +- #io-trigger-cells: Should be 0, as simple trigger provider.
> +  See Documentation/devicetree/bindings/iio/iio-bindings.txt
> +
> +Optional properties:
> +- label: String to specifiy trigger name.
> +- gpio-trigger-rising-edge: A rising edge on GPIO will trigger.
> +- gpio-trigger-falling-edge: A falling edge on GPIO will trigger.
> +  Note: Both rising and falling edge may be used. In case none of
> +  rising or falling edge is selected, rising edge is selected by
> +  default.
> +
> +Example:
> +	gpiotrig0: iio-gpio-trigger0 {
> +		#io-trigger-cells = <0>;
> +		compatible = "iio-gpio-trigger";
> +		gpios = <&gpioa 11 0>;
> +	}
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC 0/4] iio: trigger: Add OF support and GPIO based trigger Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-02-17 17:10 +0100
  [RFC 1/4] dt-bindings: iio: introduce trigger providers, consumers Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-02-17 17:10 +0100
  [RFC 4/4] iio: trigger: add GPIO trigger Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-02-17 17:10 +0100
    Re: [RFC 4/4] iio: trigger: add GPIO trigger Lars-Peter Clausen <lars@metafoo.de> - 2017-02-17 17:20 +0100
      Re: [RFC 4/4] iio: trigger: add GPIO trigger Jonathan Cameron <jic23@kernel.org> - 2017-02-18 20:30 +0100
        Re: [RFC 4/4] iio: trigger: add GPIO trigger Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-02-20 17:30 +0100
          Re: [RFC 4/4] iio: trigger: add GPIO trigger Jonathan Cameron <jic23@kernel.org> - 2017-02-25 17:30 +0100
  [RFC 2/4] iio: trigger: add OF support Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-02-17 17:10 +0100
  [RFC 3/4] dt-bindings: iio: add support for GPIO triggers Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-02-17 17:10 +0100
    Re: [RFC 3/4] dt-bindings: iio: add support for GPIO triggers Jonathan Cameron <jic23@kernel.org> - 2017-02-18 20:30 +0100
    Re: [RFC 3/4] dt-bindings: iio: add support for GPIO triggers Linus Walleij <linus.walleij@linaro.org> - 2017-02-23 16:20 +0100
      Re: [RFC 3/4] dt-bindings: iio: add support for GPIO triggers Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-02-23 16:50 +0100
  Re: [RFC 0/4] iio: trigger: Add OF support and GPIO based trigger Daniel Baluta <daniel.baluta@gmail.com> - 2017-02-17 17:30 +0100
    Re: [RFC 0/4] iio: trigger: Add OF support and GPIO based trigger Jonathan Cameron <jic23@kernel.org> - 2017-02-18 20:20 +0100

csiph-web