linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/68] ARM: dts: gose: Add GPIO keys to DT
Date: Mon, 15 Feb 2016 16:18:18 +0900	[thread overview]
Message-ID: <20160215071817.GA4528@verge.net.au> (raw)
In-Reply-To: <CAMuHMdVefum3YbaxhMX_0hHrmTFYU-pWYZTwSUveQDLFArLdYw@mail.gmail.com>

On Sat, Feb 13, 2016 at 09:23:47PM +0100, Geert Uytterhoeven wrote:
> On Fri, Feb 12, 2016 at 8:04 PM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Instantiate the GPIO keys in the gose device tree.
> >
> > Based on similar work for the koelsch board by Laurent Pinchart.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > Tested-by: Magnus Damm <damm+renesas@opensource.se>
> > ---
> >  arch/arm/boot/dts/r8a7793-gose.dts | 82 ++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 82 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts
> > index baa59fe84298..ccbc1c66cc6c 100644
> > --- a/arch/arm/boot/dts/r8a7793-gose.dts
> > +++ b/arch/arm/boot/dts/r8a7793-gose.dts
> > @@ -31,6 +31,88 @@
> >                 device_type = "memory";
> >                 reg = <0 0x40000000 0 0x40000000>;
> >         };
> > +
> > +       gpio-keys {
> > +               compatible = "gpio-keys";
> > +
> > +               key-1 {
> > +                       gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
> > +                       linux,code = <KEY_1>;
> > +                       label = "SW2-1";
> > +                       gpio-key,wakeup;
> 
> In the mean time, "gpio-key,wakeup" has been deprecated in favor of
> "wakeup-source".

Is the change just a matter of s/gpio-key,wakeup/wakeup-source/ ?
If so I'll sort things out.

  reply	other threads:[~2016-02-15  7:18 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-12 19:05 [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.6 Simon Horman
2016-02-12 19:04 ` [PATCH 01/68] ARM: dts: gose: Add GPIO keys to DT Simon Horman
2016-02-13 20:23   ` Geert Uytterhoeven
2016-02-15  7:18     ` Simon Horman [this message]
2016-02-15  7:45       ` Geert Uytterhoeven
2016-02-12 19:04 ` [PATCH 02/68] ARM: dts: gose: Add GPIO leds " Simon Horman
2016-02-12 19:04 ` [PATCH 03/68] ARM: dts: porter: add DU DT support Simon Horman
2016-02-12 19:04 ` [PATCH 04/68] ARM: dts: r8a7793: Add I2C master nodes to DT Simon Horman
2016-02-12 19:04 ` [PATCH 05/68] ARM: dts: alt: Add QSPI device " Simon Horman
2016-02-12 19:04 ` [PATCH 06/68] ARM: dts: r8a7790: use fallback usbhs compatibility string Simon Horman
2016-02-12 19:04 ` [PATCH 07/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:04 ` [PATCH 08/68] ARM: dts: r8a7794: " Simon Horman
2016-02-12 19:04 ` [PATCH 09/68] ARM: dts: r8a7793: move dmac nodes Simon Horman
2016-02-12 19:05 ` [PATCH 10/68] ARM: dts: gose: add i2c2 bus to device tree Simon Horman
2016-02-12 19:05 ` [PATCH 11/68] ARM: dts: r8a7790: use GIC_* defines Simon Horman
2016-02-12 19:05 ` [PATCH 12/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:05 ` [PATCH 13/68] ARM: dts: silk: add DU DT support Simon Horman
2016-02-12 19:05 ` [PATCH 14/68] ARM: dts: r8a7793: use GIC_* defines Simon Horman
2016-02-12 19:05 ` [PATCH 15/68] ARM: dts: r8a7794: " Simon Horman
2016-02-12 19:05 ` [PATCH 16/68] ARM: dts: r8a7793: gose: Add HDMI video out support Simon Horman
2016-02-12 19:05 ` [PATCH 17/68] ARM: dts: r8a7778: use GIC_* defines Simon Horman
2016-02-12 19:05 ` [PATCH 18/68] ARM: dts: r8a7779: " Simon Horman
2016-02-12 19:05 ` [PATCH 19/68] ARM: dts: porter: add sound support Simon Horman
2016-02-12 19:05 ` [PATCH 20/68] ARM: dts: r8a73a4: use GIC_* defines Simon Horman
2016-02-12 19:05 ` [PATCH 21/68] ARM: dts: r8a7740: " Simon Horman
2016-02-12 19:05 ` [PATCH 22/68] ARM: dts: r8a7793: add MSTP10 clocks to device tree Simon Horman
2016-02-12 19:05 ` [PATCH 23/68] ARM: dts: r8a7793: add audio clock " Simon Horman
2016-02-12 19:05 ` [PATCH 24/68] ARM: dts: r8a7793: add m2 " Simon Horman
2016-02-12 19:05 ` [PATCH 25/68] ARM: dts: r8a7793: add R-Car sound support " Simon Horman
2016-02-12 19:05 ` [PATCH 26/68] ARM: dts: r8a7793: add DVC " Simon Horman
2016-02-12 19:05 ` [PATCH 27/68] ARM: dts: r8a7793: add audio DMAC clocks " Simon Horman
2016-02-12 19:05 ` [PATCH 28/68] ARM: dts: r8a7793: add audio DMAC " Simon Horman
2016-02-12 19:05 ` [PATCH 29/68] ARM: dts: r8a7793: enable Audio DMAC peri peri via sound driver Simon Horman
2016-02-12 19:05 ` [PATCH 30/68] ARM: dts: gose: Enable sound PIO support in device tree Simon Horman
2016-02-12 19:05 ` [PATCH 31/68] ARM: dts: gose: enable sound DMA " Simon Horman
2016-02-12 19:05 ` [PATCH 32/68] ARM: dts: gose: enable sound DMA support via BUSIF " Simon Horman
2016-02-12 19:05 ` [PATCH 33/68] ARM: dts: gose: enable sound DMA support via SRC " Simon Horman
2016-02-12 19:05 ` [PATCH 34/68] ARM: dts: gose: enable sound DMA support via DVC " Simon Horman
2016-02-12 19:05 ` [PATCH 35/68] ARM: dts: r8a7793: enable audio DMAC " Simon Horman
2016-02-12 19:05 ` [PATCH 36/68] ARM: dts: r7s72100: use GIC_* defines Simon Horman
2016-02-12 19:05 ` [PATCH 37/68] ARM: dts: sh73a0: " Simon Horman
2016-02-12 19:05 ` [PATCH 38/68] ARM: dts: emev2: " Simon Horman
2016-02-12 19:05 ` [PATCH 39/68] ARM: dts: r8a7778: Add SCIF fallback compatibility strings Simon Horman
2016-02-12 19:05 ` [PATCH 40/68] ARM: dts: r8a7779: " Simon Horman
2016-02-12 19:05 ` [PATCH 41/68] ARM: dts: r8a7790: " Simon Horman
2016-02-12 19:05 ` [PATCH 42/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:05 ` [PATCH 43/68] ARM: dts: r8a7793: " Simon Horman
2016-02-12 19:05 ` [PATCH 44/68] ARM: dts: r8a7794: " Simon Horman
2016-02-12 19:05 ` [PATCH 45/68] ARM: dts: sh73a0: Rename the serial port clock to fck Simon Horman
2016-02-12 19:05 ` [PATCH 46/68] ARM: dts: r7s72100: " Simon Horman
2016-02-12 19:05 ` [PATCH 47/68] ARM: dts: r8a73a4: " Simon Horman
2016-02-12 19:05 ` [PATCH 48/68] ARM: dts: r8a7740: " Simon Horman
2016-02-12 19:05 ` [PATCH 49/68] ARM: dts: r8a7778: " Simon Horman
2016-02-12 19:05 ` [PATCH 50/68] ARM: dts: r8a7779: " Simon Horman
2016-02-12 19:05 ` [PATCH 51/68] ARM: dts: r8a7790: " Simon Horman
2016-02-12 19:05 ` [PATCH 52/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:05 ` [PATCH 53/68] ARM: dts: r8a7793: " Simon Horman
2016-02-12 19:05 ` [PATCH 54/68] ARM: dts: r8a7794: " Simon Horman
2016-02-12 19:05 ` [PATCH 55/68] ARM: dts: r8a7778: Add BRG support for SCIF Simon Horman
2016-02-12 19:05 ` [PATCH 56/68] ARM: dts: r8a7779: " Simon Horman
2016-02-12 19:05 ` [PATCH 57/68] ARM: dts: r8a7790: Add BRG support for (H)SCIF Simon Horman
2016-02-12 19:05 ` [PATCH 58/68] ARM: dts: r8a7791: " Simon Horman
2016-02-12 19:05 ` [PATCH 59/68] ARM: dts: r8a7793: Add BRG support for SCIF Simon Horman
2016-02-12 19:05 ` [PATCH 60/68] ARM: dts: r8a7794: Add BRG support for (H)SCIF Simon Horman
2016-02-12 19:05 ` [PATCH 61/68] ARM: dts: alt: Enable SCIF_CLK frequency and pins Simon Horman
2016-02-12 19:05 ` [PATCH 62/68] ARM: dts: bockw: " Simon Horman
2016-02-12 19:05 ` [PATCH 63/68] ARM: dts: gose: " Simon Horman
2016-02-12 19:05 ` [PATCH 64/68] ARM: dts: koelsch: " Simon Horman
2016-02-12 19:05 ` [PATCH 65/68] ARM: dts: lager: " Simon Horman
2016-02-12 19:05 ` [PATCH 66/68] ARM: dts: marzen: " Simon Horman
2016-02-12 19:05 ` [PATCH 67/68] ARM: dts: porter: " Simon Horman
2016-02-12 19:05 ` [PATCH 68/68] ARM: dts: silk: " Simon Horman
2016-02-24 22:02 ` [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.6 Olof Johansson

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=20160215071817.GA4528@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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).