From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758166AbbJWAS4 (ORCPT ); Thu, 22 Oct 2015 20:18:56 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:48423 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757405AbbJWASy (ORCPT ); Thu, 22 Oct 2015 20:18:54 -0400 Date: Fri, 23 Oct 2015 09:18:51 +0900 From: Simon Horman To: Sudeep Holla Cc: Geert Uytterhoeven , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , Magnus Damm , Linux-sh list Subject: Re: [PATCH 14/19] ARM: dts: shmobile/r8a7xxx: replace gpio-key,wakeup with wakeup-source property Message-ID: <20151023001851.GA15844@verge.net.au> References: <1445422216-29375-1-git-send-email-sudeep.holla@arm.com> <1445422216-29375-15-git-send-email-sudeep.holla@arm.com> <56276787.6090900@arm.com> <20151022005051.GD8879@verge.net.au> <5628AE72.3020809@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5628AE72.3020809@arm.com> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 22, 2015 at 10:37:54AM +0100, Sudeep Holla wrote: > > > On 22/10/15 01:50, Simon Horman wrote: > >On Wed, Oct 21, 2015 at 11:23:03AM +0100, Sudeep Holla wrote: > >> > >> > >>On 21/10/15 11:18, Geert Uytterhoeven wrote: > >>>On Wed, Oct 21, 2015 at 12:10 PM, 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. > >>> > >>>Thanks! > >>> > >>>I made the same changes to my local tree a few weeks ago, but never found > >>>time to send them out... > >>> > >> > >>Ah OK, even I had these changes for long. I waited until I fixed all the > >>binding documents(which was boring ;)) > >> > >>>>Cc: Simon Horman > >>>>Cc: Magnus Damm > >>>>Cc: linux-sh@vger.kernel.org > >>>>Signed-off-by: Sudeep Holla > >>> > >>>Acked-by: Geert Uytterhoeven > > > >Can I clarify that you would like me to pick up this patch? > >If so I'm happy to do so. > > > > Yes you can pick up this patch as it has no dependency on driver changes. Thanks, I have queued this up for v4.5. It should appear in the devel branch of the renesas tree some time today. I will include it in the next branch, which is included in the linux-next tree, once v4.4-rc1 has been released.