aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-07-02regulator: tps6524x: Convert fixed ilimsel to table basedAxel Lin1-18/+26
2012-07-02regulator: tps6524x: Convert to regulator_list_voltage_table()Axel Lin1-33/+19
2012-07-02Merge tag 'v3.5-rc5' into regulator-driversMark Brown2-3/+6
2012-07-01regulator: fixed: support deferred probe for DT GPIOsStephen Warren1-5/+21
2012-07-01regulator: tps65217: Convert LDO1 to use regulator_list_voltage_tableAxel Lin1-25/+22
2012-06-27regulator: core: Remove unused get_device_regulatorFabio Estevam1-22/+0
2012-06-26regulator: core: Allow multiple requests of a single supply mappingMark Brown1-44/+5
2012-06-26regulator: core: Check for failed voltage sets before checking for delayMark Brown1-1/+1
2012-06-26regulator: s5m8767: Convert to regulator_list_voltage_linearAxel Lin1-25/+21
2012-06-26regulator: arizona-micsupp: Fix choosing selector in arizona_micsupp_map_voltageAxel Lin1-1/+1
2012-06-25regulator: Add driver for Arizona LDO1Mark Brown2-1/+135
2012-06-25regulator: Modify ramp_delay value for s5m8767aSangbeom Kim1-2/+6
2012-06-25Merge tag 'v3.5-rc4' into regulator-driversMark Brown6-15/+16
2012-06-24regulator: rc5t583: Use regulator_set_voltage_time_sel()Axel Lin1-14/+2
2012-06-23regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_selAxel Lin1-14/+9
2012-06-23regulator: max8998: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin1-70/+27
2012-06-23regulator: max8998: Convert to regulator_list_voltage_linear()Axel Lin1-25/+7
2012-06-23regulator: tps62360: Remove chip_id and voltage_base from struct tps62360_chipAxel Lin1-5/+2
2012-06-23regulator: palmas: fix regmap offsets for enable/disableGraeme Gregory1-2/+5
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-19regulator: extend the fixed dummy voltage regulator to accept voltageGuennadi Liakhovetski1-2/+3
2012-06-19regulator: support multiple dummy fixed regulatorsGuennadi Liakhovetski1-3/+11
2012-06-19regulator: 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-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_v...Axel Lin1-13/+8
2012-06-17regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_set_voltage_sel...Axel Lin1-35/+9
2012-06-17regulator: wm831x-ldo: Convert to regulator_set_voltage_sel_regmap and map_vo...Axel Lin1-91/+38