OMAP3+: VC: cleanup voltage setup time configuration
authorKevin Hilman <khilman@ti.com>
Tue, 29 Mar 2011 21:36:04 +0000 (14:36 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 15 Sep 2011 19:08:19 +0000 (12:08 -0700)
- add setup_time field to struct omap_vc_channel (init'd from PMIC data)
- use VC/VP register access helper for read/modify/write
- move VFSM structure from omap_vdd_info into struct voltagedomain
- remove redunant _data suffix from VFSM structures and variables
- remove voltsetup_shift, use ffs() on the mask value to find the shift

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

No differences found