All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 00/10] i2c for R-mobile
Date: Tue, 16 Oct 2012 05:55:58 +0200	[thread overview]
Message-ID: <507CDACE.9080408@denx.de> (raw)
In-Reply-To: <1347599285-11830-1-git-send-email-koba@kmckk.co.jp>

Hello Tetsuyuki Kobayashi,

On 14.09.2012 07:07, Tetsuyuki Kobayashi wrote:
> Iwamatu-san, thank you for review. This is v3 patch for sh_i2c.
> Changes for v3:
>   - call i2c_finish before returning i2c_probe, i2c_read, i2c_write even if error occured. Without this, it fails to boot Linux kernel after using "i2c probe" command.
>   - use setbits/clrbits macro as Iwamatsu-san pointed.
>
> Please check patch 5,6 and 10. The rest is not changed.
>
> This patch set is based on arm/rmobile branch of u-boot-sh.git.
>
>
> Tetsuyuki Kobayashi (10):
>    i2c: sh_i2c.c: support iccl and icch extension
>    i2c: sh_i2c.c: correct BUSY bit define in ICSR
>    i2c: sh_i2c.c: adjust for SH73A0
>    i2c: sh_i2c.c: support I2C2, I2C3 and I2C4
>    i2c: sh_i2c: enable i2c_probe
>    i2c: sh_i2c.c: check error in i2c_read and i2c_write
>    i2c: sh_i2c.c: remove unused function
>    arm: rmobile: kzm9g: enable I2C1
>    arm: rmobile: kzm9g: enable I2C2
>    i2c: sh_i2c: use setbits/clrbits macro
>
>   board/kmc/kzm9g/kzm9g.c |    7 ++-
>   drivers/i2c/sh_i2c.c    |  139 ++++++++++++++++++++++++++++++++---------------
>   include/configs/kzm9g.h |    8 ++-
>   3 files changed, 107 insertions(+), 47 deletions(-)

Applied this patchset (exept patch "i2c: sh_i2c.c: remove unused
function", as this patch is already in mainline) to u-boot-i2c master

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

      parent reply	other threads:[~2012-10-16  3:55 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-11  5:58 [U-Boot] [PATCH 0/3] i2c for R-mobile Tetsuyuki Kobayashi
2012-09-11  5:58 ` [U-Boot] [PATCH 1/3] i2c: sh_i2c.c: support iccl and icch extension Tetsuyuki Kobayashi
2012-09-12  1:50   ` Nobuhiro Iwamatsu
2012-09-11  5:58 ` [U-Boot] [PATCH 2/3] i2c: sh_i2c.c: correct BUSY bit define in ICSR Tetsuyuki Kobayashi
2012-09-12  1:49   ` Nobuhiro Iwamatsu
2012-09-11  5:58 ` [U-Boot] [PATCH 3/3] i2c: sh_i2c.c: adjust for SH73A0 Tetsuyuki Kobayashi
2012-09-12  1:50   ` Nobuhiro Iwamatsu
2012-09-12  8:20 ` [U-Boot] [PATCH v2 0/9] i2c for R-mobile Tetsuyuki Kobayashi
2012-09-12  8:20   ` [U-Boot] [PATCH v2 1/9] i2c: sh_i2c.c: support iccl and icch extension Tetsuyuki Kobayashi
2012-09-12  8:20   ` [U-Boot] [PATCH v2 2/9] i2c: sh_i2c.c: correct BUSY bit define in ICSR Tetsuyuki Kobayashi
2012-09-12  8:21   ` [U-Boot] [PATCH v2 3/9] i2c: sh_i2c.c: adjust for SH73A0 Tetsuyuki Kobayashi
2012-09-12  8:21   ` [U-Boot] [PATCH v2 4/9] i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 Tetsuyuki Kobayashi
2012-09-13  5:13     ` Nobuhiro Iwamatsu
2012-09-12  8:21   ` [U-Boot] [PATCH v2 5/9] i2c: sh_i2c: enable i2c_probe Tetsuyuki Kobayashi
2012-09-12  8:21   ` [U-Boot] [PATCH v2 6/9] i2c: sh_i2c.c: check error in i2c_read and i2c_write Tetsuyuki Kobayashi
2012-09-13  5:17     ` Nobuhiro Iwamatsu
2012-09-12  8:21   ` [U-Boot] [PATCH v2 7/9] i2c: sh_i2c.c: remove unused function Tetsuyuki Kobayashi
2012-09-12  8:21   ` [U-Boot] [PATCH v2 8/9] arm: rmobile: kzm9g: enable I2C1 Tetsuyuki Kobayashi
2012-09-12  8:21   ` [U-Boot] [PATCH v2 9/9] arm: rmobile: kzm9g: enable I2C2 Tetsuyuki Kobayashi
2012-09-12  8:46 ` [U-Boot] [RESEND PATCH v2 0/9] i2c for R-mobile Tetsuyuki Kobayashi
2012-09-12  8:46   ` [U-Boot] [PATCH v2 1/9] i2c: sh_i2c.c: support iccl and icch extension Tetsuyuki Kobayashi
2012-09-13  5:16     ` Nobuhiro Iwamatsu
2012-09-12  8:46   ` [U-Boot] [PATCH v2 2/9] i2c: sh_i2c.c: correct BUSY bit define in ICSR Tetsuyuki Kobayashi
2012-09-12  8:46   ` [U-Boot] [PATCH v2 3/9] i2c: sh_i2c.c: adjust for SH73A0 Tetsuyuki Kobayashi
2012-09-12  8:46   ` [U-Boot] [PATCH v2 4/9] i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 Tetsuyuki Kobayashi
2012-09-12  8:46   ` [U-Boot] [PATCH v2 5/9] i2c: sh_i2c: enable i2c_probe Tetsuyuki Kobayashi
2012-09-13  5:15     ` Nobuhiro Iwamatsu
2012-09-12  8:46   ` [U-Boot] [PATCH v2 6/9] i2c: sh_i2c.c: check error in i2c_read and i2c_write Tetsuyuki Kobayashi
2012-09-12  8:46   ` [U-Boot] [PATCH v2 7/9] i2c: sh_i2c.c: remove unused function Tetsuyuki Kobayashi
2012-09-13  5:17     ` Nobuhiro Iwamatsu
2012-09-12  8:46   ` [U-Boot] [PATCH v2 8/9] arm: rmobile: kzm9g: enable I2C1 Tetsuyuki Kobayashi
2012-09-13  5:18     ` Nobuhiro Iwamatsu
2012-09-12  8:46   ` [U-Boot] [PATCH v2 9/9] arm: rmobile: kzm9g: enable I2C2 Tetsuyuki Kobayashi
2012-09-13  5:27     ` Nobuhiro Iwamatsu
2012-09-13  5:26   ` [U-Boot] [RESEND PATCH v2 0/9] i2c for R-mobile Nobuhiro Iwamatsu
2012-09-13  7:03     ` Tetsuyuki Kobayashi
2012-09-14  5:07   ` [U-Boot] [PATCH v3 00/10] " Tetsuyuki Kobayashi
2012-09-14  5:07     ` [U-Boot] [PATCH v3 01/10] i2c: sh_i2c.c: support iccl and icch extension Tetsuyuki Kobayashi
2012-09-14  5:07     ` [U-Boot] [PATCH v3 02/10] i2c: sh_i2c.c: correct BUSY bit define in ICSR Tetsuyuki Kobayashi
2012-09-14  5:07     ` [U-Boot] [PATCH v3 03/10] i2c: sh_i2c.c: adjust for SH73A0 Tetsuyuki Kobayashi
2012-09-14  5:07     ` [U-Boot] [PATCH v3 04/10] i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 Tetsuyuki Kobayashi
2012-09-14  5:08     ` [U-Boot] [PATCH v3 05/10] i2c: sh_i2c: enable i2c_probe Tetsuyuki Kobayashi
2012-09-14  5:08     ` [U-Boot] [PATCH v3 06/10] i2c: sh_i2c.c: check error in i2c_read and i2c_write Tetsuyuki Kobayashi
2012-09-14  5:08     ` [U-Boot] [PATCH v3 07/10] i2c: sh_i2c.c: remove unused function Tetsuyuki Kobayashi
2012-09-14  5:08     ` [U-Boot] [PATCH v3 08/10] arm: rmobile: kzm9g: enable I2C1 Tetsuyuki Kobayashi
2012-09-14  5:08     ` [U-Boot] [PATCH v3 09/10] arm: rmobile: kzm9g: enable I2C2 Tetsuyuki Kobayashi
2012-09-14  5:08     ` [U-Boot] [PATCH v3 10/10] i2c: sh_i2c: use setbits/clrbits macro Tetsuyuki Kobayashi
2012-09-18  0:57       ` Nobuhiro Iwamatsu
2012-10-16  3:55     ` Heiko Schocher [this message]

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=507CDACE.9080408@denx.de \
    --to=hs@denx.de \
    --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.