
Dear Lukasz Majewski,
On 11 July 2011 17:18, Lukasz Majewski l.majewski@samsung.com wrote:
This change is driven by need of general gpio_* functions, which as their parameter are accepting the GPIO pin number, NOT block and pin.
This makes the code alike to omap, and allows for using I2C software generic framework.
Signed-off-by: Lukasz Majewski l.majewski@samsung.com Cc: Minkyu Kang mk7.kang@samsung.com
arch/arm/include/asm/arch-s5pc1xx/gpio.h | 16 ++++++++-------- arch/arm/include/asm/arch-s5pc2xx/gpio.h | 16 ++++++++-------- board/samsung/goni/goni.c | 8 ++++---- board/samsung/smdkc100/smdkc100.c | 2 +- board/samsung/smdkv310/smdkv310.c | 8 ++++---- drivers/gpio/s5p_gpio.c | 20 ++++++++++---------- 6 files changed, 35 insertions(+), 35 deletions(-)
Please make it single patch. separate from i2c patch.
Thanks Minkyu Kang