Files
u-boot-tk1-som/board
Nishanth Menon b29c2f0c14 twl4030: make twl4030_i2c_read_u8 prototype consistent
u-boot standard i2c read prototype is
i2c_read(addr, reg, 1, &buf, 1)

twl4030_i2c_read_u8(u8 addr, u8 *val, u8 reg)
does not provide consistency, so switch the prototype to be
consistent with rest of u-boot i2c operations:
twl4030_i2c_read_u8(u8 addr, u8 reg, u8 *val)

Signed-off-by: Nishanth Menon <nm@ti.com>
2013-05-10 08:25:54 -04:00
..
2011-11-27 19:44:21 +01:00
2013-04-01 16:33:52 -04:00
2010-12-09 10:25:56 +01:00
2013-04-01 16:33:52 -04:00
2013-04-01 16:33:52 -04:00
2012-02-12 15:03:25 -05:00
2011-10-15 22:20:36 +02:00
2013-02-08 22:32:38 -05:00
2010-12-09 10:25:56 +01:00
2010-12-09 10:25:56 +01:00
2013-04-01 16:33:52 -04:00
2011-10-15 22:20:36 +02:00
2013-04-01 16:33:52 -04:00
2013-04-01 16:33:52 -04:00
2012-12-17 15:38:14 +01:00
2013-03-09 08:22:57 +01:00
2012-10-15 11:54:14 -07:00
2011-10-15 22:20:36 +02:00
2011-10-15 22:20:36 +02:00
2012-03-26 23:09:23 +02:00
2013-04-01 16:33:52 -04:00
2013-04-01 16:33:52 -04:00
2011-10-15 22:20:36 +02:00
2013-04-15 16:13:51 -07:00
2010-12-09 10:25:56 +01:00
2010-12-09 10:25:56 +01:00
2010-11-28 21:45:32 +01:00
2012-02-12 15:03:25 -05:00
2013-04-01 16:33:52 -04:00
2013-04-01 16:33:52 -04:00
2013-04-01 16:33:52 -04:00
2012-10-04 16:59:13 +02:00
2013-04-01 16:33:52 -04:00
2013-05-10 08:25:54 -04:00
2011-10-15 22:20:36 +02:00