On Fri, Jun 01, 2012 at 10:21:54PM +0530, MR.Swami.Reddy@ti.com wrote: > o Used dev_get_regmap and devm_regmap_init_i2c APIs. This looks mostly good so I've applied it but please send an incremental patch to remove the use of regmap_exit() - the major point of devm_ APIs is that you don't need to explicitly clean things up, removing a class of potential leaks.