commit | ba112a4e86ba8f0f9546bd953374cde064b507ca | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Tue Mar 29 14:02:36 2011 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Thu Sep 15 12:02:55 2011 -0700 |
tree | d35d58857d8a44d4ea501328b34fe1572ffb211b | |
parent | 4bcc475ebd06a04e1531254c27c6cf508ef8ebf9 [diff] |
OMAP3+: VC: cleanup i2c slave address configuration - 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>