summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-18regulator: ab8500: Split up probe() into manageable piecesLee Jones1-63/+87
2012-05-17regulator: max8925: Remove check_range function and max_uV from struct rc5t58...Axel Lin1-12/+0
2012-05-17regulator: max8649: Remove unused check_range() functionAxel Lin1-10/+0
2012-05-17regulator: rc5t583: Remove max_uV from struct rc5t583_regulator_infoAxel Lin1-4/+0
2012-05-16regulator: da9052: Convert to set_voltage_sel and map_voltageAxel Lin1-13/+24
2012-05-16regulator: max8952: Use devm_kzallocAxel Lin1-8/+3
2012-05-16regulator: isl6271a: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin1-15/+6
2012-05-16regulator: isl6271a: Convert to get_voltage_selAxel Lin1-12/+5
2012-05-16regulator: isl6271a: Use regulator_list_voltage_linear()Axel Lin1-6/+3
2012-05-15regulator: max8660: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin1-56/+15
2012-05-15regulator: max8660: Convert to get_voltage_selAxel Lin1-11/+12
2012-05-15regulator: max8660: Convert to regulator_list_voltage_linear()Axel Lin1-27/+16
2012-05-15regulator: da903x: Kill da903x_[get|set]_[ldo12|ldo14]_voltage_sel() functionsAxel Lin1-67/+6
2012-05-15regulator: da903x: Convert to set_voltage_sel and map_voltageAxel Lin1-56/+54
2012-05-15regulator: da903x: Convert to regulator_list_voltage_linear()Axel Lin1-33/+21
2012-05-14regulator: tps62360: support force PWM mode via regulator modeLaxman Dewangan1-37/+65
2012-05-14regulator: rc5t583: Convert to regulator_set_voltage_sel_regmap and regulator...Axel Lin1-27/+2
2012-05-14regulator: rc5t583: Convert to regulator_list_voltage_linear()Axel Lin1-19/+9
2012-05-14regulator: max8649: Convert to regulator_set_voltage_sel_regmap and regulator...Axel Lin1-20/+2
2012-05-14regulator: max8649: Convert to regulator_list_voltage_linear()Axel Lin1-7/+4
2012-05-14regulator: max8649: Use regulator_get_voltage_sel_regmap()Axel Lin1-29/+16
2012-05-14regulator: max8649: Convert to get_voltage_selAxel Lin1-3/+3
2012-05-14regulator: tps62360: Fix build error due to missing semicolonAxel Lin1-1/+1
2012-05-14regulator: wm8994: Allow registration with no platform dataMark Brown1-4/+2
2012-05-14regulator: core: Don't open code _regulator_is_enabled()Mark Brown1-3/+2
2012-05-14regulator: wm831x-dcdc: Add missing checks for pdata before useMark Brown1-2/+3
2012-05-14regulator: max8925: Convert to set_voltage_sel() and map_voltage()Axel Lin1-15/+8
2012-05-14regulator: max8925: Convert to regulator_list_voltage_linear()Axel Lin1-17/+8
2012-05-14regulator: max8925: Convert to get_voltage_selAxel Lin1-4/+4
2012-05-14regulator: core: Release regulator-regulator supplies on errorMark Brown1-0/+2
2012-05-14regulator: tps62360: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin1-17/+7
2012-05-14regulator: tps62360: Convert to regulator_list_voltage_linear()Axel Lin1-14/+6
2012-05-14regulator: core: Ensure simple linear voltage mappings falls within the speci...Axel Lin1-1/+1
2012-05-13regulator: tps62360: add dt supportLaxman Dewangan1-1/+72
2012-05-13regulator: tps62360: make init_data of platform data to pointer.Laxman Dewangan1-1/+1
2012-05-12regulator: tps65910 regulator: add device tree supportRhyland Klein1-0/+108
2012-05-12regulator: da903x: Convert to get_voltage_selAxel Lin1-25/+23
2012-05-12regulator: da903x: Fix list voltage for da9030 ldo14Axel Lin1-1/+19
2012-05-12regulator: Staticise non-exported symbol s5m8767_opmode_regMark Brown1-1/+1
2012-05-12regulator: wm8400: Modernise driverMark Brown1-125/+44
2012-05-12regulator: wm831x: Convert to regulator_list_voltage_linear()Mark Brown1-11/+4
2012-05-12regulator: core: Allow drivers to set simple linear voltage maps as dataMark Brown1-0/+53
2012-05-12regulator: core: Allow regulators to provide a voltage to selector mappingMark Brown1-27/+55
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown28-301/+428
2012-05-12Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma...Mark Brown51-2200/+1885
2012-05-10regulator: core: Warn on missing struct deviceMark Brown1-0/+1
2012-05-10regulator: dummy: Specify a struct deviceMark Brown1-0/+1
2012-05-10regulator: wm831x: Register all normal regulatorsMark Brown2-24/+12
2012-05-09regulator: twl-regulator: make TWL4030_ALLOW_UNSUPPORTED more configurable.NeilBrown1-6/+4
2012-05-09mfd: twl: define all feature flags in one place.NeilBrown1-7/+0