aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-30regulator: rn5t618: add driver for Ricoh RN5T618 regulatorsBeniamino Galvani3-0/+150
2014-08-29regulator: da9211: fix coccinelle warningsFengguang Wu1-1/+1
2014-08-29regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)Heiko Stübner1-7/+56
2014-08-28regulator: rk808: Fix memory leakAxel Lin1-1/+1
2014-08-27regulator: max77802: set opmode to normal if off is read from hwJavier Martinez Canillas1-1/+11
2014-08-27regulator: da9211: support device treeJames Ban1-7/+78
2014-08-27regulator: rk808: remove redundant codeChris Zhong1-13/+4
2014-08-26regulator: RK808: modify for struct rk808 changeChris Zhong1-20/+14
2014-08-21regulator: rk808: Fix uninitialized valueDoug Anderson1-1/+1
2014-08-21regulator: hi6421: Remove unused fields from struct hi6421_regulator_infoAxel Lin1-27/+4
2014-08-20regulator: RK808: Add regulator driver for RK808Chris Zhong3-0/+421
2014-08-20regulator: max77802: Remove unused fields from struct max77802_regulator_prvAxel Lin1-2/+0
2014-08-19regulator: hi6421: style fix, else with a single return is not requiredGuodong Xu1-6/+6
2014-08-19regulator: core: add const to regulator_ops and fix build error in mc13892Guodong Xu2-8/+11
2014-08-18regulator: Add driver for max77802 PMIC PMIC regulatorsJavier Martinez Canillas3-0/+588
2014-08-17regulator: da9211: Check return value of devm_kzalloc()Axel Lin1-0/+2
2014-08-16regulator: add driver for hi6421 voltage regulatorGuodong Xu3-0/+668
2014-08-16regulator: core: add guard delay between calling regulator_disable and _enableGuodong Xu1-0/+31
2014-08-16regulator: core: factor out delay function from _regulator_do_enableGuodong Xu1-34/+40
2014-08-16regulator: core: add const qualifier to ops in struct regulator_descGuodong Xu1-12/+12
2014-08-16regulator: tps65910: Allow missing init_data for diagnosticsAxel Lin1-11/+2
2014-08-16regulator: sky81452: Adding Skyworks SKY81452 regulator driverGyungoh Yoo3-0/+142
2014-08-16regulator: s2mps11: Optimize the regulator description macroAmit Daniel Kachhap1-174/+85
2014-08-16regulator: s2mpa01: Optimize the regulator description macroAmit Daniel Kachhap1-98/+36
2014-08-16regulator: s2mpxxx: Move regulator min/step voltages in common placeAmit Daniel Kachhap2-41/+41
2014-08-16regulator: da9211: support DA9213James Ban3-26/+85
2014-08-12regulator: tps65023: Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functionalityAxel Lin1-3/+0
2014-08-07Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-21/+300
2014-08-05Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/tps65218', 'regulator/topic/tps6586x' and 'regulator/topic/twl' into regulator-nextMark Brown4-100/+96
2014-08-05Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s2mpu02', 'regulator/topic/s5m8767' and 'regulator/topic/tps65090' into regulator-nextMark Brown5-46/+52
2014-08-05Merge remote-tracking branches 'regulator/topic/lp8755', 'regulator/topic/ltc3589', 'regulator/topic/max8952', 'regulator/topic/mc13xxx' and 'regulator/topic/palmas' into regulator-nextMark Brown6-380/+821
2014-08-05Merge remote-tracking branches 'regulator/topic/da9211', 'regulator/topic/getreg', 'regulator/topic/gpio' and 'regulator/topic/lp872x' into regulator-nextMark Brown6-18/+734
2014-08-05Merge remote-tracking branches 'regulator/topic/88pm800', 'regulator/topic/ab8500', 'regulator/topic/act8865', 'regulator/topic/as3722' and 'regulator/topic/bcm590xx' into regulator-nextMark Brown5-184/+204
2014-08-05Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-9/+24
2014-08-05Merge remote-tracking branches 'regulator/fix/act8865', 'regulator/fix/arizona' and 'regulator/fix/tps65218' into regulator-linusMark Brown3-4/+2
2014-08-05regulator: act8865: fix build when OF is not enabledBeniamino Galvani1-9/+20
2014-08-05regulator: act8865: add support for act8846Beniamino Galvani1-0/+71
2014-08-05regulator: act8865: prepare support for other act88xx devicesBeniamino Galvani1-128/+83
2014-08-05regulator: act8865: set correct number of regulators in pdataBeniamino Galvani1-1/+1
2014-08-05regulator: act8865: Remove error variable in act8865_pmic_probeAxel Lin1-5/+4
2014-08-05regulator: act8865: fix parsing of platform dataBeniamino Galvani1-8/+21
2014-07-31regulator: tps65090: Set voltage for fixed regulatorsJavier Martinez Canillas1-34/+42
2014-07-29regulator: core: Allow to get voltage count and list from parentJavier Martinez Canillas1-6/+17
2014-07-29regulator: core: Get voltage from parent if not availableJavier Martinez Canillas1-0/+2
2014-07-28regulator: lp872x: Don't set constraints within the regulator driverMark Brown1-9/+0
2014-07-25regulator: s2mps11: Update module description and Kconfig to add S2MPU02 supportAxel Lin2-3/+3
2014-07-25regulator: Add helpers for low-level register accessTuomas Tynkkynen1-0/+71
2014-07-25regulator: da9211: Remove unnecessary devm_regulator_unregister() callsAxel Lin1-24/+4
2014-07-14regulator: da9211: new regulator driverJames Ban4-0/+670
2014-07-10regulator: tps65218: Add fixed_uV fields for dcdc5 and dcdc6Keerthy1-8/+9