
4 Apr
2012
4 Apr
'12
6:03 p.m.
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