OSDN Git Service

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)
commitba112a4e86ba8f0f9546bd953374cde064b507ca
treed35d58857d8a44d4ea501328b34fe1572ffb211b
parent4bcc475ebd06a04e1531254c27c6cf508ef8ebf9
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>
arch/arm/mach-omap2/vc.c
arch/arm/mach-omap2/vc.h
arch/arm/mach-omap2/vc3xxx_data.c
arch/arm/mach-omap2/vc44xx_data.c
arch/arm/mach-omap2/voltage.h