aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-18regulator: core: Ensure selector is mappedMark Brown1-0/+2
2013-07-18regulator: core: Allow fixed voltage range in multiple linear rangesAxel Lin1-3/+9
2013-07-15regulator: core: Add helpers for multiple linear rangesMark Brown1-0/+87
2013-07-01Merge remote-tracking branch 'regulator/topic/linar' into regulator-nextMark Brown1-0/+15
2013-06-07regulator: core: add regulator_get_linear_step()Paul Walmsley1-0/+15
2013-05-30Merge remote-tracking branch 'regulator/fix/doc' into regulator-linusMark Brown1-1/+4
2013-05-21regulator: core: Correct spelling mistake in commentCharles Keepax1-1/+1
2013-05-02regulator: Fix kernel-doc generation warnings.Robert P. J. Day1-1/+4
2013-04-28Merge remote-tracking branch 'regulator/topic/gpio' into v3.9-rc8Mark Brown1-19/+123
2013-04-28Merge remote-tracking branch 'regulator/topic/enable-invert' into v3.9-rc8Mark Brown1-4/+20
2013-04-28Merge remote-tracking branch 'regulator/topic/core' into v3.9-rc8Mark Brown1-3/+20
2013-04-18regulator: core: Add regulator_map_voltage_ascend() APIAxel Lin1-0/+31
2013-04-17regulator: core: return err value for regulator_get if there is no DT bindingNishanth Menon1-1/+10
2013-04-05regulator: core: don't require a supply when supply_name is specifiedAndrew Bresticker1-1/+9
2013-03-25regulator: Fix typo in of_get_regulator function commentsMaxime Ripard1-1/+1
2013-03-05regulator: core: Add enable_is_inverted flag to indicate set enable_mask bits to disableAxel Lin1-4/+20
2013-03-05Merge remote-tracking branch 'regulator/fix/doc' into tmpMark Brown1-1/+1
2013-03-04regulator: core: use regulator_ena_pin memberKim, Milo1-3/+3
2013-03-04regulator: core: manage enable GPIO listKim, Milo1-6/+44
2013-03-04regulator: core: support shared enable GPIO conceptKim, Milo1-10/+76
2013-03-01regulator: fixed regulator_bulk_enable unwinding codeAndrzej Hajda1-3/+7
2013-03-01regulator: core: fix documentation error in regulator_allow_bypassNishanth Menon1-1/+1
2013-02-19Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown1-1/+1
2013-02-19Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-7/+22
2013-02-19Merge remote-tracking branch 'regulator/topic/apply' into regulator-nextMark Brown1-1/+11
2013-02-14regulator: Fix memory garbage dev_err printout.Russ Dill1-2/+2
2013-02-14Merge tag 'v3.8-rc7' into regulator-coreMark Brown1-3/+48
2013-02-08regulator: core: Optimize _regulator_do_set_voltage if voltage does not changeAxel Lin1-3/+6
2013-02-04regulator: show state for GPIO-controlled regulatorsMichał Mirosław1-1/+1
2013-01-03regulator: core: Fix comment for regulator_register()Axel Lin1-1/+2
2012-12-24regulator: core: Allow specify apply_[reg|bit] for regmap based voltage_sel operationsAxel Lin1-1/+11
2012-12-24regulator: core: Fix continuous_voltage_range case in regulator_can_change_voltageAxel Lin1-3/+9
2012-12-15regulator: core: if voltage scaling fails, restore original voltage valuesPaolo Pisati1-2/+14
2012-12-11Merge remote-tracking branch 'regulator/topic/change' into regulator-nextMark Brown1-1/+1
2012-12-11regulator: core: Fix logic to determinate if regulator can change voltageAxel Lin1-1/+1
2012-12-11Merge branch 'topic/min' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-changeMark Brown1-0/+6
2012-12-10Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown1-0/+6
2012-12-10Merge remote-tracking branch 'regulator/topic/log' into regulator-nextMark Brown1-2/+7
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown1-0/+5
2012-12-06regulators: add regulator_can_change_voltage() functionMarek Szyprowski1-0/+22
2012-11-28regulator: core: Say what unsupportable voltage constraints areMark Brown1-1/+3
2012-11-28regulator: core: Log when a device causes a voltage constraint failMark Brown1-1/+4
2012-11-27regulator: core: Allow specific minimal selector for starting linear mappingAxel Lin1-0/+6
2012-11-20Merge branches 'topic/tps51632', 'topic/tps80031', 'topic/vexpress', 'topic/max8925', 'topic/gpio' and 'topic/tps65090' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-hotplugMark Brown1-0/+5
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-15regulator: core: Support for continuous voltage rangePawel Moll1-0/+5
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1