index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
regulator
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-11
Merge tag 'regulator-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
1
-13
/
+54
2021-12-07
regulator: fix bullet lists of regulator_ops comment
Yanteng Si
1
-9
/
+13
2021-11-24
regulator: irq_helper: Provide helper for trivial IRQ notifications
Matti Vaittinen
1
-0
/
+2
2021-11-24
regulator: Add regulator_err2notif() helper
Matti Vaittinen
1
-0
/
+34
2021-11-24
regulator: Drop unnecessary struct member
Matti Vaittinen
1
-1
/
+0
2021-11-18
regulator: Add units to limit documentation
Matti Vaittinen
1
-3
/
+5
2021-11-18
regulator: Update protection IRQ helper docs
Matti Vaittinen
1
-6
/
+8
2021-10-21
regulator: tps62360: replacing legacy gpio interface for gpiod
Maíra Canal
1
-6
/
+0
2021-10-21
regulator: lp872x: Remove lp872x_dvs_state
Nathan Chancellor
1
-6
/
+1
2021-10-16
regulator: lp872x: replacing legacy gpio interface for gpiod
Maíra Canal
1
-7
/
+7
2021-08-23
regulator: Documentation fix for regulator error notification helper
Matti Vaittinen
1
-3
/
+4
2021-08-18
regulator: Minor regulator documentation fixes.
Matti Vaittinen
1
-1
/
+7
2021-07-12
Merge series "regulator: devres: remove unused device-managed unregister APIs" from Alexandru Ardelean <aardelean@deviqon.com>:
Mark Brown
2
-16
/
+0
2021-07-11
regulator: machine.h: fix kernel-doc "bad line"
Randy Dunlap
1
-1
/
+1
2021-07-11
regulator: devres: unexport devm_regulator_unregister_supply_alias()
Alexandru Ardelean
1
-7
/
+0
2021-07-11
regulator: devres: remove devm_regulator_bulk_unregister_supply_alias()
Alexandru Ardelean
1
-8
/
+0
2021-07-11
regulator: devres: remove devm_regulator_unregister() function
Alexandru Ardelean
1
-1
/
+0
2021-06-21
Merge series "Extend regulator notification support" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>:
Mark Brown
4
-9
/
+222
2021-06-21
regulator: add property parsing and callbacks to set protection limits
Matti Vaittinen
2
-4
/
+63
2021-06-21
regulator: IRQ based event/error notification helpers
Matti Vaittinen
1
-0
/
+135
2021-06-21
regulator: move rdev_print helpers to internal.h
Matti Vaittinen
2
-5
/
+10
2021-06-21
regulator: add warning flags
Matti Vaittinen
1
-0
/
+14
2021-06-14
Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into regulator-5.14
Mark Brown
1
-0
/
+1
2021-06-01
regulator: mt6359: Add support for MT6359P regulator
Hsin-Hsiung Wang
1
-0
/
+1
2021-06-01
regulator: mt6359: Add support for MT6359 regulator
Wen Su
1
-0
/
+58
2021-06-01
regulator: core: Add regulator_sync_voltage_rdev()
Dmitry Osipenko
1
-0
/
+1
2021-04-23
regulator: core: Fix off_on_delay handling
Vincent Whitchurch
1
-1
/
+1
2021-04-02
regulator: Add regmap helper for ramp-delay setting
Matti Vaittinen
1
-0
/
+5
2021-04-02
regulator: helpers: Export helper voltage listing
Matti Vaittinen
1
-0
/
+2
2021-03-10
regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage setting
Frieder Schrempf
1
-0
/
+3
2021-02-12
Merge remote-tracking branch 'regulator/for-5.12' into regulator-next
Mark Brown
3
-166
/
+51
2021-02-11
regulator: pca9450: Enable system reset on WDOG_B assertion
Frieder Schrempf
1
-0
/
+7
2021-02-08
regulator: mt6315: Add support for MT6315 regulator
Hsin-Hsiung Wang
1
-0
/
+44
2021-01-21
regulator: consumer: Add missing stubs to regulator/consumer.h
Dmitry Osipenko
1
-0
/
+30
2021-01-13
regulator: ab8500: Decomission platform data header
Linus Walleij
1
-156
/
+0
2021-01-13
regulator: ab8500: Remove unused platform data
Linus Walleij
1
-10
/
+0
2020-12-11
regulator: pfuze100: Convert the driver to DT-only
Fabio Estevam
1
-6
/
+0
2020-12-01
regulator: da9121: Add support for device variants via devicetree
Adam Ward
1
-0
/
+11
2020-12-01
regulator: da9121: Add device variant regmaps
Adam Ward
1
-0
/
+25
2020-11-23
regulator: core: add of_match_full_name boolean flag
Cristian Marussi
1
-0
/
+3
2020-09-21
regulator: unexport regulator_lock/unlock()
Michał Mirosław
1
-3
/
+0
2020-07-17
regulator: Correct kernel-doc inconsistency
Colton Lewis
2
-1
/
+2
2020-07-15
regulator: Allow regulators to verify enabled during enable()
Sumit Semwal
1
-0
/
+5
2020-07-06
regulator: pca9450: add pca9450 pmic driver
Robin Gong
1
-0
/
+219
2020-06-25
regulator: consumer: Supply missing prototypes for 3 core functions
Lee Jones
1
-0
/
+10
2020-05-29
Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <m.szyprowski@samsung.com>:
Mark Brown
1
-0
/
+8
2020-05-29
regulator: extract voltage balancing code to the separate function
Marek Szyprowski
1
-0
/
+8
2020-05-08
regulator: use linear_ranges helper
Matti Vaittinen
1
-22
/
+5
2020-03-18
regulator: driver.h: fix regulator_map_* function names
Mauro Carvalho Chehab
1
-2
/
+2
2020-01-15
regulator fix for "regulator: core: Add regulator_is_equal() helper"
Stephen Rothwell
1
-1
/
+1
[next]