aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-15Merge remote-tracking branches 'regulator/fix/gpio', 'regulator/fix/put' and 'regulator/fix/supp-volt' into tmpMark Brown1-12/+18
2012-11-15regulator: fix voltage check in regulator_is_supported_voltage()Marek Szyprowski1-1/+1
2012-11-14regulator: core: Avoid deadlock when regulator_register failsCharles Keepax1-11/+17
2012-10-28Regulator: core: Unregister when gpio request fails.Andrew Lunn1-1/+2
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds9-67/+293
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-02mfd: 88pm860x: Device tree supportHaojian Zhuang1-1/+34
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-nextMark Brown30-491/+1232
2012-09-28regulator: arizona-ldo: Remove top voltageMark Brown1-1/+1
2012-09-25regulator: deprecate regulator-compatible DT propertyStephen Warren1-13/+12
2012-09-23regulator: palmas: Add DT supportGraeme Gregory1-8/+119
2012-09-19mfd: 88pm860x: Avoid to check resource for preg regulatorHaojian Zhuang1-13/+19
2012-09-19regulator: 88pm860x: Add pre-regulator support for 88pm860x regulatorJett.Zhou1-0/+66
2012-09-19mfd: max8925: Remove array in regulator platform dataHaojian Zhuang1-18/+17
2012-09-17regulator: anatop-regulator: Convert to use syscon to access anatop registerDong Aisheng2-11/+22
2012-09-16Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-15/+109
2012-09-14mfd: ab3100: Split ab3100 headers out of abx500.hMarcus Cooper1-0/+1
2012-09-11mfd: 88pm860x: Use REG resource in regulatorHaojian Zhuang1-3/+2
2012-09-11mfd: 88pm860x: Convert to IORESOURCE_REGMark Brown1-1/+1
2012-09-11mfd: wm831x: Convert to IORESOURCE_REGMark Brown3-14/+14
2012-09-10regulator: fan53555: remove vsel_max not usedYunfan Zhang1-3/+0
2012-09-10regulator: aat2870: Don't explicitly initialise the first fieldMark Brown1-1/+1
2012-09-10regulator: wm831x-ldo: Add bypass supportMark Brown1-0/+8
2012-09-10regulator: arizona-micsupp: Support get/set bypassMark Brown1-0/+5
2012-09-10regulator: arizona-ldo: Support get/set bypassMark Brown1-0/+4
2012-09-10regulator: core: Provide regmap get/set bypass operationsMark Brown1-0/+41
2012-09-10regulator: core: Support bypass modeMark Brown1-0/+85
2012-09-10regulator: Fairchild fan53555 supportYunfan Zhang3-0/+337
2012-09-09regulator: twl: Remove another unused variable warningMark Brown1-7/+0
2012-09-08regulator: core: Try using the parent device for the default regmapAnilKumar Ch1-1/+3
2012-09-08regulator: core: Fast path non-deferred disablesMark Brown1-0/+3
2012-09-07regulator: core: Report microvolts in sysfs even with only list_voltage()Mark Brown1-1/+2
2012-09-06regulator: tps6586x: add support for SYS railLaxman Dewangan1-2/+18
2012-09-06regulator: lp872x: remove unnecessary functionKim, Milo1-28/+0
2012-09-06regulator: lp872x: fix NULL pointer access problemKim, Milo1-4/+4
2012-09-06regulator: lp872x: initialize the DVS modeKim, Milo1-2/+3
2012-09-06regulator: lp872x: set the default DVS modeKim, Milo1-1/+14
2012-09-06regulator: lp872x: remove regulator platform data dependencyKim, Milo1-9/+7
2012-08-28regulator: mc13783: add regulators sw1x and sw2xGaƫtan Carlier1-0/+66
2012-08-28regulator: max8907: Add MODULE_ALIASAxel Lin1-0/+1
2012-08-28regulator: max8907: fix use of possibly NULL idataStephen Warren1-1/+4
2012-08-28regulator: fix kernel-doc warnings in drivers/regulator/core.cRandy Dunlap1-2/+2
2012-08-28regulator: ab8500: provide per-regulator shiftLinus Walleij1-10/+10
2012-08-28regulator: max8907: fix compile error when !CONFIG_OFStephen Warren1-2/+22
2012-08-28regulator: max8907: Properly set pmic pointer in max8907_regulator_remove()Axel Lin1-1/+1
2012-08-28regulator: max8907: Fix n_voltages for MAX8907B SD1Axel Lin1-1/+2
2012-08-28regulator: using kfree() requires including slab.hStephen Rothwell1-0/+2
2012-08-28regulator: add MAX8907 driverGyungoh Yoo3-0/+392
2012-08-28regulator: twl: make twl_info tables constArnd Bergmann1-14/+24
2012-08-28regulator: twl: Remove get_voltage implementation for single voltage regulatorsAxel Lin1-11/+0