summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab8500.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-201-0/+1
* regulator: ab8500: Decomission platform data headerLinus Walleij2021-01-131-1/+115
* regulator: ab8500: Remove unused embedded struct expand_registerLee Jones2020-06-251-6/+1
* regulator: ab8500: remove some defined but not used variablesJason Yan2020-04-141-22/+0
* regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold2019-11-071-17/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner2019-05-301-2/+1
* regulator: ab8500: Remove *regulator from struct ab8500_regulator_infoAxel Lin2019-04-151-6/+4
* regulator: ab8500: Constify regulator_opsAxel Lin2019-04-151-5/+5
* regulator: ab8500: Drop AB8540/9540 supportLinus Walleij2018-04-161-1406/+1
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* regulator: ab8500: Remove ab8500_regulator_debug_init/exit()Axel Lin2014-06-221-13/+0
* regulator: ab8500: Remove ab8500_regulator_of_probe()Axel Lin2014-06-221-19/+12
* regulator: ab8500: use devm_regulator_register()Jingoo Han2013-12-091-20/+4
* regulator: ab8500: delete non-devicetree probe pathLinus Walleij2013-12-031-94/+8
* Merge tag 'regulator-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-031-16/+4
|\
| * regulator: ab8500: Provide supply names for the AUX regulatorsLee Jones2013-06-111-0/+3
| * regulator: ab8500-ext: Register as a device in its own rightLee Jones2013-06-111-16/+1
* | ARM: ux500: Correct anamic2 typo in DT filesFabio Baltieri2013-06-041-4/+4
|/
* regulator: ab8500: Get rid of voltage_shift field from struct ab8500_regulato...Axel Lin2013-04-181-17/+16
* regulator: ab8500: Remove unused voltage_shift field from struct expand_registerAxel Lin2013-04-181-2/+0
* regulator: ab8500: Fix set voltage for AB8540_LDO_AUX3Axel Lin2013-04-171-20/+33
* regulator: ab8500: Don't update lp_mode_req flag in set_mode() error pathsAxel Lin2013-04-171-55/+43
* regulator: ab8500: Don't update info->update_val if write to register failsAxel Lin2013-04-171-9/+11
* regulator: ab8500: Optimize ab8540_aux3_regulator_get_voltage_selAxel Lin2013-04-161-24/+18
* regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMICAxel Lin2013-04-151-0/+1
* regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIOAxel Lin2013-04-121-1/+1
* regulator: ab8500: Unregister ab8500-ext regulators in probe() failure pathAxel Lin2013-04-111-1/+4
* regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() voidAxel Lin2013-04-111-6/+3
* regulator: ab8500: Get rid of is_enabled from struct ab8500_regulator_infoAxel Lin2013-04-081-40/+32
* regulator: ab8500: Remove ab8500_regulator_set_voltage_time_selAxel Lin2013-04-051-11/+0
* regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUTAxel Lin2013-04-031-0/+1
* regulator: ab8500: Fix list_voltage for fixed voltage regulatorsAxel Lin2013-04-031-2/+2
* regulator: ab8500: Shuffle init functions into a more logical orderLee Jones2013-04-031-85/+85
* regulator: ab8500: Use regulator_list_voltage_table() to look-up voltagesLee Jones2013-04-031-13/+6
* regulator: ab8500: Remove the need for a 'delay' propertyLee Jones2013-04-031-4/+1
* regulator: ab8500: Set enable enable_time in regulator_descLee Jones2013-04-031-0/+3
* regulator: ab8500: Introduce aux5, aux6 regulators for AB8540Zhenhua HUANG2013-04-031-0/+65
* regulator: ab8500: Use a struct to select the good regulator configurationLee Jones2013-04-031-71/+64
* regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540Lee Jones2013-04-021-5/+40
* regulator: ab8500: Add mode operation for v-amicLee Jones2013-04-021-32/+161
* regulator: ab8500: Add new operations for Vaux3Lee Jones2013-04-021-1/+128
* regulator: ab8500: Also check for AB8505 based platformsLee Jones2013-04-021-0/+3
* regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505Lee Jones2013-04-021-6/+49
* regulator: ab8500: Don't register external regulators on AB8505Rabin Vincent2013-04-021-8/+12
* regulator: ab8500: Supply platform specific regulator id valuesLee Jones2013-04-021-31/+31
* regulator: ab8500: Use regulator_list_voltage_table()Lee Jones2013-04-011-40/+22
* regulator: ab8500: Update voltage handling for fixed voltage regulatorsLee Jones2013-04-011-48/+44
* regulator: ab8500: Add support for the ab8540Lee Jones2013-04-011-8/+678
* regulator: ab8500: add support for ab8505Lee Jones2013-04-011-0/+617
* regulator: ab8500: Correct TVOUT regulator enable timeLee Jones2013-04-011-1/+1