Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28646
b: refs/heads/master
c: 1ded969
h: refs/heads/master
v: v3
  • Loading branch information
Peter Korsgaard authored and Greg Kroah-Hartman committed Jun 22, 2006
1 parent b07e485 commit 8e1f784
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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: b7c066044f4355d9fbe1ac45e03303b78d21e8d4
refs/heads/master: 1ded969fb97fba33e7310ef95f0b3e3123d4d92a
6 changes: 6 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,12 @@ M: adaplas@pol.net
L: linux-fbdev-devel@lists.sourceforge.net
S: Maintained

OPENCORES I2C BUS DRIVER
P: Peter Korsgaard
M: jacmet@sunsite.dk
L: lm-sensors@lm-sensors.org
S: Maintained

ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
P: Mark Fasheh
M: mark.fasheh@oracle.com
Expand Down
6 changes: 2 additions & 4 deletions trunk/drivers/i2c/busses/i2c-ocores.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ struct ocores_i2c {
#define OCI2C_PREHIGH 1
#define OCI2C_CONTROL 2
#define OCI2C_DATA 3
#define OCI2C_CMD 4
#define OCI2C_STATUS 4
#define OCI2C_CMD 4 /* write only */
#define OCI2C_STATUS 4 /* read only, same address as OCI2C_CMD */

#define OCI2C_CTRL_IEN 0x40
#define OCI2C_CTRL_EN 0x80
Expand Down Expand Up @@ -209,8 +209,6 @@ static struct i2c_adapter ocores_adapter = {
.name = "i2c-ocores",
.class = I2C_CLASS_HWMON,
.algo = &ocores_algorithm,
.timeout = 2,
.retries = 1,
};


Expand Down

0 comments on commit 8e1f784

Please sign in to comment.