aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds3-109/+198
2013-07-10Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-1/+6
2013-07-03Merge tag 'regulator-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds32-90/+1514
2013-07-03regulator: s2mps11: Convert ramp rate to uV/us and set default ramp rateYadwinder Singh Brar1-1/+6
2013-07-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2013-07-01Merge remote-tracking branch 'regulator/topic/tps62360' into regulator-nextMark Brown1-2/+6
2013-07-01Merge remote-tracking branch 'regulator/topic/of' into regulator-nextMark Brown1-0/+3
2013-07-01Merge remote-tracking branch 'regulator/topic/max8973' into regulator-nextMark Brown1-17/+32
2013-07-01Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-nextMark Brown1-2/+114
2013-07-01Merge remote-tracking branch 'regulator/topic/lp397x' into regulator-nextMark Brown2-16/+6
2013-07-01Merge remote-tracking branch 'regulator/topic/linar' into regulator-nextMark Brown1-0/+15
2013-07-01Merge remote-tracking branch 'regulator/topic/isl6271a' into regulator-nextMark Brown1-1/+1
2013-07-01Merge remote-tracking branch 'regulator/topic/drvdata' into regulator-nextMark Brown15-29/+0
2013-07-01Merge remote-tracking branch 'regulator/topic/delay' into regulator-nextMark Brown3-3/+0
2013-07-01Merge remote-tracking branch 'regulator/topic/abb' into regulator-nextMark Brown3-0/+921
2013-07-01Merge remote-tracking branch 'regulator/topic/ab8500' into regulator-nextMark Brown3-20/+84
2013-07-01Merge remote-tracking branch 'regulator/fix/max77693' into regulator-linusMark Brown3-0/+332
2013-07-01regulator: max77693: Remove NULL test for rmatch[i].init_dataAxel Lin1-3/+1
2013-07-01regulator: max77693: Fix trivial typoAxel Lin1-1/+1
2013-06-30mfd: max8998: Add support for Device TreeTomasz Figa1-4/+127
2013-06-30regulator: max8998: Use arrays for specifying voltages in platform dataTomasz Figa1-67/+29
2013-06-27regulator: palmas: Add TPS659038 supportJ Keerthy1-0/+1
2013-06-26regulator: ab8500-ext: Staticize local symbolsSachin Kamat1-2/+2
2013-06-25regulator: max77693: Add max77693 regualtor driver.Jonghwa Lee3-0/+334
2013-06-24regulator: max8973: initial DT supportGuennadi Liakhovetski1-12/+25
2013-06-24mfd: tps6586x: correct device name of the regulator cellMarc Dietrich1-1/+1
2013-06-21regulators: max8973: fix multiple instance supportGuennadi Liakhovetski1-5/+7
2013-06-20regulator: of: Added a property to indicate bypass mode supportKishon Vijay Abraham I1-0/+3
2013-06-20mfd: palmas: Add SMPS10_BOOST featureJ Keerthy1-0/+3
2013-06-20mfd: twl-core: Change TWL6025 references to TWL6032Graeme Gregory1-38/+38
2013-06-18regulator: ti-abb: Convert to use devm_ioremap_resourceTushar Behera1-8/+6
2013-06-18regulator: tps62360: Fix crash in i2c_driver .probeTuomas Tynkkynen1-2/+6
2013-06-14Merge tag 'ux500-dt-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/dtOlof Johansson1-4/+4
2013-06-11regulator: ab8500: Provide supply names for the AUX regulatorsLee Jones1-0/+3
2013-06-11regulator: ab8500-ext: Enable for Device TreeLee Jones1-1/+25
2013-06-11regulator: ab8500-ext: Register as a device in its own rightLee Jones2-18/+32
2013-06-07regulator: ab8500-ext: Provide a set_voltage call-back operationLee Jones1-0/+23
2013-06-07regulator: ab8500: Ensure AB8500 external registers are probed firstLee Jones1-1/+1
2013-06-07regulator: core: add regulator_get_linear_step()Paul Walmsley1-0/+15
2013-06-04ARM: ux500: Correct anamic2 typo in DT filesFabio Baltieri1-4/+4
2013-05-30Merge remote-tracking branch 'regulator/fix/palmas' into regulator-linusMark Brown1-2/+2
2013-05-30Merge remote-tracking branch 'regulator/fix/doc' into regulator-linusMark Brown1-1/+4
2013-05-30Merge remote-tracking branch 'regulator/fix/dbx500' into regulator-linusMark Brown1-12/+12
2013-05-30regulator: palmas: Fix "enable_reg" to point to the correct reg for SMPS10Kishon Vijay Abraham I1-1/+1
2013-05-30regulator: palmas: Fix incorrect conditionSachin Kamat1-1/+1
2013-05-27regulator: lp397x: use devm_kzalloc() to make cleanup paths simplerNikolay Balandin2-16/+6
2013-05-21regulator: core: Correct spelling mistake in commentCharles Keepax1-1/+1
2013-05-20regulator: lp872x: support the device tree featureKim, Milo1-2/+114
2013-05-12regulator: Remove unnecessary include of linux/delay.h from regulator driversAxel Lin3-3/+0
2013-05-12regulator: isl6271a: Use NULL instead of 0Sachin Kamat1-1/+1