From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 20 Jun 2013 09:22:09 +0200 Subject: [U-Boot] [PATCH] gpio: spear_gpio: Fix gpio_set_value() implementation In-Reply-To: <1371712419.4200.1.camel@phoenix> References: <1371712419.4200.1.camel@phoenix> Message-ID: <51C2ADA1.5050300@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20.06.2013 09:13, Axel Lin wrote: > In current gpio_set_value() implementation, it always sets the gpio control bit > no matter the value argument is 0 or 1. Thus the GPIOs never set to low. > This patch fixes this bug. > > Signed-off-by: Axel Lin Acked-by: Stefan Roese Thanks, Stefan