aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2014-11-03regulator: max77802: Use unsigned int for modes in max77802_map_mode()Javier Martinez Canillas1-1/+1
2014-11-03regulator: s2mpa01: zero-initialize regulator match table arrayJavier Martinez Canillas1-1/+1
2014-11-03regulator: max8660: zero-initialize regulator match table arrayJavier Martinez Canillas1-1/+1
2014-11-03regulator: max77802: zero-initialize regulator match tableJavier Martinez Canillas1-1/+1
2014-11-03regulator: max77686: zero-initialize regulator match tableJavier Martinez Canillas1-1/+1
2014-11-03regulator: max1586: zero-initialize regulator match table arrayJavier Martinez Canillas1-1/+1
2014-11-03regulator: max77693: Fix use of uninitialized regulator configKrzysztof Kozlowski1-1/+1
2014-11-03regulator: of: Add support for parsing microvolts for suspend stateDoug Anderson1-0/+4
2014-10-31regulator: Lower priority of constraint loggingMark Brown1-1/+1
2014-10-31regulator: Staticize 'regulator_states' arrayKrzysztof Kozlowski1-1/+1
2014-10-31regulator: max77686: Add suspend disable for some LDOsKrzysztof Kozlowski1-4/+8
2014-10-31regulator: max77802: Remove suspend_enableKrzysztof Kozlowski1-4/+0
2014-10-29regulator: of: Lower the severity of the error with no containerMark Brown1-1/+2
2014-10-28regulator: max77686: Store opmode non-shiftedKrzysztof Kozlowski1-15/+34
2014-10-28regulator: max77686: Replace hard-coded opmode values with definesKrzysztof Kozlowski1-7/+24
2014-10-28regulator: max77686: Make regulator_desc array constKrzysztof Kozlowski1-1/+1
2014-10-28regulator: s2mpa01: Make regulator_desc array constKrzysztof Kozlowski1-1/+1
2014-10-28regulator: max77802: Make regulator_desc array constKrzysztof Kozlowski1-1/+1
2014-10-28regulator: max77693: Make regulator_desc array constKrzysztof Kozlowski1-1/+1
2014-10-28regulator: dummy: Make regulator_desc array constKrzysztof Kozlowski1-1/+1
2014-10-27regulator: max77802: fix a test in max77802_set_suspend_mode()Dan Carpenter1-1/+1
2014-10-27Merge remote-tracking branch 'regulator/fix/rk808' into regulator-linusMark Brown1-1/+1
2014-10-22regulator: of: Decrement refcount for suspend state nodesJavier Martinez Canillas1-0/+1
2014-10-22regulator: act8865: Add support to turn off all outputsRomain Perier1-0/+31
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang61-67/+0
2014-10-20regulator: of: Add support for parsing regulator_state for suspend stateChanwoo Choi1-1/+38
2014-10-20regulator: sky81452: Remove module versionAxel Lin1-1/+0
2014-10-20regulator: s2mps11: Don't zero allocated memory for external controlKrzysztof Kozlowski1-1/+1
2014-10-20regulator: rn5t618: Convert to new style DT parsingBeniamino Galvani1-47/+4
2014-10-20regulator: rk808: Add support setting suspend voltageChris Zhong1-3/+54
2014-10-20regulator: max77802: Add header for operating modesJavier Martinez Canillas1-0/+1
2014-10-20regulator: max77802: Don't treat OFF as an operating modeJavier Martinez Canillas1-1/+2
2014-10-20regulator: max77802: Add set suspend mode for BUCKs and simplify codeJavier Martinez Canillas1-47/+46
2014-10-20regulator: max77802: Add .{get,set}_mode callbacksJavier Martinez Canillas1-0/+46
2014-10-20regulator: max77802: Split regulator operations for BUCKsJavier Martinez Canillas1-2/+17
2014-10-20regulator: max77802: Add .set_suspend_{enable,disable} callbacksJavier Martinez Canillas1-10/+18
2014-10-20regulator: Add ena_gpio_initialized to regulator_configMarkus Pargmann1-1/+2
2014-10-20regulator: anatop: Fail on invalid voltage selectorMarkus Pargmann1-0/+5
2014-10-20regulator: anatop: Set default voltage selector for vddpuMarkus Pargmann1-0/+8
2014-10-15Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds1-76/+4
2014-10-07regulator: rk808: Fix min_uV for DCDC1 & DCDC2Chris Zhong1-1/+1
2014-09-30Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/t...Mark Brown3-101/+89
2014-09-30Merge remote-tracking branches 'regulator/topic/rk808', 'regulator/topic/rn5t...Mark Brown6-282/+673
2014-09-30Merge remote-tracking branches 'regulator/topic/max1586', 'regulator/topic/ma...Mark Brown5-2/+685
2014-09-30Merge remote-tracking branches 'regulator/topic/drivers', 'regulator/topic/en...Mark Brown13-277/+2342
2014-09-30Merge remote-tracking branches 'regulator/topic/as3711', 'regulator/topic/axp...Mark Brown6-69/+190
2014-09-30Merge remote-tracking branches 'regulator/fix/da9211', 'regulator/fix/ltc3589...Mark Brown3-4/+2
2014-09-30regulator: da9211: Fix a bug in update of mask bitJames Ban1-1/+1
2014-09-28Merge remote-tracking branch 'regulator/topic/sky81452' into regulator-driversMark Brown3-0/+142
2014-09-28Merge remote-tracking branch 'regulator/topic/pwm' into regulator-driversMark Brown4-197/+205