aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-06-19regulator: s5m8767a: Support AP watchdog reset operationSangbeom Kim1-42/+91
2012-06-19regulator: max77686: Convert driver to use regulator_set_voltage_time_sel.Yadwinder Singh Brar1-33/+9
2012-06-19regulator: tps65023: Convert to get_voltage_selAxel Lin1-7/+7
2012-06-19regulator: tps65023: Convert to regulator_list_voltage_tableAxel Lin1-104/+49
2012-06-19regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabled functionAxel Lin3-8/+0
2012-06-18regulator: twl: Remove references to 32kHz clock from DT bindingsMark Brown1-2/+0
2012-06-18regulator: Fix double free in devm_regulator_put()Mark Brown1-3/+1
2012-06-18regulator: tps65910: Don't use 0 as NULLMark Brown1-1/+1
2012-06-18regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin1-2/+2
2012-06-18regulator: core: Support table based mapping in regulator_set_voltage_time_selAxel Lin1-12/+25
2012-06-18regulator: Fix setting constraints->ramp_delay in of_get_regulation_constraintsAxel Lin1-1/+1
2012-06-17regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar2-5/+24
2012-06-17regulator: wm831x-dcdc: Convert wm831x_buckv_ops to set_voltage_sel and map_voltageAxel Lin1-13/+8
2012-06-17regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_set_voltage_sel_regmapAxel Lin1-35/+9
2012-06-17regulator: wm831x-ldo: Convert to regulator_set_voltage_sel_regmap and map_voltageAxel Lin1-91/+38
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_fixed_opsAxel 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_linearAxel 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 selected voltageAxel 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_voltageAxel 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 selected voltageAxel 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-23/+18
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_linearAxel 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