All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <promsoft@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 1/2] i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c)
Date: Tue, 30 Aug 2011 12:47:13 +0900	[thread overview]
Message-ID: <CALrBrZ3PKeg4xxCigcFn43f02VfZfrK91FQTOR_JVvAJk_KB6w@mail.gmail.com> (raw)
In-Reply-To: <1314088499-7572-2-git-send-email-l.majewski@samsung.com>

Dear Lukasz Majewski,

On 23 August 2011 17:34, Lukasz Majewski <l.majewski@samsung.com> wrote:
> This patch adds support for software I2C for GONI and Universal C210 reference targets.
> It adds support for access to GPIOs by number, not as it is present,
> by bank and offset.
>
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> Cc: Heiko Schocher <hs@denx.de>
>
> ---
> Changes for v2:
> ? ? ? ?- Generic GPIO code added to arch/arm/gpio.h
> ? ? ? ?- Platform dependent GPIO code added to board/samsung/goni.c
> ? ? ? ?- Code cleanup
> Changes for v3:
> ? ? ? ?- I2C GPIO common code added to drivers/gpio/s5p_gpio.c
> ? ? ? ?- i2c_init_board() function added(required by soft_i2c)
> Changes for v4:
> ? ? ? ?- i2x_init_board() removed
> ? ? ? ?- s5pc210 support added
> ? ? ? ?- GPIO code and I2C enable code split to separate patches
> Changes for v5:
> ? ? ? ?- s5p_gpio pointer removed and replaced with generic s5p_gpio_base
> ? ? ? ?function
> ? ? ? ?- removed duplicated code
> Changes for v6:
> ? ? ? ?- s5pc[1|2]10_gpio_get_nr macro added. More redable code for I2C
> ? ? ? ?gpio pins definition
> ---
> ?arch/arm/include/asm/arch-s5pc1xx/gpio.h | ? 13 +++++++++
> ?arch/arm/include/asm/arch-s5pc2xx/gpio.h | ? 29 +++++++++++++++++++
> ?drivers/gpio/s5p_gpio.c ? ? ? ? ? ? ? ? ?| ? 44 ++++++++++++++++++++++++++++++
> ?3 files changed, 86 insertions(+), 0 deletions(-)
>

applied to u-boot-samsung

Thanks
Minkyu Kang
-- 
from. prom.
www.promsoft.net

  reply	other threads:[~2011-08-30  3:47 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-11  8:18 [U-Boot] [PATCH 0/2] i2c:gpio:s5p I2C GPIO rework Lukasz Majewski
2011-07-11  8:18 ` [U-Boot] [PATCH 1/2] gpio:s5p s5p_ suffix add for GPIO functions Lukasz Majewski
2011-07-15  9:36   ` Minkyu Kang
2011-07-15 10:16   ` [U-Boot] [RESEND PATCH] gpio:samsung " Lukasz Majewski
2011-07-18 18:05     ` Mike Frysinger
2011-07-26  5:54       ` Minkyu Kang
2011-08-10  9:18   ` [U-Boot] [PATCH] gpio:samsung: s5p_ suffix add for GPIO functions (C210_universal) Lukasz Majewski
2011-08-11  9:51     ` Minkyu Kang
2011-07-11  8:18 ` [U-Boot] [PATCH 2/2] i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c) Lukasz Majewski
2011-07-15  9:52   ` Minkyu Kang
2011-07-15 10:50     ` Lukasz Majewski
2011-07-20  8:35 ` [U-Boot] [PATCH v2] " Lukasz Majewski
2011-08-09  2:19   ` Minkyu Kang
2011-08-10  9:21 ` [U-Boot] [PATCH v3] " Lukasz Majewski
2011-08-11  9:43   ` Minkyu Kang
2011-08-12  8:32 ` [U-Boot] [PATCH 0/2] i2c:gpio:s5p: I2C GPIO SW " Lukasz Majewski
2011-08-12  8:32   ` [U-Boot] [PATCH 1/2 v4] i2c:gpio:s5p: I2C GPIO Software " Lukasz Majewski
2011-08-18  8:13     ` Minkyu Kang
2011-08-12  8:32   ` [U-Boot] [PATCH 2/2] i2c:gpio:s5p: Enable I2C GPIO on the GONI target Lukasz Majewski
2011-08-23  8:34 ` [U-Boot] [PATCH v2 0/2] i2c:gpio:s5p I2C GPIO rework Lukasz Majewski
2011-08-23  8:34   ` [U-Boot] [PATCH v6 1/2] i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c) Lukasz Majewski
2011-08-30  3:47     ` Minkyu Kang [this message]
2011-08-23  8:34   ` [U-Boot] [PATCH v2 2/2] i2c:gpio:s5p: Enable I2C GPIO on the GONI target Lukasz Majewski
2011-08-30  3:47     ` Minkyu Kang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALrBrZ3PKeg4xxCigcFn43f02VfZfrK91FQTOR_JVvAJk_KB6w@mail.gmail.com \
    --to=promsoft@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.