From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Tue, 23 Aug 2011 10:34:57 +0200 Subject: [U-Boot] [PATCH v2 0/2] i2c:gpio:s5p I2C GPIO rework In-Reply-To: <1310372331-26637-1-git-send-email-l.majewski@samsung.com> References: <1310372331-26637-1-git-send-email-l.majewski@samsung.com> Message-ID: <1314088499-7572-1-git-send-email-l.majewski@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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