From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Wed, 04 Apr 2012 21:38:30 +0530 Subject: [U-Boot] [PATCH 0/4] Cosmetic changes in imx gpio driver In-Reply-To: <4F7C70C0.60708@gmail.com> References: <4F7C70C0.60708@gmail.com> Message-ID: <4F7C71FE.8090002@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 Sorry for the subject. It should have been [PATCH 0/3] A small typo. On 4/4/2012 9:33 PM, Vikram Narayanan wrote: > 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