From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 11 Aug 2012 00:06:29 +0200 Subject: [U-Boot] [PATCH v4] tx25: Use generic gpio_* calls In-Reply-To: <4FDCBF61.6040705@gmail.com> References: <4FDCBF61.6040705@gmail.com> Message-ID: <20120811000629.40edf717@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Sat, 16 Jun 2012 22:46:17 +0530 Vikram Narayanan wrote: > Instead of manipulating gpio registers directly, use the calls > from the gpio library. > > Signed-off-by: Vikram Narayanan > Acked-by: Stefano Babic > Cc: John Rigby > Cc: Fabio Estevam > --- > Changes from v3: > Use gpio_set_value instead of gpio_direction_output > (Ahh. Missed it again!!. Very bad) > > Changes from v2: > Swap the place of the change log and commit message. > > Changes from v1: > Used appropriate gpio_* lib calls. > > board/karo/tx25/tx25.c | 25 +++++++++---------------- > 1 files changed, 9 insertions(+), 16 deletions(-) applied to my staging branch, thanks! Anatolij