summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-06-23regulator: core: Add export of regulator_set_voltage_time_sel()Mark Brown1-0/+1
2012-06-22regulator: tps65910: Convert to regulator_list_voltage_tableAxel Lin1-54/+40
2012-06-22regulator: tps65910: Remove unused min_uV and max_uV from struct tps_infoAxel Lin1-50/+0
2012-06-21regulator: change message level on probing lp872x driverKim, Milo1-1/+1
2012-06-21regulator: lp872x: Depend on I2C=yMark Brown1-1/+1
2012-06-21regulator: tps65910: Convert to regulator_set_voltage_time_sel()Axel Lin1-28/+6
2012-06-20regulator: arizona: Add support for microphone supplies on Arizona devicesMark Brown3-0/+192
2012-06-20regulator: tps6524x: Fix get_voltage_sel for fixed voltageAxel Lin1-1/+1
2012-06-20regulator: lp872x: Return -EINVAL if pdata is NULLAxel Lin1-5/+5
2012-06-20regulator: max77686: Implement .set_ramp_delay() callbackYadwinder Singh Brar1-8/+29
2012-06-20regulator: max77686: Initialize regulator_configAxel Lin1-1/+1
2012-06-20regulator: lp872x: Don't allow modular buildMark Brown1-1/+2
2012-06-20regulator: extend the fixed dummy voltage regulator to accept voltageGuennadi Liakhovetski1-2/+3
2012-06-20regulator: support multiple dummy fixed regulatorsGuennadi Liakhovetski1-3/+11
2012-06-20regulator: add new regulator driver for lp872xKim, Milo3-0/+965
2012-06-19regulator: tps65023: Convert tps65023_ldo_ops to regulator_[get|set]_voltage_...Axel Lin1-38/+13
2012-06-19regulator: s5m8767a: Support AP watchdog reset operationSangbeom Kim1-44/+93
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-18regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar2-5/+24
2012-06-18regulator: wm831x-dcdc: Convert wm831x_buckv_ops to set_voltage_sel and map_v...Axel Lin1-13/+8
2012-06-18regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_set_voltage_sel...Axel Lin1-35/+9
2012-06-18regulator: wm831x-ldo: Convert to regulator_set_voltage_sel_regmap and map_vo...Axel Lin1-91/+38
2012-06-18regulator: ab3100: Convert fixed voltage to use regulator_list_voltage_linearAxel Lin1-11/+13
2012-06-18regulator: pcf50633: Convert to regulator_set_voltage_sel_regmap and map_voltageAxel Lin1-14/+6
2012-06-18regulator: ab8500: Remove min_uV and max_uV from struct ab8500_regulator_infoAxel Lin1-12/+0
2012-06-18regulator: ab8500: Use regulator_list_voltage_linear for ab8500_regulator_fix...Axel Lin1-32/+9
2012-06-18regulator: mc13xxx: Convert to regulator_list_voltage_tableAxel Lin4-70/+49
2012-06-18regulator: mc13xxx: Fix voltage checking for mc13xxx_fixed_regulator_set_voltageAxel Lin1-2/+2
2012-06-18regulator: 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