From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755334AbcCRV3L (ORCPT ); Fri, 18 Mar 2016 17:29:11 -0400 Received: from mail.kernel.org ([198.145.29.136]:57878 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751195AbcCRV3J (ORCPT ); Fri, 18 Mar 2016 17:29:09 -0400 Date: Fri, 18 Mar 2016 16:29:03 -0500 From: Rob Herring To: Nicolas Ferre Cc: linux-arm-kernel@lists.infradead.org, Alexandre Belloni , sre@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk Subject: Re: [PATCH v5 1/2] ARM: dts: at91: shdwc binding: add new shutdown controller documentation Message-ID: <20160318212903.GA9179@rob-hp-laptop> References: <1458134390-23847-1-git-send-email-nicolas.ferre@atmel.com> <1458134390-23847-2-git-send-email-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458134390-23847-2-git-send-email-nicolas.ferre@atmel.com> 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 Wed, Mar 16, 2016 at 02:19:49PM +0100, Nicolas Ferre wrote: > The new shutdown controller compatible with sama5d2 has a new binding > documentation and properties. > > Signed-off-by: Nicolas Ferre > Cc: devicetree@vger.kernel.org > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > > doc > > --- > > Changes in v5: > - change naming for this driver: instead of the "alternate shdwc" we choose a > more specific "sama5d2-compatible shdwc" wording. > > Changes in v4: > - change property to debounce-delay-us so that we can use a generic property > and we can have the unit explicitly included it the name according to > Documentation/devicetree/bindings/property-units.txt. > - move to atmel,wakeup-active-high boolean property instead of a "high", "low" > string comparison. > > Changes in v3: > - get and use slow clock and specify its handler in binding > > Changes in v2: None > > .../devicetree/bindings/arm/atmel-at91.txt | 59 ++++++++++++++++++++++ > 1 file changed, 59 insertions(+) Acked-by: Rob Herring