summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regulator: rc5t583: Use regulator_set_voltage_time_sel()Axel Lin2012-06-241-14/+2
* regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_selAxel Lin2012-06-231-14/+9
* regulator: max8998: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin2012-06-231-70/+27
* regulator: max8998: Convert to regulator_list_voltage_linear()Axel Lin2012-06-231-25/+7
* regulator: tps62360: Remove chip_id and voltage_base from struct tps62360_chipAxel Lin2012-06-231-5/+2
* regulator: core: Add export of regulator_set_voltage_time_sel()Mark Brown2012-06-231-0/+1
* regulator: tps65910: Convert to regulator_list_voltage_tableAxel Lin2012-06-221-54/+40
* regulator: tps65910: Remove unused min_uV and max_uV from struct tps_infoAxel Lin2012-06-221-50/+0
* regulator: change message level on probing lp872x driverKim, Milo2012-06-211-1/+1
* regulator: lp872x: Depend on I2C=yMark Brown2012-06-211-1/+1
* regulator: tps65910: Convert to regulator_set_voltage_time_sel()Axel Lin2012-06-211-28/+6
* regulator: arizona: Add support for microphone supplies on Arizona devicesMark Brown2012-06-203-0/+192
* regulator: lp872x: Return -EINVAL if pdata is NULLAxel Lin2012-06-201-5/+5
* regulator: max77686: Implement .set_ramp_delay() callbackYadwinder Singh Brar2012-06-201-8/+29
* regulator: max77686: Initialize regulator_configAxel Lin2012-06-201-1/+1
* regulator: lp872x: Don't allow modular buildMark Brown2012-06-201-1/+2
* regulator: add new regulator driver for lp872xKim, Milo2012-06-204-0/+1055
* regulator: tps65023: Convert tps65023_ldo_ops to regulator_[get|set]_voltage_...Axel Lin2012-06-191-38/+13
* regulator: s5m8767a: Support AP watchdog reset operationSangbeom Kim2012-06-192-44/+98
* regulator: max77686: Convert driver to use regulator_set_voltage_time_sel.Yadwinder Singh Brar2012-06-191-33/+9
* regulator: tps65023: Convert to get_voltage_selAxel Lin2012-06-191-7/+7
* regulator: tps65023: Convert to regulator_list_voltage_tableAxel Lin2012-06-191-104/+49
* regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabled functionAxel Lin2012-06-193-8/+0
* regulator: twl: Remove references to 32kHz clock from DT bindingsMark Brown2012-06-182-3/+0
* regulator: tps65910: Don't use 0 as NULLMark Brown2012-06-181-1/+1
* regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin2012-06-184-5/+5
* regulator: core: Support table based mapping in regulator_set_voltage_time_selAxel Lin2012-06-181-12/+25
* regulator: Fix setting constraints->ramp_delay in of_get_regulation_constraintsAxel Lin2012-06-181-1/+1
* regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar2012-06-175-5/+31
* regulator: wm831x-dcdc: Convert wm831x_buckv_ops to set_voltage_sel and map_v...Axel Lin2012-06-171-13/+8
* regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_set_voltage_sel...Axel Lin2012-06-171-35/+9
* regulator: wm831x-ldo: Convert to regulator_set_voltage_sel_regmap and map_vo...Axel Lin2012-06-171-91/+38
* regulator: ab3100: Convert fixed voltage to use regulator_list_voltage_linearAxel Lin2012-06-171-11/+13
* regulator: pcf50633: Convert to regulator_set_voltage_sel_regmap and map_voltageAxel Lin2012-06-171-14/+6
* regulator: ab8500: Remove min_uV and max_uV from struct ab8500_regulator_infoAxel Lin2012-06-171-12/+0
* regulator: ab8500: Use regulator_list_voltage_linear for ab8500_regulator_fix...Axel Lin2012-06-171-32/+9
* regulator: mc13xxx: Convert to regulator_list_voltage_tableAxel Lin2012-06-174-70/+49
* regulator: mc13xxx: Fix voltage checking for mc13xxx_fixed_regulator_set_voltageAxel Lin2012-06-171-2/+2
* regulator: tps62360: Simplify tps62360_set_voltage_time_sel implementationAxel Lin2012-06-171-10/+3
* regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_list_voltage_li...Axel Lin2012-06-171-11/+4
* regulator: tps65023: Set n_voltages to 1 for fixed voltageAxel Lin2012-06-171-1/+4
* regulator: wm8350: Reuse map_voltage() to get selector of a given uVAxel Lin2012-06-171-77/+50
* regulator: wm8350: Use wm8350_ldo_list_voltage instead of open code to verify...Axel Lin2012-06-171-31/+21
* regulator: tps65217: Convert to regulator_[is_enabled|get_voltage_sel]_regmapAxel Lin2012-06-132-78/+42
* regulator: wm8400: Adjust the equation for selector >= 15 in wm8400_ldo_list_...Axel Lin2012-06-131-1/+1
* regulator: Replace set_voltage with set_voltage_selSangbeom Kim2012-06-131-24/+14
* regulator: wm8400: Use wm8400_ldo_list_voltage instead of open code to verify...Axel Lin2012-06-131-15/+7
* regulator: Remove s5m8767a buck initializationSangbeom Kim2012-06-131-3/+0
* regulator: wm8350: Add missing min_uV and uV_step settings for DCDC4Axel Lin2012-06-131-0/+2
* regulator: core: Return correct delay time in regulator_set_voltage_time_selAxel Lin2012-06-111-1/+1