index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2020-09-11
Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-85
/
+101
2020-09-02
regulator: pwm: Fix machine constraints application
Vincent Whitchurch
1
-1
/
+1
2020-09-01
regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()
Dmitry Osipenko
1
-6
/
+9
2020-08-25
Merge tag 'v5.9-rc2' into regulator-5.9
Mark Brown
4
-3
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
4
-7
/
+7
2020-08-17
regulator: remove superfluous lock in regulator_resolve_coupling()
Michał Mirosław
1
-4
/
+0
2020-08-17
regulator: cleanup regulator_ena_gpio_free()
Michał Mirosław
1
-12
/
+12
2020-08-17
regulator: plug of_node leak in regulator_register()'s error path
Michał Mirosław
1
-9
/
+4
2020-08-17
regulator: push allocation in set_consumer_device_supply() out of lock
Michał Mirosław
1
-20
/
+26
2020-08-17
regulator: push allocations in create_regulator() outside of lock
Michał Mirosław
1
-25
/
+28
2020-08-17
regulator: push allocation in regulator_ena_gpio_request() out of lock
Michał Mirosław
1
-5
/
+14
2020-08-17
regulator: push allocation in regulator_init_coupling() outside of lock
Michał Mirosław
1
-2
/
+3
2020-08-10
regulator: fix spelling mistake "Cant" -> "Can't"
Colin Ian King
1
-1
/
+1
2020-08-04
regulator: cros-ec-regulator: Add NULL test for devm_kmemdup call
Axel Lin
1
-0
/
+3
2020-07-31
Merge remote-tracking branch 'regulator/for-5.9' into regulator-next
Mark Brown
45
-164
/
+2088
2020-07-28
regulator: cros-ec-regulator: Fix double free of desc->name.
Pi-Hsun Shih
1
-6
/
+1
2020-07-27
regulator: pca9450: Convert to use module_i2c_driver
Axel Lin
1
-11
/
+1
2020-07-24
regulator: fix memory leak on error path of regulator_register()
Vladimir Zapolskiy
1
-11
/
+7
2020-07-22
regulator: Replace HTTP links with HTTPS ones
Alexander A. Klimov
11
-11
/
+11
2020-07-20
Merge series "regulator_sync_state() support" from Saravana Kannan <saravanak...
Mark Brown
1
-13
/
+21
2020-07-20
regulator: gpio: Honor regulator-boot-on property
Chen-Yu Tsai
1
-0
/
+7
2020-07-20
regulator: core: Add destroy_regulator()
Saravana Kannan
1
-13
/
+21
2020-07-15
regulator: qcom: Add labibb driver
Nisha Kumari
3
-0
/
+186
2020-07-15
regulator: Allow regulators to verify enabled during enable()
Sumit Semwal
1
-1
/
+62
2020-07-13
regulator: cros-ec: Constify cros_ec_regulator_voltage_ops
Rikard Falkeborn
1
-1
/
+1
2020-07-08
regulator: devres: Standardise on function documentation headers
Lee Jones
1
-26
/
+26
2020-07-08
regulator: of_regulator: Add missing colon for rdev kerneldoc argument
Lee Jones
1
-1
/
+1
2020-07-08
regulator: devres: Fix issues with kerneldoc headers
Lee Jones
1
-1
/
+3
2020-07-07
regulator: fan53880: Add support for COMPILE_TEST
Christoph Fritz
2
-1
/
+3
2020-07-06
Merge series "Add pca9450 driver" from Robin Gong <yibin.gong@nxp.com>:
Mark Brown
3
-0
/
+852
2020-07-06
regulator: fan53880: Add missing .owner field in regulator_desc
Axel Lin
1
-0
/
+3
2020-07-06
regulator: pca9450: add pca9450 pmic driver
Robin Gong
3
-0
/
+852
2020-07-03
regulator: fan53880: Add initial support
Christoph Fritz
3
-0
/
+190
2020-07-02
Merge series "regulator: mt6397: Implement of_map_mode regulator_desc functio...
Mark Brown
1
-3
/
+14
2020-07-02
Merge series "regulator: da9211: support changing modes" from Anand K Mistry ...
Mark Brown
1
-6
/
+24
2020-07-02
Merge series "regulator: add support for SY8827N regulator" from Jisheng Zhan...
Mark Brown
3
-0
/
+193
2020-07-02
regulator: mp886x: use .probe_new
Jisheng Zhang
1
-3
/
+2
2020-07-02
regulator: fix null pointer check on regmap
Colin Ian King
1
-1
/
+1
2020-07-02
regulator: da9211: Implement of_map_mode
Anand K Mistry
1
-2
/
+23
2020-07-02
regulator: da9211: Move buck modes into header file
Anand K Mistry
1
-4
/
+1
2020-07-02
regulator: add support for SY8827N regulator
Jisheng Zhang
3
-0
/
+193
2020-07-02
regulator: mt6397: Implement of_map_mode
Anand K Mistry
1
-0
/
+13
2020-07-02
regulator: mt6397: Move buck modes into header file
Anand K Mistry
1
-3
/
+1
2020-07-01
Merge series "Introduce PMIC based USB type C detection" from Wesley Cheng <w...
Mark Brown
3
-0
/
+108
2020-07-01
Merge series "regulator/qcom: Constify static structs" from Rikard Falkeborn ...
Mark Brown
2
-15
/
+15
2020-07-01
Merge series "Add frequency / voltage scaling support for IPQ6018 SoC" from K...
Mark Brown
1
-0
/
+34
2020-07-01
regulator: lp87565: enable voltage regardless of ENx pin
Luca Ceresoli
1
-2
/
+19
2020-07-01
regulator: qcom_smd: Add MP5496 regulators
Kathiravan T
1
-0
/
+34
2020-07-01
regulator: qcom_spmi: Constify struct regulator_ops
Rikard Falkeborn
1
-12
/
+12
2020-07-01
regulator: qcom_rpm: Constify struct regulator_ops
Rikard Falkeborn
1
-3
/
+3
[next]