summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-07-09regulator: da9052: Use for_each_child_of_node() macroAxel Lin1-2/+1
2012-07-09mfd: Register ab8500 devices using the newly DT:ed MFD APILee Jones1-6/+0
2012-07-09mfd: Register db8500-prcmu devices using the newly DT:ed MFD APILee Jones1-6/+0
2012-07-06regulator: max77686: Initialise rmatch.of_node to NULL.Yadwinder Singh Brar1-0/+1
2012-07-06regulator: tps65910: add support for input supplyLaxman Dewangan1-0/+36
2012-07-06regulator: core: Mark all DT based boards as having full constraintsMark Brown1-0/+9
2012-07-05regulator: fixed: dt: support for input supplyLaxman Dewangan1-1/+18
2012-07-05regulator: max77686: Add device tree support.Yadwinder Singh Brar1-1/+57
2012-07-05regulator: ab3100: Use rdev_get_drvdata() rather than use reg->reg_data driectlyAxel Lin1-7/+7
2012-07-05regulator: ab3100: Set enable enable_time in regulator_descAxel Lin1-28/+9
2012-07-05regulator: core: remove sysfs entry properly in regulator_putShawn Guo1-4/+3
2012-07-04regulator: arizona-micsupp: Force regulated mode until we have API supportMark Brown1-0/+4
2012-07-04regulator: ad5398: Fix min/max current limit boundary checkingAxel Lin1-3/+6
2012-07-04regulator: twl: Set enable enable_time in regulator_descAxel Lin1-27/+4
2012-07-04regulator: gpio-regulator: Use core GPIO enable supportAxel Lin1-87/+16
2012-07-04regulator: gpio-regulator: Set enable enable_time in regulator_descAxel Lin1-11/+1
2012-07-04regulator: tps65910: Set enable enable_time in regulator_descAxel Lin1-11/+1
2012-07-03regulator: arizona-ldo1: Implement GPIO enable supportMark Brown1-0/+4
2012-07-03regulator: wm8994: Use core GPIO enable supportMark Brown1-64/+4
2012-07-03regulator: fixed: Use core GPIO enable supportMark Brown1-88/+18
2012-07-03regulator: core: Add core support for GPIO controlled enable linesMark Brown1-1/+34
2012-07-03regulator: core: Factor out enable and disable operations some moreMark Brown1-42/+68
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