devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Fabrice Gasnier <fabrice.gasnier@st.com>
Cc: robh+dt@kernel.org, alexandre.torgue@st.com,
	mark.rutland@arm.com, mcoquelin.stm32@gmail.com, lars@metafoo.de,
	knaack.h@gmx.de, pmeerw@pmeerw.net, linux-iio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, benjamin.gaignard@linaro.org,
	arnaud.pouliquen@st.com
Subject: Re: [PATCH 1/2] dt-bindings: iio: stm32-lptimer-counter: document pinctrl sleep state
Date: Sun, 3 Mar 2019 14:39:48 +0000	[thread overview]
Message-ID: <20190303143948.2ab9dff3@archlinux> (raw)
In-Reply-To: <1551091367-21718-2-git-send-email-fabrice.gasnier@st.com>

On Mon, 25 Feb 2019 11:42:46 +0100
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:

> Add documentation for optional pinctrl sleep state that can be used by
> STM32 LPTimer encoder/counter.
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.

Note we are too late for the coming merge window so this will be
for the next one now.

Thanks,

Jonathan

> ---
>  .../devicetree/bindings/iio/counter/stm32-lptimer-cnt.txt         | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/iio/counter/stm32-lptimer-cnt.txt b/Documentation/devicetree/bindings/iio/counter/stm32-lptimer-cnt.txt
> index a04aa5c..e90bc47 100644
> --- a/Documentation/devicetree/bindings/iio/counter/stm32-lptimer-cnt.txt
> +++ b/Documentation/devicetree/bindings/iio/counter/stm32-lptimer-cnt.txt
> @@ -10,8 +10,9 @@ See ../mfd/stm32-lptimer.txt for details about the parent node.
>  
>  Required properties:
>  - compatible:		Must be "st,stm32-lptimer-counter".
> -- pinctrl-names: 	Set to "default".
> -- pinctrl-0: 		List of phandles pointing to pin configuration nodes,
> +- pinctrl-names: 	Set to "default". An additional "sleep" state can be
> +			defined to set pins in sleep state.
> +- pinctrl-n: 		List of phandles pointing to pin configuration nodes,
>  			to set IN1/IN2 pins in mode of operation for Low-Power
>  			Timer input on external pin.
>  
> @@ -21,7 +22,8 @@ Example:
>  		...
>  		counter {
>  			compatible = "st,stm32-lptimer-counter";
> -			pinctrl-names = "default";
> +			pinctrl-names = "default", "sleep";
>  			pinctrl-0 = <&lptim1_in_pins>;
> +			pinctrl-1 = <&lptim1_sleep_in_pins>;
>  		};
>  	};

  reply	other threads:[~2019-03-03 14:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-25 10:42 [PATCH 0/2] iio: counter: stm32-lptimer: add PM support Fabrice Gasnier
2019-02-25 10:42 ` [PATCH 1/2] dt-bindings: iio: stm32-lptimer-counter: document pinctrl sleep state Fabrice Gasnier
2019-03-03 14:39   ` Jonathan Cameron [this message]
2019-02-25 10:42 ` [PATCH 2/2] iio: counter: stm32-lptimer: Add power management support Fabrice Gasnier
2019-03-03 14:40   ` 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=20190303143948.2ab9dff3@archlinux \
    --to=jic23@kernel.org \
    --cc=alexandre.torgue@st.com \
    --cc=arnaud.pouliquen@st.com \
    --cc=benjamin.gaignard@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fabrice.gasnier@st.com \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=pmeerw@pmeerw.net \
    --cc=robh+dt@kernel.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).