commit | 032fa16d453c562c93b118e1c3e65f183c5f55cc | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Tue Apr 23 16:19:10 2013 +0300 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue Jun 11 19:27:51 2013 +0200 |
tree | 41c362593ba05d54c9f846664b5f7711fe55e0e3 | |
parent | 9032eabdd3fcfc00aa513a9eef54002cbabb8c9a [diff] |
mfd: twl-core: Convert to module_i2c_driver() Shift TWL initialization to module/device init layer, because I2C now is not initialized on subsys init layer and shifted to module/device init layer instead. The I2C <--> TWL dependency should be resolved in drivers/Makefile now. Cc: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>