aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-03regulator: wm831x-ldo: Specify enable time for alive LDOMark Brown1-0/+1
2012-07-03regulator: wm8994: Set enable_time in descriptorMark Brown1-9/+2
2012-07-03regulator: fixed: Set enable enable_time in regulator_descMark Brown1-10/+2
2012-07-03regulator: core: Allow fixed enable_time to be set in the regulator_descMark Brown1-1/+1
2012-07-03regulator: core: Check that the selector from map_voltage() is validMark Brown1-8/+18
2012-07-03regulator: core: Support fixed voltages in regulator_is_supported_voltage()Mark Brown1-0/+10
2012-07-03regulator: Fix recursive mutex lockdep warningStephen Boyd1-5/+5
2012-07-03regulator: dt: regulator match by regulator-compatibleLaxman Dewangan1-18/+33
2012-07-03regulator: tps65217: Fix voltage boundary checking in tps65217_pmic_map_voltageAxel Lin1-3/+3
2012-07-02regulator: tps62360: Convert to regulator_set_voltage_time_sel()Axel Lin1-13/+2
2012-07-02regulator: tps65217: invalid if checkAlan Cox1-2/+2
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_sel_regmapAxel 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