summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regulator/fix/tps80031' into tmpMark Brown2013-01-291-1/+1
|\
| * regulator: tps80031: Use IS_ERR to check return value of regulator_register()Axel Lin2013-01-261-1/+1
* | regulators: db8500: Fix compile failure for drivers/regulator/dbx500-prcmu.cSteven Rostedt2013-01-261-0/+1
|/
* Merge remote-tracking branch 'regulator/fix/s5m8767' into tmpMark Brown2013-01-151-2/+2
|\
| * regulator: s5m8767: Fix probe failure due to stack corruptionInderpal Singh2012-12-241-2/+2
* | Merge remote-tracking branch 'regulator/fix/max8998' into tmpMark Brown2013-01-151-22/+22
|\ \
| * | regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim...Axel Lin2013-01-101-1/+1
| * | regulator: max8998: Use uV in voltage_map_descAxel Lin2013-01-081-21/+21
| |/
* | Merge remote-tracking branch 'regulator/fix/max8997' into tmpMark Brown2013-01-151-19/+17
|\ \
| * | regulator: max8997: Use uV in voltage_map_descAxel Lin2013-01-081-19/+17
| |/
* | Merge remote-tracking branch 'regulator/fix/core' into tmpMark Brown2013-01-151-4/+11
|\ \
| * | regulator: core: Fix comment for regulator_register()Axel Lin2013-01-031-1/+2
| * | regulator: core: Fix continuous_voltage_range case in regulator_can_change_vo...Axel Lin2012-12-241-3/+9
| |/
* | Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman2013-01-037-17/+17
|/
* Merge remote-tracking branch 'regulator/topic/sm8767' into regulator-nextMark Brown2012-12-111-14/+26
|\
| * regulator: s5m8767: Fix to work even if no DVS gpio presentAmit Daniel Kachhap2012-12-111-7/+10
| * regulator: s5m8767: Fix to read the first DVS register.Amit Daniel Kachhap2012-12-111-3/+3
| * regulator: s5m8767: Fix to work when platform registers less regulatorsAmit Daniel Kachhap2012-12-111-4/+13
* | Merge remote-tracking branch 'regulator/topic/change' into regulator-nextMark Brown2012-12-111-1/+1
|\ \
| * | regulator: core: Fix logic to determinate if regulator can change voltageAxel Lin2012-12-111-1/+1
| * | Merge branch 'topic/min' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2012-12-118-199/+1042
| |\ \
* | \ \ Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown2012-12-101-3/+3
|\ \ \ \
| * | | | regulator: gpio-regulator: gpio_set_value should use cansleepLee Jones2012-12-101-2/+2
| * | | | regulator: gpio-regulator: Fix logical error in for() loopLee Jones2012-12-101-1/+1
* | | | | Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-nextMark Brown2012-12-101-1/+2
|\ \ \ \ \
| * | | | | regulator: wm831x-dcdc: Add MODULE_ALIAS for wm831x-boostpAxel Lin2012-12-031-0/+1
| * | | | | regulator: wm831x-dcdc: Ensure selected voltage falls within requested rangeAxel Lin2012-12-031-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'regulator/topic/tps80031' into regulator-nextMark Brown2012-12-101-16/+11
|\ \ \ \ \
| * | | | | regulator: tps80031: Convert tps80031_ldo_ops to linear_min_sel and list_volt...Axel Lin2012-12-071-9/+2
| * | | | | regulator: tps80031: Implement list_voltage and set n_voltages = 1 for fixed ...Axel Lin2012-11-231-1/+5
| * | | | | regulator: tps80031: Trivial cleanupsAxel Lin2012-11-231-6/+4
* | | | | | Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-nextMark Brown2012-12-101-0/+7
|\ \ \ \ \ \
| * | | | | | regulator: tps65910: fix BUG_ON() shown with vrtc regulatorAnilKumar Ch2012-10-171-0/+7
* | | | | | | Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-nextMark Brown2012-12-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | regulator: tps6586x: fix build warning in debug buildLaxman Dewangan2012-11-271-1/+1
* | | | | | | | Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-nextMark Brown2012-12-101-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | regulator: tps65090: Add MODULE_ALIASAxel Lin2012-11-241-0/+1
* | | | | | | | | Merge remote-tracking branch 'regulator/topic/tps516312' into regulator-nextMark Brown2012-12-101-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | regulator: tps51632: Ensure [base|max]_voltage_uV pdata settings are validAxel Lin2012-12-031-0/+15
* | | | | | | | | | Merge remote-tracking branch 'regulator/topic/s2mps11' into regulator-nextMark Brown2012-12-101-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | regulator: s2mps11: Fix ramp delay value shift operationSangbeom Kim2012-11-271-5/+5
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'regulator/topic/palmas' into regulator-nextMark Brown2012-12-101-83/+38
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | regulator: palmas: Convert palmas_ops_smps to regulator_[get|set]_voltage_sel...Axel Lin2012-12-061-61/+26
| * | | | | | | | | | regulator: palmas: Return raw register values as the selectors in [get|set]_v...Axel Lin2012-12-061-24/+14
| |/ / / / / / / / /
* | | | | | | | | | Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown2012-12-106-256/+61
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | regulator: anatop: Use regulator_[get|set]_voltage_sel_regmapAxel Lin2012-12-101-15/+6
| * | | | | | | | | regulator: anatop: Use linear_min_sel with linear mappingAxel Lin2012-12-101-8/+7
| * | | | | | | | | Merge branch 'topic/tps51632' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2012-11-281-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | regulator: tps51632: Fix writing to wrong register when enable_pwm_dvfs is setAxel Lin2012-11-271-1/+1
| * | | | | | | | | regulator: tps51632: Use linear_min_sel and regulator_[map|list]_voltage_linearAxel Lin2012-11-281-10/+5
OpenPOWER on IntegriCloud