Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137483
b: refs/heads/master
c: d4c58bf
h: refs/heads/master
i:
  137481: 99db299
  137479: e187ae9
v: v3
  • Loading branch information
Jarkko Nikula authored and Tony Lindgren committed Mar 24, 2009
1 parent 6008e3b commit 48f44a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c366e3299e8e9458881e19913a79ea3ceff4a8f
refs/heads/master: d4c58bf45a9a1668cb850e02a2e1aad785bd9325
9 changes: 9 additions & 0 deletions trunk/arch/arm/plat-omap/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@ static void __init omap_i2c_mux_pins(int bus)
omap_cfg_reg(scl);
}

/**
* omap_register_i2c_bus - register I2C bus with device descriptors
* @bus_id: bus id counting from number 1
* @clkrate: clock rate of the bus in kHz
* @info: pointer into I2C device descriptor table or NULL
* @len: number of descriptors in the table
*
* Returns 0 on success or an error code.
*/
int __init omap_register_i2c_bus(int bus_id, u32 clkrate,
struct i2c_board_info const *info,
unsigned len)
Expand Down

0 comments on commit 48f44a5

Please sign in to comment.