devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
To: Geert Uytterhoeven
	<geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
	Gregory Clement
	<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Sebastian Hesselbarth
	<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH 6/9] ARM: dts: kirkwood: Fix "debounce-interval" property misspelling
Date: Tue, 13 Feb 2018 16:54:22 +0100	[thread overview]
Message-ID: <20180213155422.GC1325@lunn.ch> (raw)
In-Reply-To: <1518531335-5170-7-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

On Tue, Feb 13, 2018 at 03:15:32PM +0100, Geert Uytterhoeven wrote:
> "debounce_interval" was never supported.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> Cc: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
> Cc: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
> Cc: Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Hi Geert

Did you notice
Documentation/devicetree/bindings/power/wakeup-source.txt ?  It has
the same problem.

Reviewed-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>

    Andrew
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2018-02-13 15:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-13 14:15 [PATCH 0/9] DT: Fix "debounce-interval" property misspellings Geert Uytterhoeven
     [not found] ` <1518531335-5170-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2018-02-13 14:15   ` [PATCH 1/9] dt-bindings: power: Fix "debounce-interval" property misspelling Geert Uytterhoeven
2018-02-19  3:05     ` Rob Herring
2018-02-13 14:15   ` [PATCH 2/9] ARM: dts: atlas7: " Geert Uytterhoeven
2018-02-13 14:15   ` [PATCH 3/9] ARM: dts: kzm9d: " Geert Uytterhoeven
2018-02-15 16:18     ` Simon Horman
2018-02-13 14:15   ` [PATCH 4/9] ARM: dts: exynos: " Geert Uytterhoeven
2018-03-12 17:59     ` Krzysztof Kozlowski
2018-02-13 14:15   ` [PATCH 5/9] ARM: dts: gemini: " Geert Uytterhoeven
2018-04-19  6:34     ` Linus Walleij
2018-02-13 14:15   ` [PATCH 6/9] ARM: dts: kirkwood: " Geert Uytterhoeven
     [not found]     ` <1518531335-5170-7-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2018-02-13 15:54       ` Andrew Lunn [this message]
2018-02-13 16:17       ` Gregory CLEMENT
2018-02-13 14:15   ` [PATCH 7/9] ARM: dts: OMAP5: uevm: " Geert Uytterhoeven
     [not found]     ` <1518531335-5170-8-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2018-02-14 16:22       ` Tony Lindgren
2018-02-13 14:15   ` [PATCH 8/9] ARM: dts: Ux500: " Geert Uytterhoeven
2018-02-22 14:27     ` Linus Walleij
2018-02-13 14:15   ` [PATCH 9/9] arm64: dts: juno: " Geert Uytterhoeven

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=20180213155422.GC1325@lunn.ch \
    --to=andrew-g2dyl2zd6by@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org \
    --cc=gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@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).