commit | 6ee7e4697e7296400280e46792a01075d7bda70f | [log] [tgz] |
---|---|---|
author | Tirupathi Reddy <tirupath@codeaurora.org> | Fri Nov 10 21:30:03 2017 +0530 |
committer | Tirupathi Reddy <tirupath@codeaurora.org> | Wed Nov 15 11:25:58 2017 +0530 |
tree | 8110a5956ee9a5fc88a577ace45189887586af37 | |
parent | 6bf4cf1b100c3f704b623315a3b87a96f18b7abb [diff] |
regulator: core: fix debugfs files creation for consumer regulators Some regulator debugfs files such as force_disable, voltage, mode and load are not created for the regulators that are registered before their supplies are resolved. Fix this by creating debugfs entries after the supplies are resolved. CRs-Fixed: 2136750 Change-Id: I384b55be185ed2b2e4c6ef126731f62e70775762 Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>