index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
regulator: tps6105x: add optional devicetree support
Sven Van Asbroeck
2019-11-20
1
-0
/
+2
*
tps6105x: add optional devicetree support
Sven Van Asbroeck
2019-11-20
1
-3
/
+31
*
regulator: vexpress: Use PTR_ERR_OR_ZERO() to simplify code
zhengbin
2019-11-18
1
-4
/
+1
*
dt-bindings: mfd: da9062: describe buck modes
Christoph Fritz
2019-11-15
1
-0
/
+4
*
regulator: da9062: add of_map_mode support for bucks
Christoph Fritz
2019-11-15
1
-0
/
+21
*
regulator: da9062: refactor buck modes into header
Christoph Fritz
2019-11-15
2
-18
/
+26
*
regulator: stpmic1: Set a default ramp delay value
Pascal Paillet
2019-11-15
1
-0
/
+6
*
regulator: core: Let boot-on regulators be powered off
Pascal Paillet
2019-11-15
1
-1
/
+3
*
regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_id
Stephan Gerhold
2019-11-07
1
-2
/
+0
*
regulator: ab8500: Remove AB8505 USB regulator
Stephan Gerhold
2019-11-07
2
-18
/
+0
*
regulator: fan53555: add chip id for Silergy SYR83X
Vasily Khoruzhick
2019-11-06
1
-0
/
+2
*
regulator: fixed: add off-on-delay
Peng Fan
2019-10-29
2
-0
/
+3
*
dt-bindings: regulator: fixed: add off-on-delay-us property
Peng Fan
2019-10-29
1
-0
/
+4
*
regulator: core: Allow generic coupling only for always-on regulators
Dmitry Osipenko
2019-10-28
1
-0
/
+6
*
regulator: uniphier: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-09
1
-3
/
+1
*
regulator: stm32-vrefbuf: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-09
1
-3
/
+1
*
regulator: da9062: Simplify da9062_buck_set_mode for BUCK_MODE_MANUAL case
Axel Lin
2019-10-08
1
-6
/
+3
*
Merge branch 'regulator-5.4' into regulator-5.5
Mark Brown
2019-10-08
8
-104
/
+98
|
\
|
*
regulator: qcom-rpmh: Fix PMIC5 BoB min voltage
Kiran Gunda
2019-10-04
1
-2
/
+2
|
*
regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() c...
Yizhuo
2019-10-01
1
-1
/
+7
|
*
regulator: lochnagar: Add on_off_delay for VDDCORE
Charles Keepax
2019-10-01
1
-0
/
+1
|
*
regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdone
Axel Lin
2019-10-01
1
-18
/
+8
|
*
regulator: da9062: fix suspend_enable/disable preparation
Marco Felsch
2019-09-23
1
-71
/
+47
|
*
dt-bindings: fixed-regulator: fix compatible enum
Philippe Schenker
2019-09-23
1
-2
/
+2
|
*
regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OF
Axel Lin
2019-09-23
1
-3
/
+2
|
*
regulator: core: make regulator_register() EPROBE_DEFER aware
Marco Felsch
2019-09-17
2
-5
/
+27
|
*
regulator: of: fix suspend-min/max-voltage parsing
Marco Felsch
2019-09-17
1
-4
/
+4
*
|
regulator: rk808: Remove rk817_set_suspend_voltage function
Axel Lin
2019-10-08
1
-16
/
+1
*
|
regulator: rk808: Fix warning message in rk817_set_ramp_delay
Axel Lin
2019-10-08
1
-1
/
+1
*
|
regulator: rk808: Constify rk817 regulator_ops
Axel Lin
2019-10-08
1
-5
/
+5
*
|
regulator: max77686: switch to using fwnode_gpiod_get_index
Dmitry Torokhov
2019-10-07
1
-2
/
+3
*
|
regulator: tps65132: switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
2019-10-07
1
-7
/
+10
*
|
regulator: da9211: switch to using devm_fwnode_gpiod_get
Dmitry Torokhov
2019-10-07
1
-6
/
+6
*
|
regulator: s2mps11: switch to using devm_fwnode_gpiod_get
Dmitry Torokhov
2019-10-07
1
-4
/
+3
*
|
regulator: tps65090: switch to using devm_fwnode_gpiod_get
Dmitry Torokhov
2019-10-07
1
-11
/
+15
*
|
regulator: slg51000: switch to using fwnode_gpiod_get_index
Dmitry Torokhov
2019-10-07
1
-8
/
+5
*
|
regulator: s5m8767: switch to using devm_fwnode_gpiod_get
Dmitry Torokhov
2019-10-07
1
-4
/
+3
*
|
Merge branch 'ib-fwnode-gpiod-get-index' of git://git.kernel.org/pub/scm/linu...
Mark Brown
2019-10-07
3
-34
/
+101
|
\
\
|
*
|
gpiolib: introduce fwnode_gpiod_get_index()
Dmitry Torokhov
2019-10-03
3
-15
/
+62
|
*
|
gpiolib: introduce devm_fwnode_gpiod_get_index()
Dmitry Torokhov
2019-10-03
2
-20
/
+40
*
|
|
regulator: pbias: Get rid of struct pbias_regulator_data
Axel Lin
2019-10-07
1
-43
/
+26
*
|
|
regulator: da9062: Simplify the code iterating all regulators
Axel Lin
2019-10-07
1
-4
/
+1
*
|
|
regulator: qcom-rpmh: add PM6150/PM6150L regulator support
Kiran Gunda
2019-10-04
1
-1
/
+61
*
|
|
regulator: dt-bindings: Add PM6150x compatibles
Kiran Gunda
2019-10-04
1
-0
/
+4
*
|
|
regulator: max8907: Fix the usage of uninitialized variable in max8907_regula...
Yizhuo
2019-10-04
1
-3
/
+12
*
|
|
regulator: Document "regulator-boot-on" binding more thoroughly
Douglas Anderson
2019-10-02
1
-1
/
+6
*
|
|
regulator: bd718x7: Add MODULE_ALIAS()
Guido Günther
2019-10-01
1
-0
/
+1
*
|
|
regulator: pcap-regulator: remove unused variable 'SW3_table'
YueHaibing
2019-10-01
1
-4
/
+0
*
|
|
regulator: da9063: Simplify da9063_buck_set_mode for BUCK_MODE_MANUAL case
Axel Lin
2019-10-01
1
-6
/
+3
*
|
|
regulator: pbias: Use of_device_get_match_data
Axel Lin
2019-10-01
1
-4
/
+2
[next]