summaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
Commit message (Expand)AuthorAgeFilesLines
* regulator: max8649: Convert to get_voltage_selAxel Lin2012-05-141-3/+3
* regulator: tps62360: Fix build error due to missing semicolonAxel Lin2012-05-141-1/+1
* regulator: wm8994: Allow registration with no platform dataMark Brown2012-05-141-4/+2
* regulator: core: Don't open code _regulator_is_enabled()Mark Brown2012-05-141-3/+2
* regulator: wm831x-dcdc: Add missing checks for pdata before useMark Brown2012-05-141-2/+3
* regulator: max8925: Convert to set_voltage_sel() and map_voltage()Axel Lin2012-05-141-15/+8
* regulator: max8925: Convert to regulator_list_voltage_linear()Axel Lin2012-05-141-17/+8
* regulator: max8925: Convert to get_voltage_selAxel Lin2012-05-141-4/+4
* regulator: core: Release regulator-regulator supplies on errorMark Brown2012-05-141-0/+2
* regulator: tps62360: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin2012-05-141-17/+7
* regulator: tps62360: Convert to regulator_list_voltage_linear()Axel Lin2012-05-141-14/+6
* regulator: core: Ensure simple linear voltage mappings falls within the speci...Axel Lin2012-05-141-1/+1
* regulator: tps62360: add dt supportLaxman Dewangan2012-05-131-1/+72
* regulator: tps62360: make init_data of platform data to pointer.Laxman Dewangan2012-05-131-1/+1
* regulator: tps65910 regulator: add device tree supportRhyland Klein2012-05-121-0/+108
* regulator: da903x: Convert to get_voltage_selAxel Lin2012-05-121-25/+23
* regulator: da903x: Fix list voltage for da9030 ldo14Axel Lin2012-05-121-1/+19
* regulator: Staticise non-exported symbol s5m8767_opmode_regMark Brown2012-05-121-1/+1
* regulator: wm8400: Modernise driverMark Brown2012-05-121-125/+44
* regulator: wm831x: Convert to regulator_list_voltage_linear()Mark Brown2012-05-121-11/+4
* regulator: core: Allow drivers to set simple linear voltage maps as dataMark Brown2012-05-121-0/+53
* regulator: core: Allow regulators to provide a voltage to selector mappingMark Brown2012-05-121-27/+55
* Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-05-1226-294/+342
|\
| * regulator: twl-regulator: make TWL4030_ALLOW_UNSUPPORTED more configurable.NeilBrown2012-05-091-6/+4
| * regulator: tps65910: Convert to get_voltage_selAxel Lin2012-05-091-25/+9
| * regulator: wm8994: Use main I2C device as struct deviceMark Brown2012-05-081-1/+1
| * regulator: tps62360: fix stylistic issue and optimize codeLaxman Dewangan2012-05-081-71/+60
| * regulator: wm831x-dcdc: Convert to gpio_request_one()Mark Brown2012-05-071-10/+4
| * regulator: wm8994: Convert to gpio_request_one()Mark Brown2012-05-071-8/+1
| * regulator: tps62360: Provide settling time for voltage changeLaxman Dewangan2012-05-071-6/+40
| * regulator: tps62360: enable register cacheLaxman Dewangan2012-05-071-2/+4
| * regulator: da9052: fix bug in device tree iteration loopYing-Chun Liu (PaulLiu)2012-05-071-1/+1
| * regulator: fixed: add property for gpio open drain flagLaxman Dewangan2012-05-071-0/+3
| * tps6586x: Add device tree supportThierry Reding2012-05-041-0/+1
| * regulator: Add generic DT parsing for regulatorsThierry Reding2012-05-041-0/+47
| * regulator: wm831x-dcdc: Specify supply namesMark Brown2012-04-231-1/+12
| * regulator: wm831x-ldo: Set up supply namesMark Brown2012-04-231-1/+17
| * regulator: tps65912: Convert to get_voltage_selAxel Lin2012-04-231-4/+4
| * regulator: max8998: Convert ot use devm_kzallocAxel Lin2012-04-231-28/+17
| * regulator: max8997: Convert ot use devm_kzallocAxel Lin2012-04-231-25/+15
| * regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-2316-16/+0
| * regulator: max8997: Remove empty set_suspend_enable callback implementationAxel Lin2012-04-231-9/+0
| * regulator: max8997: Remove is_enabled callback implementation for max8997_cha...Axel Lin2012-04-231-4/+1
| * regulator: s5m8767: Use DIV_ROUND_UP to calculate selectorAxel Lin2012-04-231-1/+4
| * regulator: max8952: Convert to get_voltage_selAxel Lin2012-04-201-9/+4
| * regulator: tps6507x: Convert to get_voltage_selAxel Lin2012-04-201-3/+3
| * regulator: virtual: Replace strict_strtol with kstrtolAxel Lin2012-04-191-4/+4
| * regulator: 88pm8607: Fix writting value to vol_reg in pm8607_set_voltage_selAxel Lin2012-04-191-1/+1
| * regulator: virtual: Convert to use devm_* APIsAxel Lin2012-04-181-13/+5
| * regulator: userspace-consumer: Convert to use devm_* APIsAxel Lin2012-04-181-13/+7