index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-01
regulator: rtq2208: Fix the BUCK ramp_delay range to maximum of 16mVstep/us
Alina Yu
1
-4
/
+3
2024-04-10
regulator: vqmmc-ipq4019: fix module autoloading
Krzysztof Kozlowski
1
-0
/
+1
2024-04-10
regulator: qcom-refgen: fix module autoloading
Krzysztof Kozlowski
1
-0
/
+1
2024-04-09
regulator: mt6360: De-capitalize devicetree regulator subnodes
AngeloGioacchino Del Regno
1
-12
/
+20
2024-04-08
regulator: irq_helpers: duplicate IRQ name
Matti Vaittinen
1
-0
/
+3
2024-03-28
regulator: Merge axp20x changes
Mark Brown
1
-5
/
+89
2024-03-28
regulator: axp20x: add support for the AXP717
Andre Przywara
1
-0
/
+84
2024-03-28
regulator: axp20x: fix typo-ed identifier
Andre Przywara
1
-5
/
+5
2024-03-26
regulator: convert to use maple tree register
Mark Brown
13
-14
/
+14
2024-03-25
regulator: tps65132: Add of_match table
André Apitzsch
1
-0
/
+7
2024-03-25
regulator: pca9450: add pca9451a support
Joy Zou
1
-2
/
+192
2024-03-25
regulator: rpi-panel-attiny: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: tps62360: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: tps51632: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: rtq6752: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: rtmv20: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: pfuze100: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: pf8x00: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: pca9450: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: mt6311: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: max8973: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: isl9305: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: da9211: convert to use maple tree register cache
Bo Liu
1
-1
/
+1
2024-03-25
regulator: da9121: convert to use maple tree register cache
Bo Liu
1
-2
/
+2
2024-03-22
Merge tag 'regulator-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-0
/
+11
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-03-13
Merge tag 'regulator-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
15
-283
/
+428
2024-03-12
regulator: core: Propagate the regulator state in case of exclusive get
Kory Maincent
1
-0
/
+11
2024-03-06
regulator: lp8788-buck: fix copy and paste bug in lp8788_dvs_gpio_request()
Dan Carpenter
1
-3
/
+3
2024-03-05
regulator: core: make regulator_class constant
Ricardo B. Marliere
2
-2
/
+2
2024-03-04
regulator: rk808: fix LDO range on RK806
Quentin Schulz
1
-2
/
+2
2024-03-04
regulator: rk808: fix buck range on RK806
Quentin Schulz
1
-3
/
+3
2024-02-29
regulator: da9121: Remove unused of_gpio.h
Andy Shevchenko
1
-1
/
+0
2024-02-26
regulator: mp8859: Cleanups and enhancements
Mark Brown
1
-1
/
+251
2024-02-26
Convert some regulator drivers to GPIO descriptors
Mark Brown
5
-242
/
+141
2024-02-26
regulator: userspace-consumer: add module device table
John Keeping
1
-0
/
+1
2024-02-26
regulator: mp8859: Implement set_current_limit()
Mark Brown
1
-0
/
+55
2024-02-26
regulator: mp8859: Report slew rate
Mark Brown
1
-0
/
+15
2024-02-26
regulator: mp8859: Support status and error readback
Mark Brown
1
-0
/
+59
2024-02-26
regulator: mp8859: Support active discharge control
Mark Brown
1
-0
/
+5
2024-02-26
regulator: mp8859: Support mode operations
Mark Brown
1
-0
/
+39
2024-02-26
regulator: mp8859: Support enable control
Mark Brown
1
-0
/
+7
2024-02-26
regulator: mp8859: Validate and log device identifier information
Mark Brown
1
-0
/
+34
2024-02-26
regulator: mp8859: Specify register accessibility and enable caching
Mark Brown
1
-1
/
+37
2024-02-26
regulator: max8998: Convert to GPIO descriptors
Linus Walleij
1
-96
/
+54
2024-02-26
regulator: max8997: Convert to GPIO descriptors
Linus Walleij
1
-60
/
+25
2024-02-26
regulator: lp8788-buck: Fully convert to GPIO descriptors
Linus Walleij
1
-38
/
+26
2024-02-26
regulator: da9055: Fully convert to GPIO descriptors
Linus Walleij
1
-24
/
+24
2024-02-26
regulator: max8973: Finalize switch to GPIO descriptors
Linus Walleij
1
-24
/
+12
2024-02-22
treewide: update LLVM Bugzilla links
Nathan Chancellor
1
-1
/
+1
[prev]
[next]