
23 Aug
2011
23 Aug
'11
10:34 a.m.
Below patches are supposed to adapt S5P processor's GPIO subsystem to soft_i2c software GPIO framework.
Lukasz Majewski (2): i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c) i2c:gpio:s5p: Enable I2C GPIO on the GONI target
arch/arm/include/asm/arch-s5pc1xx/gpio.h | 13 +++++++++ arch/arm/include/asm/arch-s5pc2xx/gpio.h | 29 +++++++++++++++++++ drivers/gpio/s5p_gpio.c | 44 ++++++++++++++++++++++++++++++ include/configs/s5p_goni.h | 12 ++++++++ 4 files changed, 98 insertions(+), 0 deletions(-)
--- Changes for v2: - Macros for calculating the pin number from block pointer - Removal of the s5p_gpio generic pointer
--
1.7.2.3