From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 09/19] ARM: dts: am335x: replace gpio-key,wakeup with wakeup-source property Date: Thu, 17 Dec 2015 09:58:13 -0800 Message-ID: <20151217175812.GU23396@atomide.com> References: <1445422216-29375-1-git-send-email-sudeep.holla@arm.com> <1445422216-29375-10-git-send-email-sudeep.holla@arm.com> <567040E7.7060308@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <567040E7.7060308-5wv7dgnIgG8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sudeep Holla Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org * Sudeep Holla [151215 08:33]: >=20 >=20 > On 21/10/15 11:10, Sudeep Holla wrote: > >Though the keyboard driver for GPIO buttons(gpio-keys) will continue= to > >check for/support the legacy "gpio-key,wakeup" boolean property to > >enable gpio buttons as wakeup source, "wakeup-source" is the new > >standard binding. > > > >This patch replaces the legacy "gpio-key,wakeup" with the unified > >"wakeup-source" property in order to avoid any futher copy-paste > >duplication. > > > >Cc: "Beno=C3=AEt Cousson" > >Cc: Tony Lindgren >=20 > Ping, do you prefer taking via your tree or should I send to armsoc > directly ? Sorry I did not realized you're waiting for me to pick this one, applying into omap-for-v4.5/dt thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 17 Dec 2015 09:58:13 -0800 Subject: [PATCH 09/19] ARM: dts: am335x: replace gpio-key,wakeup with wakeup-source property In-Reply-To: <567040E7.7060308@arm.com> References: <1445422216-29375-1-git-send-email-sudeep.holla@arm.com> <1445422216-29375-10-git-send-email-sudeep.holla@arm.com> <567040E7.7060308@arm.com> Message-ID: <20151217175812.GU23396@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Sudeep Holla [151215 08:33]: > > > On 21/10/15 11:10, Sudeep Holla wrote: > >Though the keyboard driver for GPIO buttons(gpio-keys) will continue to > >check for/support the legacy "gpio-key,wakeup" boolean property to > >enable gpio buttons as wakeup source, "wakeup-source" is the new > >standard binding. > > > >This patch replaces the legacy "gpio-key,wakeup" with the unified > >"wakeup-source" property in order to avoid any futher copy-paste > >duplication. > > > >Cc: "Beno?t Cousson" > >Cc: Tony Lindgren > > Ping, do you prefer taking via your tree or should I send to armsoc > directly ? Sorry I did not realized you're waiting for me to pick this one, applying into omap-for-v4.5/dt thanks. Tony From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753011AbbLQR6S (ORCPT ); Thu, 17 Dec 2015 12:58:18 -0500 Received: from muru.com ([72.249.23.125]:49737 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752685AbbLQR6Q (ORCPT ); Thu, 17 Dec 2015 12:58:16 -0500 Date: Thu, 17 Dec 2015 09:58:13 -0800 From: Tony Lindgren To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-omap@vger.kernel.org Subject: Re: [PATCH 09/19] ARM: dts: am335x: replace gpio-key,wakeup with wakeup-source property Message-ID: <20151217175812.GU23396@atomide.com> References: <1445422216-29375-1-git-send-email-sudeep.holla@arm.com> <1445422216-29375-10-git-send-email-sudeep.holla@arm.com> <567040E7.7060308@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <567040E7.7060308@arm.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sudeep Holla [151215 08:33]: > > > On 21/10/15 11:10, Sudeep Holla wrote: > >Though the keyboard driver for GPIO buttons(gpio-keys) will continue to > >check for/support the legacy "gpio-key,wakeup" boolean property to > >enable gpio buttons as wakeup source, "wakeup-source" is the new > >standard binding. > > > >This patch replaces the legacy "gpio-key,wakeup" with the unified > >"wakeup-source" property in order to avoid any futher copy-paste > >duplication. > > > >Cc: "BenoƮt Cousson" > >Cc: Tony Lindgren > > Ping, do you prefer taking via your tree or should I send to armsoc > directly ? Sorry I did not realized you're waiting for me to pick this one, applying into omap-for-v4.5/dt thanks. Tony