OMAP3+: VC: cleanup i2c slave address configuration
authorKevin Hilman <khilman@ti.com>
Tue, 29 Mar 2011 21:02:36 +0000 (14:02 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 15 Sep 2011 19:02:55 +0000 (12:02 -0700)
- Add an i2c_slave_address field to the omap_vc_channel
- use VC/VP read/modify/write helper instead of open-coding
- remove smps_sa_shift, use __ffs(mask) for shift value
- I2C addresses 10-bit, change size to u16

Special thanks to Shweta Gulati <shweta.gulati@ti.com> for suggesting
the use of __ffs(x) instead of ffs(x) - 1.

Signed-off-by: Kevin Hilman <khilman@ti.com>

No differences found