From owner-freebsd-embedded@FreeBSD.ORG Tue Feb 4 16:30: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 0BC9C92D for ; Tue, 4 Feb 2014 16:30:46 +0000 (UTC) Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C23841E32 for ; Tue, 4 Feb 2014 16:30:44 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id m1so9861568oag.26 for ; Tue, 04 Feb 2014 08:30:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=qAmH9+IxRXqZ/cIxVAEOt44akNMEk/HXduPSCx1XnZo=; b=ckVq6R0B7Y/o8CHKtJhvgAdJWhVyKh8n3bow6+/ihZZaxYffNL1EV4kH2WCNzH8QDj uGtjOiePIlF3Fyp7GwVUuM1Nhk9Uezt4Ve+EhmfMtaxl2MGU4yl3O4tyrF/as/mEeqW+ HIlXFe/HUIUrOS5gbYE5GKvU2FgIFwyiHmL/SCEY1lOF6khYl/ydUFMxrmEhubx+sTKr OEAzTj4mwISMpsmfbBCmPFeXPKfhWXUhDJsKXYXC1N9FlgJvLFbZaIwLEGIJUC7xegIa ooRH8sPphI+lBrvCVhYupQrlCbC0wmKfju/apuBUfBsMAflsoE6Xq1b5oBeltHP7MmZ5 9YpA== X-Gm-Message-State: ALoCoQm7+I7SChSi5z/c4tLiCFgHmWUWcIO0F4DDQ4qq8oPmj6W+2JonTLkN/oRaAZyGmhE4nLyp X-Received: by 10.182.144.136 with SMTP id sm8mr2412871obb.63.1391529791336; Tue, 04 Feb 2014 08:03:11 -0800 (PST) Received: from monkey-bot.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPSA id m7sm42085943obo.7.2014.02.04.08.03.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Feb 2014 08:03:10 -0800 (PST) Sender: Warner Losh Subject: Re: small typo on sys/boot/fdt/dts/bindings-gpio.txt Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Tue, 4 Feb 2014 09:03:09 -0700 Content-Transfer-Encoding: 7bit Message-Id: <9CAA37F0-1BBF-4C50-9BEB-0800E61A9E18@bsdimp.com> References: To: Luiz Otavio O Souza X-Mailer: Apple Mail (2.1085) Cc: freebsd-embedded@freebsd.org 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 16:30:46 -0000 On Feb 4, 2014, at 6:23 AM, Luiz Otavio O Souza wrote: > <004-bindings-gpio-2.diff> Looks good to me. Warner