All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Weber <thomas.weber.linux@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support
Date: Thu, 16 Feb 2012 20:33:46 +0100	[thread overview]
Message-ID: <4F3D5A1A.2030400@gmail.com> (raw)
In-Reply-To: <1327311852-2868-1-git-send-email-rachna@ti.com>

Hello Rachna,

On 01/23/2012 10:44 AM, Patil, Rachna wrote:
> Existing OMAP I2C driver does not support address
> length greater than one. Hence this patch is to
> add support for 2 byte address read/write.
>
> Signed-off-by: Philip, Avinash<avinashphilip@ti.com>
> Signed-off-by: Hebbar, Gururaja<gururaja.hebbar@ti.com>
> Signed-off-by: Patil, Rachna<rachna@ti.com>
> ---
> Changes for v3:
> rebased, patches applied on top of master branch
>
>   drivers/i2c/omap24xx_i2c.c |  467 ++++++++++++++++++++++++++++----------------
>   drivers/i2c/omap24xx_i2c.h |    2 +
>   2 files changed, 296 insertions(+), 173 deletions(-)
>
> diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c
> index a7ffd95..80932ef 100644
> --- a/drivers/i2c/omap24xx_i2c.c
> +++ b/drivers/i2c/omap24xx_i2c.c
> @@ -29,10 +29,11 @@
>
>   DECLARE_GLOBAL_DATA_PTR;
>
> -#define I2C_TIMEOUT	1000
> +#define I2C_STAT_TIMEO	(1<<  31)
> +#define I2C_TIMEOUT	10
>   

why do you change I2C_TIMEOUT from 1000 to 10?

Thomas

  parent reply	other threads:[~2012-02-16 19:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-23  9:44 [U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support Patil, Rachna
2012-01-25  6:25 ` Heiko Schocher
2012-02-16 19:33 ` Thomas Weber [this message]
2012-02-17  7:05 ` T
2012-02-20  8:03   ` Heiko Schocher
2012-02-17  9:02 ` Thomas Weber
2012-02-17  9:37   ` Patil, Rachna
2012-02-17 10:08     ` Thomas Weber
2012-02-19  9:44       ` Thomas Weber
2012-02-20 22:23         ` Tom Rini
2012-02-21  8:51           ` Thomas Weber
2012-02-21 14:22             ` Tom Rini

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=4F3D5A1A.2030400@gmail.com \
    --to=thomas.weber.linux@googlemail.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.