index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
ab8500.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
regulator: ab8500: Decomission platform data header
Linus Walleij
2021-01-13
1
-1
/
+115
*
regulator: ab8500: Remove unused embedded struct expand_register
Lee Jones
2020-06-25
1
-6
/
+1
*
regulator: ab8500: remove some defined but not used variables
Jason Yan
2020-04-14
1
-22
/
+0
*
regulator: ab8500: Remove AB8505 USB regulator
Stephan Gerhold
2019-11-07
1
-17
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197
Thomas Gleixner
2019-05-30
1
-2
/
+1
*
regulator: ab8500: Remove *regulator from struct ab8500_regulator_info
Axel Lin
2019-04-15
1
-6
/
+4
*
regulator: ab8500: Constify regulator_ops
Axel Lin
2019-04-15
1
-5
/
+5
*
regulator: ab8500: Drop AB8540/9540 support
Linus Walleij
2018-04-16
1
-1406
/
+1
*
regulator: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
regulator: ab8500: Remove ab8500_regulator_debug_init/exit()
Axel Lin
2014-06-22
1
-13
/
+0
*
regulator: ab8500: Remove ab8500_regulator_of_probe()
Axel Lin
2014-06-22
1
-19
/
+12
*
regulator: ab8500: use devm_regulator_register()
Jingoo Han
2013-12-09
1
-20
/
+4
*
regulator: ab8500: delete non-devicetree probe path
Linus Walleij
2013-12-03
1
-94
/
+8
*
Merge tag 'regulator-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-07-03
1
-16
/
+4
|
\
|
*
regulator: ab8500: Provide supply names for the AUX regulators
Lee Jones
2013-06-11
1
-0
/
+3
|
*
regulator: ab8500-ext: Register as a device in its own right
Lee Jones
2013-06-11
1
-16
/
+1
*
|
ARM: ux500: Correct anamic2 typo in DT files
Fabio Baltieri
2013-06-04
1
-4
/
+4
|
/
*
regulator: ab8500: Get rid of voltage_shift field from struct ab8500_regulato...
Axel Lin
2013-04-18
1
-17
/
+16
*
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: 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
1
-6
/
+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
*
regulator: ab8500: Shuffle init functions into a more logical order
Lee Jones
2013-04-03
1
-85
/
+85
*
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
1
-0
/
+65
*
regulator: ab8500: Use a struct to select the good regulator configuration
Lee Jones
2013-04-03
1
-71
/
+64
*
regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540
Lee Jones
2013-04-02
1
-5
/
+40
*
regulator: ab8500: Add mode operation for v-amic
Lee Jones
2013-04-02
1
-32
/
+161
*
regulator: ab8500: Add new operations for Vaux3
Lee Jones
2013-04-02
1
-1
/
+128
*
regulator: ab8500: Also check for AB8505 based platforms
Lee Jones
2013-04-02
1
-0
/
+3
*
regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505
Lee Jones
2013-04-02
1
-6
/
+49
*
regulator: ab8500: Don't register external regulators on AB8505
Rabin Vincent
2013-04-02
1
-8
/
+12
*
regulator: ab8500: Supply platform specific regulator id values
Lee Jones
2013-04-02
1
-31
/
+31
*
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
1
-8
/
+678
*
regulator: ab8500: add support for ab8505
Lee Jones
2013-04-01
1
-0
/
+617
*
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
[next]