index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
regulator: ab8500: Remove unused voltage_shift field from struct expand_register
Axel Lin
2013-04-18
1
-2
/
+0
*
regulator: ab8500: Fix set voltage for AB8540_LDO_AUX3
Axel Lin
2013-04-17
1
-20
/
+33
*
regulator: ab8500-ext: Remove enable() and disable() functions
Axel Lin
2013-04-17
1
-41
/
+23
*
regulator: ab8500-ext: Don't update info->update_val if set_mode() fails
Axel Lin
2013-04-17
1
-8
/
+18
*
regulator: ab8500: Don't update lp_mode_req flag in set_mode() error paths
Axel Lin
2013-04-17
1
-55
/
+43
*
regulator: ab8500: Don't update info->update_val if write to register fails
Axel Lin
2013-04-17
1
-9
/
+11
*
regulator: ab8500: Optimize ab8540_aux3_regulator_get_voltage_sel
Axel Lin
2013-04-16
1
-24
/
+18
*
regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMIC
Axel Lin
2013-04-15
1
-0
/
+1
*
regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIO
Axel Lin
2013-04-12
1
-1
/
+1
*
regulator: ab8500: Unregister ab8500-ext regulators in probe() failure path
Axel Lin
2013-04-11
1
-1
/
+4
*
regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void
Axel Lin
2013-04-11
3
-10
/
+5
*
regulator: ab8500-ext: Remove get_voltage to avoid duplicate implementation
Axel Lin
2013-04-08
1
-16
/
+0
*
regulator: ab8500-ext: Remove unnecessary checking for ab9540 and ab8540
Axel Lin
2013-04-08
1
-7
/
+0
*
regulator: ab8500-ext: Get rid of is_enabled from struct ab8500_ext_regulator...
Axel Lin
2013-04-08
1
-11
/
+3
*
regulator: ab8500: Get rid of is_enabled from struct ab8500_regulator_info
Axel Lin
2013-04-08
1
-40
/
+32
*
regulator: ab8500: Remove ab8500_regulator_set_voltage_time_sel
Axel Lin
2013-04-05
1
-11
/
+0
*
regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUT
Axel Lin
2013-04-03
1
-0
/
+1
*
regulator: ab8500: Fix list_voltage for fixed voltage regulators
Axel Lin
2013-04-03
1
-2
/
+2
*
ARM: ux500: Regulators: Bring the AB8500 regulator platform data up-to-date
Lee Jones
2013-04-03
1
-28
/
+47
*
regulator: ab8500: Shuffle init functions into a more logical order
Lee Jones
2013-04-03
1
-85
/
+85
*
ARM: ux500: Pass regulator platform data using the new format
Lee Jones
2013-04-03
2
-13
/
+3
*
regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages
Lee Jones
2013-04-03
1
-13
/
+6
*
regulator: ab8500: Remove the need for a 'delay' property
Lee Jones
2013-04-03
1
-4
/
+1
*
regulator: ab8500: Set enable enable_time in regulator_desc
Lee Jones
2013-04-03
1
-0
/
+3
*
regulator: ab8500: Introduce aux5, aux6 regulators for AB8540
Zhenhua HUANG
2013-04-03
2
-0
/
+67
*
regulator: ab8500: Use a struct to select the good regulator configuration
Lee Jones
2013-04-03
1
-71
/
+64
*
regulator: ab8500-ext: Don't update info->is_enabled if write to register fails
Axel Lin
2013-04-03
1
-2
/
+6
*
regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_...
Axel Lin
2013-04-03
1
-2
/
+0
*
regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540
Lee Jones
2013-04-03
1
-5
/
+40
*
regulator: ab8500: Add mode operation for v-amic
Lee Jones
2013-04-03
2
-34
/
+169
*
regulator: ab8500: Add new operations for Vaux3
Lee Jones
2013-04-03
1
-1
/
+128
*
regulator: ab8500: Also check for AB8505 based platforms
Lee Jones
2013-04-03
2
-1
/
+4
*
regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505
Lee Jones
2013-04-03
1
-6
/
+49
*
regulator: ab8500: Don't register external regulators on AB8505
Rabin Vincent
2013-04-03
1
-8
/
+12
*
regulator: ab8500: Supply platform specific regulator id values
Lee Jones
2013-04-03
1
-31
/
+31
*
regulator: ab8500-ext: Add support for AB9540 regulators
Lee Jones
2013-04-03
1
-0
/
+6
*
regulator: ab8500-ext: Remove unused REGULATOR_AB8500_EXT guard
Lee Jones
2013-04-03
1
-15
/
+4
*
ARM: ux500: Use de-globalised version of id.h
Lee Jones
2013-04-03
1
-1
/
+1
*
regulator: ab8500: Use regulator_list_voltage_table()
Lee Jones
2013-04-01
1
-40
/
+22
*
regulator: ab8500: Update voltage handling for fixed voltage regulators
Lee Jones
2013-04-01
1
-48
/
+44
*
regulator: ab8500: Add support for the ab8540
Lee Jones
2013-04-01
2
-8
/
+764
*
regulator: ab8500: add support for ab8505
Lee Jones
2013-04-01
4
-9
/
+1195
*
regulator: ab8500-ext: Add support for AB8505/AB9540
Bengt Jonsson
2013-04-01
1
-1
/
+1
*
regulator: ab8500: Correct TVOUT regulator enable time
Lee Jones
2013-04-01
1
-1
/
+1
*
regulator: ab8500: Add support for the ab9540
Lee Jones
2013-04-01
1
-9
/
+573
*
regulator: ab8500: Prepare the driver for additional platforms
Lee Jones
2013-04-01
1
-27
/
+49
*
regulator: ab8500: Update info->update_val only when successfully update regi...
Axel Lin
2013-03-29
1
-8
/
+19
*
regulator: ab8500: Init debug from regulator driver
Lee Jones
2013-03-29
2
-0
/
+24
*
regulator: ab8500: Remove USB regulator
Lee Jones
2013-03-29
2
-21
/
+0
*
regulator: ab8500-ext: Add HW request support
Bengt Jonsson
2013-03-29
2
-27
/
+75
[next]