summaryrefslogtreecommitdiff
path: root/drivers/regulator/max8907c-regulator.c
AgeCommit message (Collapse)Author
2012-04-10regulator: max8907: Add driver specific data for regulatorAlok Chauhan
Adding the regulator driver specific information and passing this information through regulator driver data. This struture is containing delay operation which is require to voltage to be settle down after enabling rail. Bug 939242 Change-Id: I7da6ec487fe5f04857d3fd5f06a383b4a8fbcc7b Signed-off-by: Alok Chauhan <alokc@nvidia.com> Reviewed-on: http://git-master/r/94500 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Venkat Moganty <vmoganty@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
2011-11-30max8907c regulator: use new mfd driver apiTom Cherry
Modify the max8907c regulator to use the new i2c api in the mfd driver Original-Change-Id: Ib919e97069459a9deb595b1fa0d3142763205de1 Reviewed-on: http://git-master/r/16614 Tested-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R10baa9eb3d5078457edc75a8774ec4be3228011d
2011-11-30max8907c regulator: fix unit errorTom Cherry
The minimum, maximum, and step voltages for SD1 are different on max8907b and max8907c. This change reads the version register of the device and uses the proper values, defaulting to the max8907c values, unless the device is a max8907b. Bug 772688 Original-Change-Id: I2bc53e81c7784e47c50e4ff45c4f4d71d875e187 Reviewed-on: http://git-master/r/14503 Tested-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R52c46e5096b21f9b530cfe19cea2cef964d640e5
2011-11-30Regulators: Add max8907c and max8952Jin Park
Add max8907c regulator and mfd driver. Add max8952 regulator driver. Original-Change-Id: If63b724647d887a8088da0f2deb8af91e4fe3cfa Signed-off-by: Jin Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/9902 Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R34a5dc549ba3f6781e5b7371e8e182c3cf6368db