From owner-freebsd-embedded@FreeBSD.ORG Tue Feb 4 13:23:46 2014 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE9DFD70 for ; Tue, 4 Feb 2014 13:23:46 +0000 (UTC) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A1681BF5 for ; Tue, 4 Feb 2014 13:23:46 +0000 (UTC) Received: by mail-yk0-f170.google.com with SMTP id 9so47014973ykp.1 for ; Tue, 04 Feb 2014 05:23:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=YxWdzKIyvVx5fUk6M9WOdz3TI8/wYu2XWqhED3KJohQ=; b=sQ7ubpBcK78Y5AZqXtxtc34n/gDVRIP3UUclFmlsc7zfJexHv6tLRp3ue8nf/xC/4Q 8zPTiz+GfzUyZu/fFs7OkSmcipI2pOiGTFBbG0Upvvbw5LY1zMS2mhK/HI7nZVQSOqqr lTXqnKY/Jz3kEz3qlk94f30KeZhX53v1wL/NEPYYo7K4KhtnNtTNO+rEugUYxN1dt8Re uZ0A323sroxY82yhy8xBeDzI1WeTJ5w1v4cEbHU1I1T4/yvgcQhuFiKfTs6Xnqb/FmtM 7c608WKYYGC8AEHZyBBQq/9M4BtMpotU7Wtm6XPJyHQ4H0uu3bFZdNlMrv+S9i/HX25p 00tA== X-Received: by 10.236.47.162 with SMTP id t22mr912916yhb.123.1391520225042; Tue, 04 Feb 2014 05:23:45 -0800 (PST) Received: from [10.10.1.101] ([201.72.203.70]) by mx.google.com with ESMTPSA id 23sm83109291yhj.5.2014.02.04.05.23.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Feb 2014 05:23:43 -0800 (PST) From: Luiz Otavio O Souza Content-Type: multipart/mixed; boundary="Apple-Mail=_AB716D6F-B069-4C73-871B-0CA170128B40" Subject: small typo on sys/boot/fdt/dts/bindings-gpio.txt Message-Id: Date: Tue, 4 Feb 2014 11:23:37 -0200 To: freebsd-embedded@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 13:23:46 -0000 --Apple-Mail=_AB716D6F-B069-4C73-871B-0CA170128B40 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hello guys, It is okay if i commit the following change to = sys/boot/fdt/dts/bindings-gpio.txt ? There is a missing =91)=92 at end of sentence and i would like to reword = the =91inverted input value=92 to =91active-low=92 if it is not a = problem. Is this okay ? Luiz --Apple-Mail=_AB716D6F-B069-4C73-871B-0CA170128B40 Content-Disposition: attachment; filename=004-bindings-gpio-2.diff Content-Type: application/octet-stream; name="004-bindings-gpio-2.diff" Content-Transfer-Encoding: 7bit Index: sys/boot/fdt/dts/bindings-gpio.txt =================================================================== --- sys/boot/fdt/dts/bindings-gpio.txt (revision 258138) +++ sys/boot/fdt/dts/bindings-gpio.txt (working copy) @@ -82,7 +82,7 @@ flags: 0x0000---- IN_NONE - 0x0001---- IN_POL_LOW Polarity low (inverted input value. + 0x0001---- IN_POL_LOW Polarity low (active-low). 0x0002---- IN_IRQ_EDGE Interrupt, edge triggered. 0x0004---- IN_IRQ_LEVEL Interrupt, level triggered. --Apple-Mail=_AB716D6F-B069-4C73-871B-0CA170128B40--