All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>
Cc: "Teresa Remmet"
	<t.remmet-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	"Benoît Cousson"
	<bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
	"Rob Herring" <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"Mark Rutland" <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	"Wadim Egorov" <w.egorov-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>,
	"Vladimir Zapolskiy"
	<vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH v2 1/3] ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board
Date: Thu, 9 Feb 2017 09:31:33 -0800	[thread overview]
Message-ID: <20170209173132.GD21809@atomide.com> (raw)
In-Reply-To: <ff34a257-7272-9b9e-c0bb-a88bac8b3d05-5wv7dgnIgG8@public.gmane.org>

* Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org> [170209 08:57]:
> On 24/01/17 10:09, Teresa Remmet wrote:
> > +	user_buttons: user_buttons {
> > +		compatible = "gpio-keys";
> > +		pinctrl-names = "default";
> > +		pinctrl-0 = <&user_buttons_pins>;
> > +
> > +		button@0 {
> > +			label = "home";
> > +			linux,code = <KEY_HOME>;
> > +			gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
> > +			gpio-key,wakeup;
> > +		};
> > +
> > +		button@1 {
> > +			label = "menu";
> > +			linux,code = <KEY_MENU>;
> > +			gpios = <&gpio3 8 GPIO_ACTIVE_HIGH>;
> > +			gpio-key,wakeup;
> 
> Could you please replace this with wakeup-source as specified in
> Documentation/devicetree/bindings/power/wakeup-source.txt
> 
> I know this patch is merged, just fix it on top of linux-next ?
> I think TI/OMAP downstream tree has some remnants of the legacy
> boolean and it keeps slipping through every merge window :)

Oops sorry these keep coming. Teresa, can you please send a
follow-up fix against current Linux next?

Regards,

Tony
--
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

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/3] ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board
Date: Thu, 9 Feb 2017 09:31:33 -0800	[thread overview]
Message-ID: <20170209173132.GD21809@atomide.com> (raw)
In-Reply-To: <ff34a257-7272-9b9e-c0bb-a88bac8b3d05@arm.com>

* Sudeep Holla <sudeep.holla@arm.com> [170209 08:57]:
> On 24/01/17 10:09, Teresa Remmet wrote:
> > +	user_buttons: user_buttons {
> > +		compatible = "gpio-keys";
> > +		pinctrl-names = "default";
> > +		pinctrl-0 = <&user_buttons_pins>;
> > +
> > +		button at 0 {
> > +			label = "home";
> > +			linux,code = <KEY_HOME>;
> > +			gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
> > +			gpio-key,wakeup;
> > +		};
> > +
> > +		button at 1 {
> > +			label = "menu";
> > +			linux,code = <KEY_MENU>;
> > +			gpios = <&gpio3 8 GPIO_ACTIVE_HIGH>;
> > +			gpio-key,wakeup;
> 
> Could you please replace this with wakeup-source as specified in
> Documentation/devicetree/bindings/power/wakeup-source.txt
> 
> I know this patch is merged, just fix it on top of linux-next ?
> I think TI/OMAP downstream tree has some remnants of the legacy
> boolean and it keeps slipping through every merge window :)

Oops sorry these keep coming. Teresa, can you please send a
follow-up fix against current Linux next?

Regards,

Tony

  parent reply	other threads:[~2017-02-09 17:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24 10:09 [PATCH v2 1/3] ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board Teresa Remmet
2017-01-24 10:09 ` Teresa Remmet
     [not found] ` <1485252576-36955-1-git-send-email-t.remmet-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>
2017-01-24 10:09   ` [PATCH v2 2/3] ARM: configs: omap2plus_defconfig: Enable support for micrell phys Teresa Remmet
2017-01-24 10:09     ` Teresa Remmet
2017-01-24 10:09   ` [PATCH v2 3/3] ARM: configs: omap2plus_defconfig: Enable support for RTC M41T80 Teresa Remmet
2017-01-24 10:09     ` Teresa Remmet
2017-02-09 16:55   ` [PATCH v2 1/3] ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board Sudeep Holla
2017-02-09 16:55     ` Sudeep Holla
     [not found]     ` <ff34a257-7272-9b9e-c0bb-a88bac8b3d05-5wv7dgnIgG8@public.gmane.org>
2017-02-09 17:31       ` Tony Lindgren [this message]
2017-02-09 17:31         ` Tony Lindgren
2017-01-26 16:11 ` Tony Lindgren
2017-01-26 16:11   ` Tony Lindgren

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=20170209173132.GD21809@atomide.com \
    --to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
    --cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=sudeep.holla-5wv7dgnIgG8@public.gmane.org \
    --cc=t.remmet-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org \
    --cc=vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org \
    --cc=w.egorov-guT5V/WYfQezQB+pC5nmwQ@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.