Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61777
b: refs/heads/master
c: 0966415
h: refs/heads/master
i:
  61775: df97dfb
v: v3
  • Loading branch information
Jean Delvare authored and Mark M. Hoffman committed Jul 19, 2007
1 parent 8f05f5b commit 8ae4c3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ea884dbc6eedd28af0fdb4577cdcb033d459543
refs/heads/master: 0966415d7267c860b88fe96f7e83cfd687efe0bd
2 changes: 1 addition & 1 deletion trunk/Documentation/hwmon/lm90
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ SMBus Read Byte, and PEC will work properly.
Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC.
Instead, it will try to write the PEC value to the register (because the
SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
without PEC), which is not what we want. Thus, PEC is explicitely disabled
without PEC), which is not what we want. Thus, PEC is explicitly disabled
on SMBus Send Byte transactions in the lm90 driver.

PEC on byte data transactions represents a significant increase in bandwidth
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/lm90.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ static DEVICE_ATTR(pec, S_IWUSR | S_IRUGO, show_pec, set_pec);
*/

/* The ADM1032 supports PEC but not on write byte transactions, so we need
to explicitely ask for a transaction without PEC. */
to explicitly ask for a transaction without PEC. */
static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value)
{
return i2c_smbus_xfer(client->adapter, client->addr,
Expand Down

0 comments on commit 8ae4c3f

Please sign in to comment.