public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Yves Rutschle <y.rutschle@indigovision.com>
To: Murtada Shah <mshah@yottayotta.com>
Cc: linux-arm-kernel@lists.arm.linux.org.uk, linux-kernel@vger.kernel.org
Subject: Re: speeding up i2c drivers
Date: Mon, 29 Apr 2002 16:49:23 +0100	[thread overview]
Message-ID: <20020429164923.A31209@localhost> (raw)
In-Reply-To: <3CCD6762.9040406@yottayotta.com>

On Mon, Apr 29, 2002 at 09:31:46AM -0600, Murtada Shah wrote:
> I want to speed up the linux kernel i2c drivers. They are running @ 
> 10Khz now, although i2c is capable of 100. Would anyone be able to point 
> me to the right direction?

Look in drivers/i2c/*

The details depend on what algorithm your interface uses.
For "bitbanging" algorithm for example, timing information
is coded in the last parameters of the struct
i2c_algo_bit_data.

That said, i2c normally automatically slows down at the
speed of the slowest device on the bus, so it may well be
that the 10Khz you see has nothing to do with your kernel
driver.

HTH,
Y.


      reply	other threads:[~2002-04-29 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-29 15:31 speeding up i2c drivers Murtada Shah
2002-04-29 15:49 ` Yves Rutschle [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=20020429164923.A31209@localhost \
    --to=y.rutschle@indigovision.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mshah@yottayotta.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox