aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-16regulator: Handle missing constraints in _regulator_disable()Mark Brown1-1/+2
2009-09-22regulator: fix voltage range in da9034 ldo12Haojian Zhuang1-1/+1
2009-09-22regulator/lp3971: drop unnecessary initializationWolfram Sang1-1/+1
2009-09-22regulator: drop 'default n'Wolfram Sang1-6/+0
2009-09-22regulator: fix calculation of voltage range in da9034_set_ldo12_voltage()Roel Kluin1-1/+1
2009-09-22drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_CONSUMER descriptionMichael Prokop1-1/+1
2009-09-22REGULATOR Handle positive returncode from enableLinus Walleij1-1/+2
2009-09-22regulator: tps650xx - build fixes for x86_64Liam Girdwood2-10/+12
2009-09-22Regulator: Adding TPS65023 and TPS6507x in Kconfig and MakefileAnuj Aggarwal2-0/+19
2009-09-22Regulator: Add TPS6507x regulator driverAnuj Aggarwal1-0/+713
2009-09-22Regulator: Add TPS65023 regulator driverAnuj Aggarwal1-0/+631
2009-09-22regulator: userspace: use sysfs_create_groupFelipe Balbi1-22/+23
2009-09-22regulator: Add GPIO enable control to fixed voltage regulator driverRoger Quadros1-2/+86
2009-09-22Regulator: Implement list_voltage for pcf50633 regulator driver.Lars-Peter Clausen1-32/+64