From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Wed, 04 Apr 2012 21:33:12 +0530 Subject: [U-Boot] [PATCH 0/4] Cosmetic changes in imx gpio driver Message-ID: <4F7C70C0.60708@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Some cosmetic changes in the imx gpio driver. Vikram Narayanan(4): imx: Add GPIO_TO_PORT macro imx: Use GPIO_TO_PORT macro instead of (gpio >> 5) imx: Return gpio_set_value in gpio_direction_output arch/arm/include/asm/arch-mx5/gpio.h | 2 ++ arch/arm/include/asm/arch-mx6/gpio.h | 2 ++ drivers/gpio/mxc_gpio.c | 11 +++++------ 3 files changed, 9 insertions(+), 6 deletions(-) Thanks, Vikram