aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-22Merge branch 'regulator-drivers' into regulator-nextMark Brown50-2505/+4930
2012-07-22Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into regulator-nextMark Brown11-55/+77
2012-07-20regulator: add new lp8788 regulator driverKim, Milo4-0/+1479
2012-07-20regulator: mc13xxx: Remove extern function declaration for mc13xxx_sw_regulatorAxel Lin1-1/+0
2012-07-17regulator: tps65910: set input_supply on desc unconditionallyLaxman Dewangan1-10/+1
2012-07-17regulator: palmas: Fix calcuating selector in palmas_map_voltage_smpsAxel Lin1-3/+14
2012-07-16regulator: lp872x: Simplify implementation of lp872x_find_regulator_init_data()Axel Lin1-21/+7
2012-07-16regulator: twl: Fix list_voltate for twl6030ldo_opsAxel Lin1-7/+24
2012-07-15regulator: twl: Convert twl6030ldo_ops to [get|set]_voltage_selAxel Lin1-17/+7
2012-07-15regulator: twl: Fix the formula to calculate vsel and voltage for twl6030ldoAxel Lin1-13/+4
2012-07-15regulator: s5m8767: Properly handle gpio_request failureAxel Lin1-25/+24
2012-07-15regulator: max8997: Properly handle gpio_request failureAxel Lin1-31/+9
2012-07-15regulator: tps62360: use devm_* for gpio requestLaxman Dewangan1-22/+6
2012-07-15Merge tag 'v3.5-rc7' into regulator-driversMark Brown1-5/+5
2012-07-13regulator: tps6586x: add support for input supplyLaxman Dewangan1-22/+25
2012-07-12regulator: tps65217: Add device tree supportAnilKumar Ch1-0/+1
2012-07-12regulator: aat2870: Remove unused min_uV and max_uV from struct aat2870_regulatorAxel Lin1-5/+0
2012-07-12regulator: aat2870: Convert to regulator_list_voltage_tableAxel Lin1-13/+3
2012-07-12regulator: da9052: initialize of_node param for regulator registerAxel Lin1-0/+1
2012-07-12regulator: Add REGULATOR_STATUS_UNDEFINED.Krystian Garbaciak1-1/+4
2012-07-12regulator: Fix a typo in regulator_mode_to_status() core function.Krystian Garbaciak1-1/+1
2012-07-12regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is 0xffAxel Lin1-3/+2
2012-07-12regulator: s2mps11: Fix wrong setting for config.devAxel Lin1-9/+5
2012-07-12regulator: s2mps11: Fixup missing commasAxel Lin1-7/+7
2012-07-12regulator: tps65910: Remvoe tps65910_reg_[read|modify_bits|read_locked|write_locked] functionsAxel Lin1-111/+73
2012-07-11regulator: s2mps11: Add samsung s2mps11 regulator driverSangbeom Kim3-0/+377
2012-07-10regulator: tps65910: correct init value of n_voltagesLaxman Dewangan1-11/+11
2012-07-10regulator: max8952: Use core GPIO enable supportAxel Lin1-55/+4
2012-07-09regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settingsAxel Lin1-6/+0
2012-07-09regulator: max8952: Remove wrong set_suspend_disable callback settingAxel Lin1-1/+0
2012-07-09regulator: da9052: Use for_each_child_of_node() macroAxel Lin1-2/+1
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