Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
0966415d
Commit
0966415d
authored
Jun 09, 2007
by
Jean Delvare
Committed by
Mark M. Hoffman
Jul 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hwmon/lm90: Spelling fix: explicitly
Signed-off-by:
Jean Delvare
<
khali@linux-fr.org
>
parent
6ea884db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Documentation/hwmon/lm90
Documentation/hwmon/lm90
+1
-1
drivers/hwmon/lm90.c
drivers/hwmon/lm90.c
+1
-1
No files found.
Documentation/hwmon/lm90
View file @
0966415d
...
@@ -141,7 +141,7 @@ SMBus Read Byte, and PEC will work properly.
...
@@ -141,7 +141,7 @@ SMBus Read Byte, and PEC will work properly.
Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC.
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
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
SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
without PEC), which is not what we want. Thus, PEC is explicit
e
ly disabled
without PEC), which is not what we want. Thus, PEC is explicitly disabled
on SMBus Send Byte transactions in the lm90 driver.
on SMBus Send Byte transactions in the lm90 driver.
PEC on byte data transactions represents a significant increase in bandwidth
PEC on byte data transactions represents a significant increase in bandwidth
...
...
drivers/hwmon/lm90.c
View file @
0966415d
...
@@ -429,7 +429,7 @@ static DEVICE_ATTR(pec, S_IWUSR | S_IRUGO, show_pec, set_pec);
...
@@ -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
/* The ADM1032 supports PEC but not on write byte transactions, so we need
to explicit
e
ly 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
)
static
inline
s32
adm1032_write_byte
(
struct
i2c_client
*
client
,
u8
value
)
{
{
return
i2c_smbus_xfer
(
client
->
adapter
,
client
->
addr
,
return
i2c_smbus_xfer
(
client
->
adapter
,
client
->
addr
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment