index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-15
regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMIC
Axel Lin
1
-0
/
+1
2013-04-12
regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIO
Axel Lin
1
-1
/
+1
2013-04-11
regulator: wm8994: Use GPIO parsed from DT when registering regulators
Sylwester Nawrocki
1
-1
/
+3
2013-04-11
regulator: ab8500: Unregister ab8500-ext regulators in probe() failure path
Axel Lin
1
-1
/
+4
2013-04-11
regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void
Axel Lin
2
-9
/
+4
2013-04-08
regulator: ab8500-ext: Remove get_voltage to avoid duplicate implementation
Axel Lin
1
-16
/
+0
2013-04-08
regulator: ab8500-ext: Remove unnecessary checking for ab9540 and ab8540
Axel Lin
1
-7
/
+0
2013-04-08
regulator: ab8500-ext: Get rid of is_enabled from struct ab8500_ext_regulator...
Axel Lin
1
-11
/
+3
2013-04-08
regulator: ab8500: Get rid of is_enabled from struct ab8500_regulator_info
Axel Lin
1
-40
/
+32
2013-04-07
regulator: wm8994: Provide default init data
Mark Brown
1
-2
/
+39
2013-04-05
regulator: ab8500: Remove ab8500_regulator_set_voltage_time_sel
Axel Lin
1
-11
/
+0
2013-04-05
regulator: max8952: Add Device Tree support
Tomasz Figa
1
-0
/
+70
2013-04-05
regulator: max8952: Separate constraints from platform data struct
Tomasz Figa
1
-2
/
+2
2013-04-05
regulator: core: don't require a supply when supply_name is specified
Andrew Bresticker
1
-1
/
+9
2013-04-05
regulator: wm8994: Convert to module_platform_driver()
Mark Brown
1
-17
/
+1
2013-04-03
regulator: lp8788: Implement list_voltage for lp8788_ldo_voltage_fixed_ops
Axel Lin
1
-18
/
+9
2013-04-03
regulator: lp8788: Remove lp8788_dldo_id and lp8788_aldo_id arrays
Axel Lin
1
-30
/
+2
2013-04-03
regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUT
Axel Lin
1
-0
/
+1
2013-04-03
regulator: ab8500: Fix list_voltage for fixed voltage regulators
Axel Lin
1
-2
/
+2
2013-04-03
regulator: ab8500: Shuffle init functions into a more logical order
Lee Jones
1
-85
/
+85
2013-04-03
regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages
Lee Jones
1
-13
/
+6
2013-04-03
regulator: ab8500: Remove the need for a 'delay' property
Lee Jones
1
-4
/
+1
2013-04-03
regulator: ab8500: Set enable enable_time in regulator_desc
Lee Jones
1
-0
/
+3
2013-04-03
regulator: ab8500: Introduce aux5, aux6 regulators for AB8540
Zhenhua HUANG
1
-0
/
+65
2013-04-03
regulator: ab8500: Use a struct to select the good regulator configuration
Lee Jones
1
-71
/
+64
2013-04-03
regulator: ab8500-ext: Don't update info->is_enabled if write to register fails
Axel Lin
1
-2
/
+6
2013-04-03
regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_...
Axel Lin
1
-2
/
+0
2013-04-03
regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540
Lee Jones
1
-5
/
+40
2013-04-03
regulator: ab8500: Add mode operation for v-amic
Lee Jones
1
-32
/
+161
2013-04-03
regulator: ab8500: Add new operations for Vaux3
Lee Jones
1
-1
/
+128
2013-04-03
regulator: ab8500: Also check for AB8505 based platforms
Lee Jones
2
-1
/
+4
2013-04-03
regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505
Lee Jones
1
-6
/
+49
2013-04-03
regulator: ab8500: Don't register external regulators on AB8505
Rabin Vincent
1
-8
/
+12
2013-04-03
regulator: ab8500: Supply platform specific regulator id values
Lee Jones
1
-31
/
+31
2013-04-03
regulator: ab8500-ext: Add support for AB9540 regulators
Lee Jones
1
-0
/
+6
2013-04-01
regulator: ab8500: Use regulator_list_voltage_table()
Lee Jones
1
-40
/
+22
2013-04-01
regulator: ab8500: Update voltage handling for fixed voltage regulators
Lee Jones
1
-48
/
+44
2013-04-01
regulator: ab8500: Add support for the ab8540
Lee Jones
1
-8
/
+678
2013-04-01
regulator: ab8500: add support for ab8505
Lee Jones
1
-0
/
+617
2013-04-01
regulator: ab8500-ext: Add support for AB8505/AB9540
Bengt Jonsson
1
-1
/
+1
2013-04-01
regulator: ab8500: Correct TVOUT regulator enable time
Lee Jones
1
-1
/
+1
2013-04-01
regulator: ab8500: Add support for the ab9540
Lee Jones
1
-9
/
+573
2013-04-01
regulator: ab8500: Prepare the driver for additional platforms
Lee Jones
1
-27
/
+49
2013-03-30
regulator: max1586: Constify v6_voltages_uv table
Axel Lin
1
-1
/
+1
2013-03-29
regulator: ab8500: Update info->update_val only when successfully update regi...
Axel Lin
1
-8
/
+19
2013-03-29
regulator: ab8500: Init debug from regulator driver
Lee Jones
1
-0
/
+10
2013-03-29
regulator: ab8500: Remove USB regulator
Lee Jones
1
-20
/
+0
2013-03-29
regulator: ab8500-ext: Add HW request support
Bengt Jonsson
1
-27
/
+71
2013-03-29
regulator: ab8500-ext: New driver to control external regulators
Lee Jones
3
-2
/
+406
2013-03-28
regulator: palmas: add input supply names
Laxman Dewangan
1
-0
/
+24
[prev]
[next]