From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PV0LO-0007Kj-Jg for barebox@lists.infradead.org; Tue, 21 Dec 2010 11:25:30 +0000 Received: from octopus.hi.pengutronix.de ([2001:6f8:1178:2:215:17ff:fe12:23b0]) by metis.ext.pengutronix.de with esmtp (Exim 4.71) (envelope-from ) id 1PV0LM-0007gy-Fq for barebox@lists.infradead.org; Tue, 21 Dec 2010 12:25:24 +0100 Received: from jbe by octopus.hi.pengutronix.de with local (Exim 4.69) (envelope-from ) id 1PV0LM-0000Qm-DO for barebox@lists.infradead.org; Tue, 21 Dec 2010 12:25:24 +0100 From: Juergen Beisert Date: Tue, 21 Dec 2010 12:25:13 +0100 Message-Id: <1292930721-31734-2-git-send-email-jbe@pengutronix.de> In-Reply-To: <1292930721-31734-1-git-send-email-jbe@pengutronix.de> References: <1292930721-31734-1-git-send-email-jbe@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 1/9] Fix a typo in the GPIO doc To: barebox@lists.infradead.org Signed-off-by: Juergen Beisert --- commands/gpio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/commands/gpio.c b/commands/gpio.c index 0cf19fe..073c9d3 100644 --- a/commands/gpio.c +++ b/commands/gpio.c @@ -148,7 +148,7 @@ between @b barebox releases. - gpio_no: Architecture dependend GPIO number - initial_value: Output value -

To avoid glitches on the pad the routines will first sett up the +

To avoid glitches on the pad the routines will first set up the pad's value and afterwards switch the pad to output (if the silicon is able to do so). If the pad is already configured in non-GPIO mode (if available), this command may silently fail.

-- 1.7.2.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox