index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
regulator
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-17
regulator: fp9931: Fix handling of mandatory "vin" supply
Robby Cai
1
-1
/
+1
2026-03-17
regulator: fixed: remove unused reboot.h include
Hugo Villeneuve
1
-1
/
+0
2026-03-13
regulator: drop unneeded dependencies on OF_GPIO
Bartosz Golaszewski
1
-2
/
+0
2026-03-12
regulator: da9063: kzalloc + kcalloc to kzalloc
Rosen Penev
1
-7
/
+2
2026-03-12
regulator: pf1550: Remove redundant regmap assignment
Felix Gu
1
-1
/
+0
2026-03-10
regulator: pca9450: Correct probed name for PCA9452
Peng Fan
1
-3
/
+9
2026-03-10
regulator: pca9450: Correct interrupt type
Peng Fan
1
-1
/
+1
2026-03-05
regulator: max20411: show failure on register
Ben Dooks
1
-1
/
+1
2026-03-02
regulator: pf9453: Fix IRQ trigger and allow
Mark Brown
6
-11
/
+13
2026-03-02
regulator: pf9453: Allow shared IRQ
Franz Schnyder
1
-1
/
+4
2026-03-02
regulator: pf9453: Respect IRQ trigger settings from firmware
Franz Schnyder
1
-1
/
+1
2026-03-01
regulator: mt6363: Fix incorrect and redundant IRQ disposal in probe
Felix Gu
1
-3
/
+1
2026-02-26
mfd: cpcap: convert documentation to schema and add
Mark Brown
1
-0
/
+105
2026-02-26
regulator: cpcap-regulator: add support for Mot regulators
Svyatoslav Ryhel
1
-0
/
+105
2026-02-24
regulator: Kconfig: fix a typo
Felix Gu
1
-1
/
+1
2026-02-24
regulator: bq257xx: Fix device node reference leak in bq257xx_reg_dt_parse_gpio()
Felix Gu
1
-2
/
+1
2026-02-24
regulator: fp9931: Fix PM runtime reference leak in fp9931_hwmon_read()
Felix Gu
1
-4
/
+3
2026-02-23
regulator: tps65185: check devm_kzalloc() result in probe
Yufan Chen
1
-0
/
+3
2026-02-23
regulator: spacemit-p1: Support board power tree
Mark Brown
1
-11
/
+14
2026-02-22
regulator: pf0900: Make regu_irqs variable static const
Krzysztof Kozlowski
1
-1
/
+1
2026-02-22
regulator: spacemit-p1: Update supply names
Guodong Xu
1
-11
/
+14
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-13
/
+11
2026-02-20
Merge tag 'regulator-fix-v7.0-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
3
-25
/
+18
2026-02-16
Merge tag 'mfd-next-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-0
/
+243
2026-02-16
regulator: s2mps11: fix pctrlsel macro usage in s2mpg10_of_parse_cb()
André Draszik
1
-9
/
+9
2026-02-16
regulator: s2mps11: drop redundant sanity checks in s2mpg10_of_parse_cb()
André Draszik
1
-4
/
+0
2026-02-12
regulator: core: Remove regulator supply_name length limit
Bjorn Andersson
1
-11
/
+1
2026-02-11
Merge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
3
-34
/
+1014
2026-02-11
Merge tag 'regulator-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
8
-211
/
+3179
2026-02-10
regulator: mt6363: Fix interrmittent timeout
Adam Ford
1
-1
/
+8
2026-02-05
Samsung S2MPG10 regulator and S2MPG11 PMIC drivers
Mark Brown
1
-112
/
+1072
2026-02-04
regulator: s2mps11: more descriptive gpio consumer name
André Draszik
1
-1
/
+2
2026-02-04
regulator: s2mps11: add S2MPG11 regulator
André Draszik
1
-1
/
+301
2026-02-04
regulator: s2mps11: refactor S2MPG10 regulator macros for S2MPG11 reuse
André Draszik
1
-27
/
+42
2026-02-04
regulator: s2mps11: refactor S2MPG10 ::set_voltage_time() for S2MPG11 reuse
André Draszik
1
-10
/
+22
2026-02-04
regulator: s2mps11: add S2MPG10 regulator
André Draszik
1
-3
/
+584
2026-02-04
regulator: s2mps11: refactor handling of external rail control
André Draszik
1
-33
/
+67
2026-02-04
regulator: s2mps11: update node parsing (allow -supply properties)
André Draszik
1
-87
/
+105
2026-02-04
regulator: s2mps11: place constants on right side of comparison tests
André Draszik
1
-6
/
+6
2026-02-04
regulator: s2mps11: use dev_err_probe() where appropriate
André Draszik
1
-15
/
+14
2026-02-04
regulator: s2mps11: drop two needless variable initialisations
André Draszik
1
-2
/
+2
2026-01-27
regulator: bd71815: switch to devm_fwnode_gpiod_get_optional
Michael Tretter
1
-9
/
+6
2026-01-26
regulator: spacemit-p1: Fix n_voltages for BUCK and LDO regulators
Guodong Xu
1
-3
/
+3
2026-01-22
Merge branches 'ib-mfd-clk-gpio-power-regulator-rtc-6.20', 'ib-mfd-regulator-6.20' and 'ib-mfd-rtc-6.20' into ibs-for-mfd-merged
Lee Jones
1
-0
/
+243
2026-01-20
regulator: rk808: Add RK801 support
Joseph Chen
1
-0
/
+243
2026-01-19
regulator: fp9931: Add missing memory allocation check
Felix Gu
1
-0
/
+3
2026-01-15
Merge tag 'ib-mfd-clk-gpio-power-regulator-rtc-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into gpio/for-next
Bartosz Golaszewski
2
-25
/
+1008
2026-01-13
regulator: bd71828: Support ROHM BD72720
Matti Vaittinen
2
-9
/
+992
[prev]
[next]