summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorLines
2012-03-11regulator: da9052: Ensure the selected voltage falls within the specified rangeAxel Lin-4/+4
2012-03-11regulator: Set n_voltages for da9052 regulatorsAxel Lin-0/+4
2012-03-11regulator: Fix setting selector in tps6524x set_voltage functionAxel Lin-1/+1
2012-03-07regulator: tps65910: Configure correct value for VDDCTRL vout regLaxman Dewangan-1/+1
2012-03-05regulator: Fix mask parameter in da9052_reg_update callsAxel Lin-4/+4
2012-02-24regulator: fix the ldo configure according to 88pm860x specJett.Zhou-3/+3
2012-02-10regulator: Fix getting voltage in max8649_enable_time()Axel Lin-1/+1
2012-02-09regulator: Fix mc13xxx regulator modular build (again)David Miller-0/+2
2012-01-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-1/+1
2012-01-26regulator: Set apply_uV only when min and max voltages are definedKarol Lewandowski-1/+1
2012-01-24regulator: Fix documentation for of_node parameter of regulator_register()Mark Brown-1/+2
2012-01-23kernel-doc: fix new warning in regulator coreRandy Dunlap-0/+1
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds-1/+1
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij-1/+1
2012-01-06regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_configRichard Zhao-0/+1
2012-01-06regulator: max8925: fix enabled/disabled judgement mistakeKevin Liu-13/+20
2012-01-03regulator: add regulator_bulk_force_disable functionDonggeun Kim-0/+37
2012-01-02regulator: pass regulator_register of_node in fixed voltage driverRichard Zhao-1/+2
2012-01-02regulator: Enable supply regulator if child rail is enabled.Laxman Dewangan-0/+8
2011-12-30regulator: mc13892: Convert to devm_kzalloc()Fabio Estevam-3/+1
2011-12-29regulator: mc13783: Convert to devm_kzalloc()Fabio Estevam-4/+1
2011-12-29regulator: Fix checking return value of create_regulatorAxel Lin-3/+2
2011-12-29regulator: Fix the error handling if create_regulator failsAxel Lin-0/+1
2011-12-28regulator: Export regulator_is_supported_voltage()Mark Brown-0/+1
2011-12-22regulator: mc13892: add device tree probe supportShawn Guo-11/+109
2011-12-22regulator: mc13892: remove the unnecessary prefix from regulator nameShawn Guo-3/+3
2011-12-20regulator: Convert wm831x regulator drivers to devm_kzalloc()Mark Brown-18/+9
2011-12-20regulator: da9052: Staticize non-exported symbolsAxel Lin-2/+2
2011-12-17regulator: Replace kzalloc with devm_kzalloc and if-else with a switch-case f...Ashish Jangam-5/+11
2011-12-15regulator: Update da9052-regulator for DT changesMark Brown-1/+1
2011-12-15regulator: DA9052/53 Regulator supportAshish Jangam-0/+608
2011-12-05Merge branch 'topic/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown-4/+8
2011-12-05regulator: pass device_node to of_get_regulator_init_data()Shawn Guo-4/+5
2011-12-05regulator: If a single voltage is set with device tree then set apply_uVMark Brown-0/+3
2011-11-30regulator: Allow regulators to register with no init_dataMark Brown-18/+25
2011-11-28Merge remote-tracking branches 'regulator/topic/dt' and 'regulator/for-linus'...Mark Brown-2/+44
2011-11-28regulator: twl: fix twl4030 support for smps regulatorsTero Kristo-2/+44
2011-11-28Merge remote-tracking branch 'regulator/for-linus' into regulator-nextMark Brown-1/+1
2011-11-28regulator: fix use after free bugLothar Waßmann-1/+1
2011-11-28Merge remote-tracking branch 'regulator/for-linus' into regulator-nextMark Brown-1/+1
2011-11-28regulator: Convert virtual and userspace regulator consumer drivers to use mo...Axel Lin-23/+2
2011-11-28regulator: aat2870: Remove a redundant bitwise and operationAxel Lin-1/+1
2011-11-28regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_...Axel Lin-1/+1
2011-11-27Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown-1/+6
2011-11-27regulator: Avoid potential NULL dereference in reg_fixed_voltage_probe()Axel Lin-1/+6
2011-11-27Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown-1/+7
2011-11-27regulator: Staticise of_get_fixed_voltage_config()Axel Lin-1/+2
2011-11-27regulator: Checking return value of of_get_regulator_init_dataAxel Lin-0/+3
2011-11-27regulator: export of_get_regulator_init_dataAxel Lin-0/+2
2011-11-24Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown-1/+1