From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752316AbdFZQAp (ORCPT ); Mon, 26 Jun 2017 12:00:45 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:35065 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751435AbdFZQAP (ORCPT ); Mon, 26 Jun 2017 12:00:15 -0400 Date: Mon, 26 Jun 2017 11:00:11 -0500 From: Rob Herring To: Jeffy Chen Cc: linux-kernel@vger.kernel.org, briannorris@chromium.org, dmitry.torokhov@gmail.com, dianders@chromium.org, devicetree@vger.kernel.org, Mark Brown , linux-spi@vger.kernel.org, Mark Rutland Subject: Re: [RFC PATCH v3 2/6] dt-bindings: spi/core: add wakeup-source optional property Message-ID: <20170626160011.qi3bliz5jt6d5wgb@rob-hp-laptop> References: <1498039313-24220-1-git-send-email-jeffy.chen@rock-chips.com> <1498039313-24220-3-git-send-email-jeffy.chen@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498039313-24220-3-git-send-email-jeffy.chen@rock-chips.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 21, 2017 at 06:01:49PM +0800, Jeffy Chen wrote: > Update document devicetree bindings to support "wakeup-source" property. > > Signed-off-by: Jeffy Chen > --- > > Changes in v3: None > > Documentation/devicetree/bindings/spi/spi-bus.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt b/Documentation/devicetree/bindings/spi/spi-bus.txt > index 1f6e86f..0fa1ccf 100644 > --- a/Documentation/devicetree/bindings/spi/spi-bus.txt > +++ b/Documentation/devicetree/bindings/spi/spi-bus.txt > @@ -77,6 +77,7 @@ All slave nodes can contain the following optional properties: > Defaults to 1 if not present. > - spi-rx-delay-us - Microsecond delay after a read transfer. > - spi-tx-delay-us - Microsecond delay after a write transfer. > +- wakeup-source - Device can be used as a wakeup source. wakeup-source is valid for any device with an interrupts property already, so I don't think this is necessary. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [RFC PATCH v3 2/6] dt-bindings: spi/core: add wakeup-source optional property Date: Mon, 26 Jun 2017 11:00:11 -0500 Message-ID: <20170626160011.qi3bliz5jt6d5wgb@rob-hp-laptop> References: <1498039313-24220-1-git-send-email-jeffy.chen@rock-chips.com> <1498039313-24220-3-git-send-email-jeffy.chen@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1498039313-24220-3-git-send-email-jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jeffy Chen Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mark Brown , linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mark Rutland List-Id: devicetree@vger.kernel.org On Wed, Jun 21, 2017 at 06:01:49PM +0800, Jeffy Chen wrote: > Update document devicetree bindings to support "wakeup-source" property. > > Signed-off-by: Jeffy Chen > --- > > Changes in v3: None > > Documentation/devicetree/bindings/spi/spi-bus.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt b/Documentation/devicetree/bindings/spi/spi-bus.txt > index 1f6e86f..0fa1ccf 100644 > --- a/Documentation/devicetree/bindings/spi/spi-bus.txt > +++ b/Documentation/devicetree/bindings/spi/spi-bus.txt > @@ -77,6 +77,7 @@ All slave nodes can contain the following optional properties: > Defaults to 1 if not present. > - spi-rx-delay-us - Microsecond delay after a read transfer. > - spi-tx-delay-us - Microsecond delay after a write transfer. > +- wakeup-source - Device can be used as a wakeup source. wakeup-source is valid for any device with an interrupts property already, so I don't think this is necessary. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html