index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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-23
regulator: tps65023: Use [set|get]_voltage_sel_regmap instead of open coded
Axel Lin
1
-22
/
+9
2013-04-23
regulator: tps62360: Fix off-by-one shift for ramp_ctrl
Axel Lin
1
-1
/
+1
2013-04-22
regulator: palmas: Fix off-by-one for ramp_delay and register value mapping
Axel Lin
1
-2
/
+2
2013-04-22
regulator: palmas: Add missing ctrl_addr setting for SMPS10
Axel Lin
1
-0
/
+1
2013-04-19
regulator: palmas: Don't update tstep register for SMPS3 and SMPS7
Axel Lin
1
-0
/
+7
2013-04-18
regulator: palmas: Fix min_uV for LDO8 tracking mode
Axel Lin
1
-0
/
+1
2013-04-18
regulator: ab8500: Get rid of voltage_shift field from struct ab8500_regulato...
Axel Lin
1
-17
/
+16
2013-04-18
regulator: ab8500: Remove unused voltage_shift field from struct expand_register
Axel Lin
1
-2
/
+0
2013-04-18
regulator: palmas: preserve modes of rails during enable/disable
Laxman Dewangan
1
-7
/
+23
2013-04-18
regulator: palma: add ramp delay support through regulator constraints
Laxman Dewangan
1
-15
/
+78
2013-04-18
regulator: core: Add regulator_map_voltage_ascend() API
Axel Lin
1
-0
/
+31
2013-04-17
regulator: ab8500: Fix set voltage for AB8540_LDO_AUX3
Axel Lin
1
-20
/
+33
2013-04-17
regulator: ab8500-ext: Remove enable() and disable() functions
Axel Lin
1
-41
/
+23
2013-04-17
regulator: ab8500-ext: Don't update info->update_val if set_mode() fails
Axel Lin
1
-8
/
+18
2013-04-17
regulator: ab8500: Don't update lp_mode_req flag in set_mode() error paths
Axel Lin
1
-55
/
+43
2013-04-17
regulator: ab8500: Don't update info->update_val if write to register fails
Axel Lin
1
-9
/
+11
2013-04-17
regulator: palmas: add support for LDO8 tracking mode
Laxman Dewangan
1
-0
/
+53
2013-04-17
regulator: palmas: support for external regulator through control outputs
Laxman Dewangan
1
-12
/
+83
2013-04-17
regulator: palmas: clear sleep bits if not selected
Laxman Dewangan
1
-6
/
+12
2013-04-17
regulator: core: return err value for regulator_get if there is no DT binding
Nishanth Menon
1
-1
/
+10
2013-04-17
regulator: as3711: Use a static of_regulator_match table for of_regulator_match
Axel Lin
1
-25
/
+18
2013-04-16
regulator: ab8500: Optimize ab8540_aux3_regulator_get_voltage_sel
Axel Lin
1
-24
/
+18
2013-04-16
regulator: rc5t583: Remove unused fields from struct rc5t583_regulator_info
Axel Lin
1
-6
/
+0
2013-04-16
Convert selectors of GENERIC_GPIO to GPIOLIB
Alexandre Courbot
1
-1
/
+1
2013-04-15
regulator: max8997: Test pdata by NULL checking instead of IS_ERR_OR_NULL
Axel Lin
1
-2
/
+2
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
[prev]
[next]