aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/ab8500.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge tag 'regulator-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-16/+4
2013-06-11regulator: ab8500: Provide supply names for the AUX regulatorsGravatar Lee Jones 1-0/+3
2013-06-11regulator: ab8500-ext: Register as a device in its own rightGravatar Lee Jones 1-16/+1
2013-06-04ARM: ux500: Correct anamic2 typo in DT filesGravatar Fabio Baltieri 1-4/+4
2013-04-18regulator: ab8500: Get rid of voltage_shift field from struct ab8500_regulato...Gravatar Axel Lin 1-17/+16
2013-04-18regulator: ab8500: Remove unused voltage_shift field from struct expand_registerGravatar Axel Lin 1-2/+0
2013-04-17regulator: ab8500: Fix set voltage for AB8540_LDO_AUX3Gravatar Axel Lin 1-20/+33
2013-04-17regulator: ab8500: Don't update lp_mode_req flag in set_mode() error pathsGravatar Axel Lin 1-55/+43
2013-04-17regulator: ab8500: Don't update info->update_val if write to register failsGravatar Axel Lin 1-9/+11
2013-04-16regulator: ab8500: Optimize ab8540_aux3_regulator_get_voltage_selGravatar Axel Lin 1-24/+18
2013-04-15regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMICGravatar Axel Lin 1-0/+1
2013-04-12regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIOGravatar Axel Lin 1-1/+1
2013-04-11regulator: ab8500: Unregister ab8500-ext regulators in probe() failure pathGravatar Axel Lin 1-1/+4
2013-04-11regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() voidGravatar Axel Lin 1-6/+3
2013-04-08regulator: ab8500: Get rid of is_enabled from struct ab8500_regulator_infoGravatar Axel Lin 1-40/+32
2013-04-05regulator: ab8500: Remove ab8500_regulator_set_voltage_time_selGravatar Axel Lin 1-11/+0
2013-04-03regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUTGravatar Axel Lin 1-0/+1
2013-04-03regulator: ab8500: Fix list_voltage for fixed voltage regulatorsGravatar Axel Lin 1-2/+2
2013-04-03regulator: ab8500: Shuffle init functions into a more logical orderGravatar Lee Jones 1-85/+85
2013-04-03regulator: ab8500: Use regulator_list_voltage_table() to look-up voltagesGravatar Lee Jones 1-13/+6
2013-04-03regulator: ab8500: Remove the need for a 'delay' propertyGravatar Lee Jones 1-4/+1
2013-04-03regulator: ab8500: Set enable enable_time in regulator_descGravatar Lee Jones 1-0/+3
2013-04-03regulator: ab8500: Introduce aux5, aux6 regulators for AB8540Gravatar Zhenhua HUANG 1-0/+65
2013-04-03regulator: ab8500: Use a struct to select the good regulator configurationGravatar Lee Jones 1-71/+64
2013-04-02regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540Gravatar Lee Jones 1-5/+40
2013-04-02regulator: ab8500: Add mode operation for v-amicGravatar Lee Jones 1-32/+161
2013-04-02regulator: ab8500: Add new operations for Vaux3Gravatar Lee Jones 1-1/+128
2013-04-02regulator: ab8500: Also check for AB8505 based platformsGravatar Lee Jones 1-0/+3
2013-04-02regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505Gravatar Lee Jones 1-6/+49
2013-04-02regulator: ab8500: Don't register external regulators on AB8505Gravatar Rabin Vincent 1-8/+12
2013-04-02regulator: ab8500: Supply platform specific regulator id valuesGravatar Lee Jones 1-31/+31
2013-04-01regulator: ab8500: Use regulator_list_voltage_table()Gravatar Lee Jones 1-40/+22
2013-04-01regulator: ab8500: Update voltage handling for fixed voltage regulatorsGravatar Lee Jones 1-48/+44
2013-04-01regulator: ab8500: Add support for the ab8540Gravatar Lee Jones 1-8/+678
2013-04-01regulator: ab8500: add support for ab8505Gravatar Lee Jones 1-0/+617
2013-04-01regulator: ab8500: Correct TVOUT regulator enable timeGravatar Lee Jones 1-1/+1
2013-04-01regulator: ab8500: Add support for the ab9540Gravatar Lee Jones 1-9/+573
2013-04-01regulator: ab8500: Prepare the driver for additional platformsGravatar Lee Jones 1-27/+49
2013-03-29regulator: ab8500: Update info->update_val only when successfully update regi...Gravatar Axel Lin 1-8/+19
2013-03-29regulator: ab8500: Init debug from regulator driverGravatar Lee Jones 1-0/+10
2013-03-29regulator: ab8500: Remove USB regulatorGravatar Lee Jones 1-20/+0
2013-03-29regulator: ab8500-ext: New driver to control external regulatorsGravatar Lee Jones 1-1/+11
2013-03-28regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulatorGravatar Lee Jones 1-1/+1
2013-03-28regulator: ab8500: Clean out SoC registersGravatar Lee Jones 1-74/+24
2013-03-27regulator: ab8500: Remove set_voltage_time_sel and delay settingGravatar Axel Lin 1-13/+0
2013-03-27regulator: ab8500: Add missing enable_time settingsGravatar Axel Lin 1-0/+10
2013-03-26regulator: ab8500: Don't update is_enabled flag in error pathsGravatar Axel Lin 1-2/+6
2013-03-25regulator: ab8500: Use regulator_list_voltage_linear for fixed voltageGravatar Axel Lin 1-3/+2
2013-03-25regulator: ab8500: Fix build errorGravatar Axel Lin 1-5/+5
2013-03-22regulator: ab8500: Separate regulator and MFD platform dataGravatar Bengt Jonsson 1-6/+15