summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-03ARM: ux500: Regulators: Bring the AB8500 regulator platform data up-to-dateLee Jones1-28/+47
2013-04-03regulator: ab8500: Shuffle init functions into a more logical orderLee Jones1-85/+85
2013-04-03ARM: ux500: Pass regulator platform data using the new formatLee Jones2-13/+3
2013-04-03regulator: ab8500: Use regulator_list_voltage_table() to look-up voltagesLee Jones1-13/+6
2013-04-03regulator: ab8500: Remove the need for a 'delay' propertyLee Jones1-4/+1
2013-04-03regulator: ab8500: Set enable enable_time in regulator_descLee Jones1-0/+3
2013-04-03regulator: ab8500: Introduce aux5, aux6 regulators for AB8540Zhenhua HUANG2-0/+67
2013-04-03regulator: ab8500: Use a struct to select the good regulator configurationLee Jones1-71/+64
2013-04-02regulator: ab8500-ext: Don't update info->is_enabled if write to register failsAxel Lin1-2/+6
2013-04-02regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_...Axel Lin1-2/+0
2013-04-02regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540Lee Jones1-5/+40
2013-04-02regulator: ab8500: Add mode operation for v-amicLee Jones2-34/+169
2013-04-02regulator: ab8500: Add new operations for Vaux3Lee Jones1-1/+128
2013-04-02regulator: ab8500: Also check for AB8505 based platformsLee Jones2-1/+4
2013-04-02regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505Lee Jones1-6/+49
2013-04-02regulator: ab8500: Don't register external regulators on AB8505Rabin Vincent1-8/+12
2013-04-02regulator: ab8500: Supply platform specific regulator id valuesLee Jones1-31/+31
2013-04-02regulator: ab8500-ext: Add support for AB9540 regulatorsLee Jones1-0/+6
2013-04-02regulator: ab8500-ext: Remove unused REGULATOR_AB8500_EXT guardLee Jones1-15/+4
2013-04-02ARM: ux500: Use de-globalised version of id.hLee Jones1-1/+1
2013-04-01regulator: ab8500: Use regulator_list_voltage_table()Lee Jones1-40/+22
2013-04-01regulator: ab8500: Update voltage handling for fixed voltage regulatorsLee Jones1-48/+44
2013-04-01regulator: ab8500: Add support for the ab8540Lee Jones2-8/+764
2013-04-01regulator: ab8500: add support for ab8505Lee Jones4-9/+1195
2013-04-01regulator: ab8500-ext: Add support for AB8505/AB9540Bengt Jonsson1-1/+1
2013-04-01regulator: ab8500: Correct TVOUT regulator enable timeLee Jones1-1/+1
2013-04-01regulator: ab8500: Add support for the ab9540Lee Jones1-9/+573
2013-04-01regulator: ab8500: Prepare the driver for additional platformsLee Jones1-27/+49
2013-03-29regulator: ab8500: Update info->update_val only when successfully update regi...Axel Lin1-8/+19
2013-03-29regulator: ab8500: Init debug from regulator driverLee Jones2-0/+24
2013-03-29regulator: ab8500: Remove USB regulatorLee Jones2-21/+0
2013-03-29regulator: ab8500-ext: Add HW request supportBengt Jonsson2-27/+75
2013-03-29ARM: ux500: Setup external regulator supply #2 for HREF v20 boardsLee Jones1-0/+28
2013-03-29ARM: ux500: Turn off external regulator #1 when early HREFs suspendLee Jones2-0/+19
2013-03-29ARM: ux500: Provide a mechanism to over-ride regulator init valuesLee Jones1-0/+18
2013-03-29ARM: ux500: Add regulator platform data for AB8500 external regulatorsLee Jones1-4/+55
2013-03-29regulator: ab8500-ext: New driver to control external regulatorsLee Jones4-2/+434
2013-03-28regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulatorLee Jones1-1/+1
2013-03-28ARM: ux500: regulator: Add accelerometer and fix magnetometer supply device IDLee Jones1-1/+3
2013-03-28regulator: ab8500: Clean out SoC registersLee Jones3-110/+28
2013-03-28ARM: ux500: regulators: List the MMIO camera as a consumer of VAUX1Lee Jones1-0/+2
2013-03-28ARM: ux500: Add supply for the Cypress TrueTouch TouchscreenLee Jones1-0/+2
2013-03-28ARM: ux500: Add supply for the Pressure sensorLee Jones1-0/+2
2013-03-28ARM: ux500: Add supply for the Ambient light sensor deviceLee Jones1-0/+2
2013-03-28ARM: ux500: Add supply for the L3G4200D GyroscopeLee Jones1-0/+2
2013-03-28ARM: ux500: Update displays in vaux1 consumer listLee Jones1-2/+6
2013-03-27regulator: ab8500: Remove set_voltage_time_sel and delay settingAxel Lin1-13/+0
2013-03-27regulator: ab8500: Add missing enable_time settingsAxel Lin1-0/+10
2013-03-26regulator: ab8500: Don't update is_enabled flag in error pathsAxel Lin1-2/+6
2013-03-25regulator: ab8500: Use regulator_list_voltage_linear for fixed voltageAxel Lin1-3/+2