All of lore.kernel.org
 help / color / mirror / Atom feed
From: khali@linux-fr.org (Jean Delvare)
To: lm-sensors@vger.kernel.org
Subject: I2C crash - ADM1021
Date: Thu, 19 May 2005 06:24:21 +0000	[thread overview]
Message-ID: <20031011184042.15c9b951.khali@linux-fr.org> (raw)
In-Reply-To: <1063901946.2937.27.camel@localhost>


> One question.  If I do NOT insert the lm90 driver, but decide to use
> adm1021 (gulp), do I still need to ignore ports 0x4c and 0x4e?  I
> would imagine I would ignore 0x18 and 0x4e since lm90 appears to be at
> 0x4c. Maybe I'll back up again and try.....

Each driver will try to grab every address it knows about, and will
succeed if the device at that address meets some conditions (which of
course depend of the devices the driver is supposed to handle). So, if
the lm90 driver isn't loaded, the device at 0x4c is free, and the
adm1021 driver will try to get all three devices (0x18, 0x4c and 0x4e)
unless you explicitely prevent it to do so. In your case, and if you are
willing to try that, I would prevent it to access the devices at 0x18
and 0x4e, and would let it handle the device at 0x4c. I think it will
work (although you'll miss some features from the lm90 driver, such as
critical temperatures, hysteresis and extra accuracy). That said, and as
I know your system... backup first ;)

> I'll keep you informed.  Thanks again!

Thanks. I hope your daughter had a good time for the tournament :)

-- 
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/

  parent reply	other threads:[~2005-05-19  6:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-19  6:24 I2C crash - ADM1021 Peter Hyman
2005-05-19  6:24 ` Peter Hyman
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Peter Hyman
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Peter Hyman
2005-05-19  6:24 ` Peter Hyman
2005-05-19  6:24 ` Mark Studebaker
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Jean Delvare [this message]
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Peter Hyman
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Peter Hyman
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Peter Hyman
2005-05-19  6:24 ` Peter Hyman
2005-05-19  6:24 ` Peter Hyman
2005-05-19  6:24 ` Peter Hyman

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=20031011184042.15c9b951.khali@linux-fr.org \
    --to=khali@linux-fr.org \
    --cc=lm-sensors@vger.kernel.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.