All of lore.kernel.org
 help / color / mirror / Atom feed
From: r.marek@sh.cvut.cz (Rudolf Marek)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [PATCH] I2C W83792D driver 1/3
Date: Wed, 27 Jul 2005 12:48:12 +0000	[thread overview]
Message-ID: <42E7665B.5090002@sh.cvut.cz> (raw)
In-Reply-To: <20050727092431.10185.qmail@desitka.sh.cvut.cz>

Hi all,

Uff my bad I did not check this. On the other hand the address can be changed to virtually any address via CR48, with condition
that two lowest bits cant be changed.

CR48:
Serial Bus Address <7:1> for general index registers. The
address bit 0 and bit 1 are trapped by the pin 10 and pin 11,
respectively.

Should we go for range 0x20 - 0x2f ?

So like this?

/* Addresses to scan */
static unsigned short normal_i2c[] = { 0x20, 0x21, 0x22, 0x23, 0x24, 0x25,
                                        0x26, 0x27, 0x28, 0x29, 0x2a, 0x2b,
                                        0x2c, 0x2d, 0x2e, 0x2f, I2C_CLIENT_END };

> Also, it seems to me that the end of the patch file is missing?

My bad again. I messed with CC people so I bounced the mail to list and to CC. I belive Greg has good one.
But I guess I must resend anyway.

Thanks
regards

Rudolf


  parent reply	other threads:[~2005-07-27 12:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-27 11:59 [lm-sensors] [PATCH] I2C W83792D driver 1/3 R.Marek
2005-07-27 12:19 ` Jean Delvare
2005-07-27 12:48 ` Rudolf Marek [this message]
2005-07-27 12:57 ` Jean Delvare
  -- strict thread matches above, loose matches on Subject: below --
2005-09-05 23:49 [lm-sensors] [PATCH] I2C: " Greg KH

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=42E7665B.5090002@sh.cvut.cz \
    --to=r.marek@sh.cvut.cz \
    --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.