aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2014-11-21regulator: gpio: fix parsing of gpio listRichard Fitzgerald1-39/+48
2014-11-21regulator: rpm: add support for RPM-controller SMB208Josh Cartwright1-0/+19
2014-11-21regulator: da9063: Do not transform local IRQ to virtualDmitry Lavnikevich1-11/+8
2014-11-17regulator: sky81452: Modify dependent Kconfig symbolGyungoh Yoo1-1/+1
2014-11-14regulator: rt5033: Add RT5033 Regulator device driverBeomho Seo3-0/+132
2014-11-07regulator: tps65090: Fix gpio initializationMarkus Pargmann1-0/+3
2014-11-07regulator: gpio: Use gpio_is_validMarkus Pargmann1-1/+1
2014-11-07regulator: fixed: Use gpio_is_validMarkus Pargmann1-1/+1
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann8-4/+18
2014-11-05Merge remote-tracking branches 'regulator/fix/max1586', 'regulator/fix/max77686', 'regulator/fix/max77693', 'regulator/fix/max77802', 'regulator/fix/max8860' and 'regulator/fix/s2mpa01' into regulator-linusMark Brown6-6/+6
2014-11-05Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-1/+2
2014-11-04regulator: max77802: Don't ignore return value of current opmodeKrzysztof Kozlowski1-1/+7
2014-11-04regulator: max77686: Initialize opmode explicitly to normal modeKrzysztof Kozlowski1-2/+1
2014-11-04regulator: max77686: Consistently index opmode array by rdev idKrzysztof Kozlowski1-2/+4
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman61-67/+0
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