summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorLines
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds-109/+198
2013-07-10Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+6
2013-07-03Merge tag 'regulator-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-90/+1514
2013-07-03regulator: s2mps11: Convert ramp rate to uV/us and set default ramp rateYadwinder Singh Brar-1/+6
2013-07-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-4/+4
2013-07-01Merge remote-tracking branch 'regulator/topic/tps62360' into regulator-nextMark Brown-2/+6
2013-07-01Merge remote-tracking branch 'regulator/topic/of' into regulator-nextMark Brown-0/+3
2013-07-01Merge remote-tracking branch 'regulator/topic/max8973' into regulator-nextMark Brown-17/+32
2013-07-01Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-nextMark Brown-2/+114
2013-07-01Merge remote-tracking branch 'regulator/topic/lp397x' into regulator-nextMark Brown-16/+6
2013-07-01Merge remote-tracking branch 'regulator/topic/linar' into regulator-nextMark Brown-0/+15
2013-07-01Merge remote-tracking branch 'regulator/topic/isl6271a' into regulator-nextMark Brown-1/+1
2013-07-01Merge remote-tracking branch 'regulator/topic/drvdata' into regulator-nextMark Brown-29/+0
2013-07-01Merge remote-tracking branch 'regulator/topic/delay' into regulator-nextMark Brown-3/+0
2013-07-01Merge remote-tracking branch 'regulator/topic/abb' into regulator-nextMark Brown-0/+921
2013-07-01Merge remote-tracking branch 'regulator/topic/ab8500' into regulator-nextMark Brown-20/+84
2013-07-01Merge remote-tracking branch 'regulator/fix/max77693' into regulator-linusMark Brown-0/+332
2013-07-01regulator: max77693: Remove NULL test for rmatch[i].init_dataAxel Lin-3/+1
2013-07-01regulator: max77693: Fix trivial typoAxel Lin-1/+1
2013-06-30mfd: max8998: Add support for Device TreeTomasz Figa-4/+127
2013-06-30regulator: max8998: Use arrays for specifying voltages in platform dataTomasz Figa-67/+29
2013-06-27regulator: palmas: Add TPS659038 supportJ Keerthy-0/+1
2013-06-26regulator: ab8500-ext: Staticize local symbolsSachin Kamat-2/+2
2013-06-25regulator: max77693: Add max77693 regualtor driver.Jonghwa Lee-0/+334
2013-06-24regulator: max8973: initial DT supportGuennadi Liakhovetski-12/+25
2013-06-24mfd: tps6586x: correct device name of the regulator cellMarc Dietrich-1/+1
2013-06-21regulators: max8973: fix multiple instance supportGuennadi Liakhovetski-5/+7
2013-06-20regulator: of: Added a property to indicate bypass mode supportKishon Vijay Abraham I-0/+3
2013-06-20mfd: palmas: Add SMPS10_BOOST featureJ Keerthy-0/+3
2013-06-20mfd: twl-core: Change TWL6025 references to TWL6032Graeme Gregory-38/+38
2013-06-18regulator: ti-abb: Convert to use devm_ioremap_resourceTushar Behera-8/+6
2013-06-18regulator: tps62360: Fix crash in i2c_driver .probeTuomas Tynkkynen-2/+6
2013-06-14Merge tag 'ux500-dt-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson-4/+4
2013-06-11regulator: ab8500: Provide supply names for the AUX regulatorsLee Jones-0/+3
2013-06-11regulator: ab8500-ext: Enable for Device TreeLee Jones-1/+25
2013-06-11regulator: ab8500-ext: Register as a device in its own rightLee Jones-18/+32
2013-06-07regulator: ab8500-ext: Provide a set_voltage call-back operationLee Jones-0/+23
2013-06-07regulator: ab8500: Ensure AB8500 external registers are probed firstLee Jones-1/+1
2013-06-07regulator: core: add regulator_get_linear_step()Paul Walmsley-0/+15
2013-06-04ARM: ux500: Correct anamic2 typo in DT filesFabio Baltieri-4/+4
2013-05-30Merge remote-tracking branch 'regulator/fix/palmas' into regulator-linusMark Brown-2/+2
2013-05-30Merge remote-tracking branch 'regulator/fix/doc' into regulator-linusMark Brown-1/+4
2013-05-30Merge remote-tracking branch 'regulator/fix/dbx500' into regulator-linusMark Brown-12/+12
2013-05-30regulator: palmas: Fix "enable_reg" to point to the correct reg for SMPS10Kishon Vijay Abraham I-1/+1
2013-05-30regulator: palmas: Fix incorrect conditionSachin Kamat-1/+1
2013-05-27regulator: lp397x: use devm_kzalloc() to make cleanup paths simplerNikolay Balandin-16/+6
2013-05-21regulator: core: Correct spelling mistake in commentCharles Keepax-1/+1
2013-05-20regulator: lp872x: support the device tree featureKim, Milo-2/+114
2013-05-12regulator: Remove unnecessary include of linux/delay.h from regulator driversAxel Lin-3/+0
2013-05-12regulator: isl6271a: Use NULL instead of 0Sachin Kamat-1/+1