aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-03regulator: Convert fixed voltage regulator to use enable_time()Mark Brown1-2/+8
2010-03-03regulator: Add WM8994 regulator supportMark Brown3-0/+312
2010-03-03regulator: enable max8649 regulator driverHaojian Zhuang3-0/+416
2010-03-03regulator: trivial: fix typos in user-visible Kconfig textAlex Chiang1-2/+2
2010-03-03regulator: mc13783: consider Power Gates as digital regulators.Alberto Panizzo1-6/+126
2010-03-03regulator: Add 'start-up time' to fixed voltage regulatorsAdrian Hunter1-0/+5
2010-03-03regulator: Implement enable_time() for WM835x ISINKsMark Brown1-0/+46
2010-03-03regulator: Allow regulators to specify the time taken to ramp on enableMark Brown1-6/+35
2010-03-03regulator: Add notifier event on regulator disableMark Brown1-2/+5
2010-03-03regulator/lp3971: Storage class should be before const qualifierTobias Klauser1-5/+5
2010-03-03regulator: add voltage selection capability to mc13783 regulators v2 .Alberto Panizzo1-30/+315
2010-02-12regulator/lp3971: vol_map out of bounds in lp3971_{ldo,dcdc}_set_voltage()Roel Kluin1-2/+2
2010-02-12regulator: Fix display of null constraints for regulatorsMark Brown1-1/+1
2010-02-01regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraintsMark Brown1-1/+3
2009-12-17regulator: wm831x_reg_read() failure unnoticed in wm831x_aldo_get_mode()Roel Kluin1-1/+1
2009-12-17twl-regulator: Fix reg_disable functionality for 4030 and 6030Juha Keski-Saari1-2/+2
2009-12-17twl-regulator: Add turnon delay to reg_enableJuha Keski-Saari1-1/+7
2009-12-17twl-regulator: Restore REMAP configuration in regulator probeJuha Keski-Saari1-0/+3
2009-12-17twl-regulator: Add turnon-delay and REMAP config to twlreg_info structJuha Keski-Saari1-41/+62
2009-12-17twl-regulator: Define critical regulators as always_onJuha Keski-Saari1-0/+13
2009-12-17twl-regulator: Add all twl4030 regulators to twlreg_infoJuha Keski-Saari1-9/+17
2009-12-17regulator: mc13783-regulator: correct the probing time.Alberto Panizzo1-2/+2
2009-12-17regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable} error pathLars-Peter Clausen1-2/+2
2009-12-17regulator: core.c: Small coding style cleanup (indentation fixup)Stefan Roese1-6/+6
2009-12-17drivers/regulator: use PTR_ERR to get error codeJulia Lawall1-2/+2
2009-12-17regulator/mc13783: various cleanupsUwe Kleine-König1-277/+112
2009-12-17regulator/mc13783: rename source file to match other driversUwe Kleine-König2-1/+1
2009-12-17Fix some AB3100 regulator issuesLinus Walleij1-21/+2
2009-12-17regulator: keep index within bounds in da9034_get_ldo12_voltage()Roel Kluin1-1/+1
2009-12-17regulator: Ensure val is initialised in 88pm8607 choose_voltage()Mark Brown1-1/+2
2009-12-17regulator: Remove duplicate consts from ab3100Mark Brown1-5/+5
2009-12-17regulator: Handle regulators without suspend mode configurationMark Brown1-3/+22
2009-12-17regulator: Factor out regulator name pretty printingMark Brown1-45/+38
2009-12-17regulator: Display actual settings with constraintsMark Brown1-13/+31
2009-12-17regulator: Also lift apply_uV into machine_constraints_voltage()Mark Brown1-17/+18
2009-12-17regulator: Factor out voltage constraint setupMark Brown1-27/+37
2009-12-17regulator: Report error codes for bulk operationsMark Brown1-4/+5
2009-12-17regulator: add 88PM8607 PMIC driverHaojian Zhuang3-0/+691
2009-12-17regulator: Implement WM831x BuckWise DC-DC convertor DVS supportMark Brown1-18/+189
2009-12-17regulator: add driver for MAX8660/8661Wolfram Sang3-0/+518
2009-12-14regulator: Add support for twl6030 regulatorsRajendra Nayak2-22/+96
2009-12-13mfd: Rename twl4030_ routines in twl-regulator.cRajendra Nayak1-92/+97
2009-12-13mfd: Rename all twl4030_i2c*Balaji T K1-4/+4
2009-12-13mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2-2/+2
2009-12-13mfd: Mask and unmask wm8350 IRQs on request and freeMark Brown1-3/+0
2009-12-13mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown1-2/+5
2009-12-13mfd: Fix pcf50633-regulator drvdata usageLars-Peter Clausen1-1/+4
2009-12-02regulator: Initialise wm831x structure pointor for ISINK driverMark Brown1-0/+2
2009-11-16dereferencing freed memory regulator_fixed_voltage_remove()Dan Carpenter1-3/+2
2009-11-16regulator: Fix check of unsigned return value and transmit errors in wm831x_gp_ldo_get_mode()Roel Kluin1-3/+3