aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-06-17regulator: ab3100: Convert fixed voltage to use regulator_list_voltage_linearAxel Lin1-11/+13
2012-06-17regulator: pcf50633: Convert to regulator_set_voltage_sel_regmap and map_voltageAxel Lin1-14/+6
2012-06-17regulator: ab8500: Remove min_uV and max_uV from struct ab8500_regulator_infoAxel Lin1-12/+0
2012-06-17regulator: ab8500: Use regulator_list_voltage_linear for ab8500_regulator_fix...Axel Lin1-32/+9
2012-06-17regulator: mc13xxx: Convert to regulator_list_voltage_tableAxel Lin4-70/+49
2012-06-17regulator: mc13xxx: Fix voltage checking for mc13xxx_fixed_regulator_set_voltageAxel Lin1-2/+2
2012-06-17regulator: tps62360: Simplify tps62360_set_voltage_time_sel implementationAxel Lin1-10/+3
2012-06-17regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_list_voltage_li...Axel Lin1-11/+4
2012-06-17regulator: tps65023: Fix mask for LDOs output voltage select controlAxel Lin1-1/+1
2012-06-17regulator: tps65023: Set n_voltages to 1 for fixed voltageAxel Lin1-1/+4
2012-06-17regulator: wm8350: Reuse map_voltage() to get selector of a given uVAxel Lin1-77/+50
2012-06-17regulator: wm8350: Use wm8350_ldo_list_voltage instead of open code to verify...Axel Lin1-31/+21
2012-06-17regulator: core.c Only delay when setting voltage requires thisPhilip Rakity1-7/+7
2012-06-17regulator: core.c Pass voltage to notifier when setting voltagePhilip Rakity1-3/+3
2012-06-17regulator: core: Actually use the data in _notifier_call_chain()Mark Brown1-1/+1
2012-06-17regulator: Change db8500-prcmu match names to reflect Device TreeLee Jones1-20/+20
2012-06-17regulator: Change ab8500 match names to reflect Device TreeLee Jones1-11/+11
2012-06-17regulator: Fix the s5m8767a problem of the division by nullSangbeom Kim1-1/+1
2012-06-13regulator: tps65217: Convert to regulator_[is_enabled|get_voltage_sel]_regmapAxel Lin1-72/+42
2012-06-13regulator: wm8400: Adjust the equation for selector >= 15 in wm8400_ldo_list_...Axel Lin1-1/+1
2012-06-13regulator: Replace set_voltage with set_voltage_selSangbeom Kim1-24/+14
2012-06-13regulator: wm8400: Use wm8400_ldo_list_voltage instead of open code to verify...Axel Lin1-15/+7
2012-06-13regulator: Remove s5m8767a buck initializationSangbeom Kim1-3/+0
2012-06-13regulator: wm8350: Add missing min_uV and uV_step settings for DCDC4Axel Lin1-0/+2
2012-06-11regulator: core: Return correct delay time in regulator_set_voltage_time_selAxel Lin1-1/+1
2012-06-11regulator: max77686: Fix the delay time for set_voltage_time_selAxel Lin1-2/+2
2012-06-11regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.Yadwinder Singh Brar1-0/+24
2012-06-11regulator: max77686: Check pdata->num_regulators earlierAxel Lin1-24/+19
2012-06-11regulator: anatop: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin1-23/+6
2012-06-11regulator: twl: Convert twl6030ldo_ops to use regulator_list_voltage_linearAxel Lin1-8/+5
2012-06-11regulator: isl6271a: Remove setting map_voltage callback for isl_fixed_opsAxel Lin1-1/+0
2012-06-08regulator: max1586: Convert max1586_v3_ops to set_voltage_sel and map_voltage...Axel Lin1-16/+6
2012-06-08regulator: max1586: Convert max1586_v3_ops to regulator_list_voltage_linearAxel Lin1-21/+11
2012-06-08regulator: tps6586x: Convert to regulator_list_voltage_tableAxel Lin1-36/+25
2012-06-08regulator: pcap: Convert to regulator_list_voltage_tableAxel Lin1-53/+42
2012-06-08regulator: palmas: Slightly code change for better readabilityAxel Lin1-12/+16
2012-06-08regulator: palmas: Clear PALMAS_SMPS12_CTRL_MODE_ACTIVE_MASK bits in palmas_s...Axel Lin1-2/+1
2012-06-08regulator: rc5t583: Simplify rc5t583_set_voltage_time_sel implementationAxel Lin1-11/+3
2012-06-08regulator: da903x: Don't read/write to DA9030_INVAL/DA9034_INVAL addressAxel Lin1-0/+6
2012-06-08regulator: isl6271a: Use regulator_[list|map]_voltage_linear for isl_fixed_opsAxel Lin1-9/+5
2012-06-08regulator: core: Handle fixed voltage in map_voltage_linearAxel Lin1-0/+8
2012-06-08regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_...Axel Lin1-0/+3
2012-06-05regulator: tps6507x: Avoid duplicating the same mapping table for LDO2 and VD...Axel Lin1-18/+2
2012-06-05regulator: tps6507x: Remove unused min_uV and max_uV from struct tps_infoAxel Lin1-12/+0
2012-06-05regulator: max8649: fix missing regmap in rdevHaojian Zhuang1-0/+1
2012-06-04regulator: max77686: Fix checkpatch warningsAxel Lin1-6/+7
2012-06-04regulator: max1586: Convert max1586_v6_ops to set_voltage_selAxel Lin1-22/+5
2012-06-04regulator: max1586: Convert max1586_v6_ops to regulator_list_voltage_tableAxel Lin1-23/+12
2012-06-04regulator: core: Use map_voltage_linear() if list_voltage_linear() is in use ...Axel Lin1-4/+10
2012-06-04regulator: gpio-regulator: populate selector from set_voltageHeiko Stübner1-3/+5