All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
To: "Dongsoo,
	Nathaniel Kim"
	<dongsoo.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	ben-Y5A6D6n0/KfQXOPxS62xeg@public.gmane.org,
	????????? <kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	????????? <bhmin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Dongsoo Kim
	<dongsoo45.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	jsgood.yang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
Subject: Re: About a suspicious msleep during doxfer in s3c2410 i2c bus driver
Date: Wed, 22 Jul 2009 13:43:34 +0100	[thread overview]
Message-ID: <20090722124333.GC7622@sirena.org.uk> (raw)
In-Reply-To: <5e9665e10907220112m1dbf4975icf1511bc4ac3a1bf-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Wed, Jul 22, 2009 at 05:12:17PM +0900, Dongsoo, Nathaniel Kim wrote:

> Since I was working on S3C64XX and C1XX, I found something weird on
> I2C bus device.
> The thing is that when I try to write multiple registers through I2C
> bus, it takes much more time for multiple registers to be written than
> any other processor's i2c bus device.

Yes, this is extremely painful for a lot of devices - audio CODECs tend
to be noticably affected, especially at resume.  Depending on your
device and what you're doing you *may* be able to speed things up by
accessing many registers in a single I/O in the chip driver but
obviously that's not ideal.

> With several different target boards using s3c64xx and s5pc1xx, it
> went good without that msleep(). And of course it is working great
> with multiple i2c device attached as well.
> So, I want to ask Ben and anyone else using I2C device about removing
> that msleep might be ok or not. In my case, it went ok. Please let me
> know your opinion.

My *recollection* is that this is mostly there for multi-master
configurations.

I'm wondering if even if we can't remove the delay completely yet we
could add platform data to allow it to be configured on a per-board
basis?

  parent reply	other threads:[~2009-07-22 12:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-22  8:12 About a suspicious msleep during doxfer in s3c2410 i2c bus driver Dongsoo, Nathaniel Kim
     [not found] ` <5e9665e10907220112m1dbf4975icf1511bc4ac3a1bf-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-22 12:43   ` Mark Brown [this message]
     [not found]     ` <20090722124333.GC7622-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2009-07-22 15:58       ` Dongsoo Kim
     [not found]         ` <E724615E-9F06-4406-9852-041261C5DAA6-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-07-22 16:06           ` Mark Brown
     [not found]             ` <20090722160639.GB14026-HF5t3jzXg/6ND3a5+9QAFujbO/Zr0HzV@public.gmane.org>
2009-07-30 22:18               ` Ben Dooks
     [not found]                 ` <20090730221841.GG8850-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2009-07-31  0:20                   ` Dongsoo Kim
2009-07-31  8:05                   ` Peter Korsgaard
     [not found]                     ` <878wi5wa4z.fsf-uXGAPMMVk8amE9MCos8gUmSdvHPH+/yF@public.gmane.org>
2009-08-03  8:04                       ` Ben Dooks
2009-07-31 12:32                   ` Mark Brown

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=20090722124333.GC7622@sirena.org.uk \
    --to=broonie-yzvpicuk2aatku/dhu1wvuem+bqzidxxqq4iyu8u01e@public.gmane.org \
    --cc=ben-Y5A6D6n0/KfQXOPxS62xeg@public.gmane.org \
    --cc=bhmin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=dongsoo.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=dongsoo45.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=jsgood.yang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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.