From: Jean Delvare <jdelvare@suse.de>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [RFT][PATCH 1/2] hwmon: (adm9240) Avoid forward declaration
Date: Sat, 05 Jul 2014 18:20:12 +0000 [thread overview]
Message-ID: <20140705202012.625c46a9@endymion.delvare> (raw)
In-Reply-To: <1404395989.4895.12.camel@phoenix>
Hi Guenter,
On Sat, 05 Jul 2014 07:43:45 -0700, Guenter Roeck wrote:
> On 07/05/2014 06:39 AM, Guenter Roeck wrote:
> > Something else though that would help: SMBus block commands.
> > Any idea why this is not currently supported ? I see that
> > I2C_SMBUS_I2C_BLOCK_DATA is supported, so I2C_SMBUS_BLOCK_DATA
> > should not be hard. Am I missing something ?
>
> I took a stab at that. Guess the main difference to
> I2C_SMBUS_I2C_BLOCK_DATA is that it needs a separate buffer
> for the SMBus data block; the 'word' buffer can not be used.
> Turns out that was quite straightforward to implement.
The main problem I see is that for I2C_SMBUS_BLOCK_DATA reads, the chip
first returns the number of data bytes (as opposed to
I2C_SMBUS_I2C_BLOCK_DATA where the controller decides how many bytes it
wants to read.) There is no way the i2c-stub driver can guess that byte
count, as it depends on the chip it is supposed to emulate (and might
even change dynamically, at least in theory.)
We could have limited support for that, but that would require extra
module parameters to specify the block size for every register offset
on which SMBus block reads can be attempted. This also assumes that these
block sizes are static. And as you found out, that may also require
allocating extra memory for every such register offset.
But another difficulty is also that when SMBus block reads enter the
game, the usual read/write symmetry tends to disappear. Often the
registers you read with SMBus block read commands are also readable and
writable at individual register addresses. i2c-stub has no way to know
that. Drivers would typically use SMBus block reads for performance
reason, but byte writes for convenience. So drivers operating on top of
i2c-stub would get confused in no time.
All these issues have so far convinced me that adding support for SMBus
block read/writes to i2c-stub wasn't worth it. That being said, if you
have a specific chip in mind that could be supported easily, I have no
objection.
--
Jean Delvare
SUSE L3 Support
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2014-07-05 18:20 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-03 13:59 [lm-sensors] [RFT][PATCH 1/2] hwmon: (adm9240) Avoid forward declaration Axel Lin
2014-07-04 5:39 ` Grant Coady
2014-07-04 7:36 ` Guenter Roeck
2014-07-04 12:23 ` Jean Delvare
2014-07-04 15:16 ` Guenter Roeck
2014-07-04 17:10 ` Guenter Roeck
2014-07-04 20:20 ` Jean Delvare
2014-07-05 1:01 ` Guenter Roeck
2014-07-05 8:53 ` Jean Delvare
2014-07-05 13:39 ` Guenter Roeck
2014-07-05 14:43 ` Guenter Roeck
2014-07-05 18:20 ` Jean Delvare [this message]
2014-07-05 18:48 ` Guenter Roeck
2014-07-06 7:29 ` Jean Delvare
2014-07-06 8:16 ` Guenter Roeck
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=20140705202012.625c46a9@endymion.delvare \
--to=jdelvare@suse.de \
--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.