commit | a6cd2097d3d17fed515661c2503b307b36efaf58 | [log] [tgz] |
---|---|---|
author | Justin Paupore <jpaupore@codeaurora.org> | Wed Jun 22 16:19:45 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:28:17 2011 -0700 |
tree | 58d277d7f3e2b59676781a6052d7266a75f4be34 | |
parent | 4406f948734964f847a9caf14a2feeb4281daefd [diff] |
msm: Add proccomm regulator driver Add a driver for the new regulator API. The driver is intended for targets with regulators controlled through proccomm calls (such as 7x30). It is intended as a replacement for vreg.c. To use this driver: - Select MSM_PROC_COMM_REGULATOR for your architecture in Kconfig - Use the regulator framework's API calls to control your regulator Signed-off-by: Justin Paupore <jpaupore@codeaurora.org>