aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-05Merge remote-tracking branch 'regulator/fix/da9063' into regulator-linusMark Brown1-11/+8
2014-12-05Merge branch 'topic/suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-sky81452Mark Brown25-92/+198
2014-12-04regulator: core: Fix regualtor_ena_gpio_free not to access pin after freeingSeung-Woo Kim1-0/+2
2014-12-02regulator: sky81452: Modify Device Tree structureGyungoh Yoo1-36/+9
2014-12-01of: Rename "poweroff-source" property to "system-power-controller"Romain Perier1-1/+1
2014-11-26regulator: max77686: Remove support for board filesKrzysztof Kozlowski1-72/+19
2014-11-26Merge tag 'v3.18-rc4' into regulator-max77686Mark Brown8-8/+9
2014-11-26regulator: max77802: Remove support for board filesKrzysztof Kozlowski1-73/+19
2014-11-26Merge tag 'v3.18-rc4' into regulator-max77802Mark Brown8-8/+9
2014-11-26regulator: max77802: Fill regulator modes translation callbackJavier Martinez Canillas1-0/+6
2014-11-26Merge branch 'topic/suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-max77802Mark Brown26-93/+199
2014-11-26regulator: of: Add support for parsing initial and suspend modesJavier Martinez Canillas1-2/+31
2014-11-26regulator: of: Pass the regulator description in the match tableJavier Martinez Canillas1-1/+2
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas26-90/+124
2014-11-25regulator: s2mps11: Add support S2MPS13 regulator deviceChanwoo Choi2-8/+104
2014-11-24regulator: core: Add PRE_DISABLE notificationRichard Fitzgerald1-0/+16
2014-11-21regulator: gpio: fix parsing of gpio listRichard Fitzgerald1-42/+51
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