aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)Author
2012-02-10regulator: Fix getting voltage in max8649_enable_time()Axel Lin
2012-02-09regulator: Fix mc13xxx regulator modular build (again)David Miller
2012-02-09regulator: Complain if a voltage range is specified but can't be usedMark Brown
2012-02-09regulator: Don't add the function name to pr_fmtMark Brown
2012-02-06regulator: Show correct chip id for max8649Axel Lin
2012-02-06regulator: Remove redundant regmap_update_bits call for TPS65023_REG_CON_CTRL2Axel Lin
2012-02-02regulator: Remove support for supplies specified by struct deviceMark Brown
2012-02-02Merge branch 'regulator-drivers' into regulator-supplyMark Brown
2012-02-02regulator: Kill s5m8767_get_reg_id functionAxel Lin
2012-02-02regulator: wm8350: Don't specify consumer supplies with struct deviceMark Brown
2012-01-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2012-01-30regulator: tps65910: Sleep control through external inputsLaxman Dewangan
2012-01-26regulator: Set apply_uV only when min and max voltages are definedKarol Lewandowski
2012-01-25regulator: Reverse the disable sequence in regulator_bulk_disable()Sylwester Nawrocki
2012-01-24regulator: mc13xxx-regulator-core: Fix the build when driver is selected as m...Fabio Estevam
2012-01-24regulator: max8997: Avoid spaces in regulator namesKarol Lewandowski
2012-01-24regulator: Fix documentation for of_node parameter of regulator_register()Mark Brown
2012-01-23kernel-doc: fix new warning in regulator coreRandy Dunlap
2012-01-22regulator: Provide devm_regulator_bulk_get()Mark Brown
2012-01-22regulator: Implement devm_regulator_free()Mark Brown
2012-01-20regulator: tps65910: use appropriate variable names.Laxman Dewangan
2012-01-20regulator: tps65910: Initialize n_voltages for rails.Laxman Dewangan
2012-01-20regulator: Add devm_regulator_get()Stephen Boyd
2012-01-20regulator: tps65910: Add regulator info for RTC railLaxman Dewangan
2012-01-20regulator: Update s5m8767 for device tree API changesMark Brown
2012-01-20regulator: Update tps65217-regulator for DT changesAxel Lin
2012-01-20regulator: tps65217: Add tps65217 regulator driverAnilKumar Ch
2012-01-20regulator: Add S5M8767 configurationSangbeom Kim
2012-01-20regulators/db8500: split off shared dbx500 codeBengt Jonsson
2012-01-20regulator: s5m8767: Remove redundant MODULE_ALIASAxel Lin
2012-01-20regulator: s5m8767: Add missing breaksAxel Lin
2012-01-20regulator: Add S5M8767A regulator driverSangbeom Kim
2012-01-20regulator: TPS62360: Add tps62360 regulator driverLaxman Dewangan
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij
2012-01-06regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_configRichard Zhao
2012-01-06regulator: max8925: fix enabled/disabled judgement mistakeKevin Liu
2012-01-03regulator: add regulator_bulk_force_disable functionDonggeun Kim
2012-01-02regulator: pass regulator_register of_node in fixed voltage driverRichard Zhao
2012-01-02regulator: Enable supply regulator if child rail is enabled.Laxman Dewangan
2011-12-30regulator: mc13892: Convert to devm_kzalloc()Fabio Estevam
2011-12-29regulator: mc13783: Convert to devm_kzalloc()Fabio Estevam
2011-12-29regulator: Fix checking return value of create_regulatorAxel Lin
2011-12-29regulator: Fix the error handling if create_regulator failsAxel Lin
2011-12-28regulator: Export regulator_is_supported_voltage()Mark Brown
2011-12-22regulator: mc13892: add device tree probe supportShawn Guo
2011-12-22regulator: mc13892: remove the unnecessary prefix from regulator nameShawn Guo
2011-12-20regulator: Convert wm831x regulator drivers to devm_kzalloc()Mark Brown
2011-12-20regulator: da9052: Staticize non-exported symbolsAxel Lin
2011-12-17regulator: Replace kzalloc with devm_kzalloc and if-else with a switch-case f...Ashish Jangam