u-boot-brain/drivers/usb
Nishanth Menon 0208aaf6c2 twl4030: make twl4030_i2c_write_u8 prototype consistent
u-boot standard i2c register write prototype is
i2c_reg_write(u8 addr, u8 reg, u8 val)

twl4030_i2c_write_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_write_u8(u8 addr, u8 reg, u8 val)

Signed-off-by: Nishanth Menon <nm@ti.com>
2013-05-10 08:25:54 -04:00
..
eth usb: usbeth: smsc95xx: remove EEPROM loaded check 2013-03-18 18:58:54 +01:00
gadget usb:gadget: USB Mass Storage Gadget support 2013-03-18 18:58:53 +01:00
host arm: Remove support for unused s3c64xx 2013-04-12 07:55:08 +02:00
musb usb: use linux/usb/ch9.h instead of usbdescriptors.h 2012-11-20 00:16:06 +01:00
musb-new Merge branch 'u-boot/master' into 'u-boot-arm/master' 2013-04-12 22:07:57 +02:00
phy twl4030: make twl4030_i2c_write_u8 prototype consistent 2013-05-10 08:25:54 -04:00
ulpi usb: ulpi: add indicator configuration function 2012-10-15 11:54:01 -07:00