-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 193174 b: refs/heads/master c: 20c9d2c h: refs/heads/master v: v3
- Loading branch information
Kalle Jokiniemi
authored and
Ben Dooks
committed
May 19, 2010
1 parent
aca0e70
commit ffb75fc
Showing
4 changed files
with
57 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: f38e66e0077659e5d2ca3858fdb26fc9b1765b9f | ||
refs/heads/master: 20c9d2c4ab8243a1c311248232954b2c1da3ba75 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#ifndef __I2C_OMAP_H__ | ||
#define __I2C_OMAP_H__ | ||
|
||
struct omap_i2c_bus_platform_data { | ||
u32 clkrate; | ||
void (*set_mpu_wkup_lat)(struct device *dev, long set); | ||
}; | ||
|
||
#endif |