index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
gpio-regulator.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-13
regulator: gpio: Constify regulator_ops
Axel Lin
1
-2
/
+2
2019-03-13
regulator: gpio: Convert to devm_regulator_register
Axel Lin
1
-14
/
+4
2019-02-06
regulator: gpio: Simplify probe path
Linus Walleij
1
-34
/
+24
2019-02-06
regulator: gpio: Convert to use descriptors
Linus Walleij
1
-94
/
+56
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-5
/
+5
2018-03-20
regulator: giving regulator controlling gpios a non-empty label when used thr...
Nicholas Lowell
1
-0
/
+1
2018-03-14
regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'
Christophe Jaillet
1
-9
/
+7
2016-11-11
regulator: gpio: properly check return value of of_get_named_gpio
Jisheng Zhang
1
-3
/
+6
2016-03-17
regulator: gpio: check return value of of_get_named_gpio
Mihai Mihalache
1
-0
/
+2
2016-02-20
regulator: gpio: don't print error on EPROBE_DEFER
Rabin Vincent
1
-2
/
+4
2015-09-19
regulator: gpio: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-05
Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...
Mark Brown
1
-8
/
+10
2014-11-26
regulator: of: Add regulator desc param to of_get_regulator_init_data()
Javier Martinez Canillas
1
-8
/
+10
2014-11-21
regulator: gpio: fix parsing of gpio list
Richard Fitzgerald
1
-42
/
+51
2014-11-07
regulator: gpio: Use gpio_is_valid
Markus Pargmann
1
-1
/
+1
2014-11-07
regulator: Set ena_gpio_initialized in regulator drivers
Markus Pargmann
1
-1
/
+3
2014-10-20
regulator: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-02-14
regulator: gpio-regulator: fix forgotten gpios-states reading
Heiko Stuebner
1
-9
/
+13
2014-02-12
regulator: gpio-regulator: do not open-code counting and access of dt array e...
Heiko Stuebner
1
-9
/
+6
2014-02-12
regulator: gpio: print warning if gpios <-> gpios-states mismatch on DT
Kuninori Morimoto
1
-1
/
+1
2014-02-04
regulator: gpio: add gpios-status for DT
Kuninori Morimoto
1
-0
/
+11
2014-02-03
regulator: gpio-regulator: Remove unneeded OOM error message
Fabio Estevam
1
-3
/
+1
2014-01-23
Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpi...
Mark Brown
1
-8
/
+9
2013-12-06
regulator: gpio: Warn if an invalid regulator-type is supplied
Mark Brown
1
-0
/
+3
2013-12-05
regulator: gpio: Don't require a regulator-type property
Mark Brown
1
-8
/
+6
2013-11-24
Merge remote-tracking branch 'regulator/fix/gpio' into regulator-linus
Mark Brown
1
-1
/
+6
2013-11-09
regulator: gpio-regulator: Don't oops on missing regulator-type property
Laurent Pinchart
1
-1
/
+6
2013-10-04
regulator: gpio: Remove redundant break
Sachin Kamat
1
-1
/
+0
2013-07-30
regulator: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-01-28
regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()
Axel Lin
1
-1
/
+1
2013-01-28
regulator: gpio-regulator: Use of_gpio_count()
Axel Lin
1
-4
/
+1
2013-01-04
Drivers: regulator: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-12-10
Merge remote-tracking branch 'regulator/topic/gpio' into regulator-next
Mark Brown
1
-3
/
+3
2012-12-10
regulator: gpio-regulator: gpio_set_value should use cansleep
Lee Jones
1
-2
/
+2
2012-12-10
regulator: gpio-regulator: Fix logical error in for() loop
Lee Jones
1
-1
/
+1
2012-12-10
Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-next
Mark Brown
1
-3
/
+3
2012-12-06
regulator: gpio-regulator: Add ifdef CONFIG_OF guard for regulator_gpio_of_match
Axel Lin
1
-1
/
+3
2012-11-20
regulator: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-20
regulator: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-20
regulator: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-14
regulator: gpio-regulator: Catch 'no states property' misuse
Lee Jones
1
-0
/
+5
2012-11-13
regulator: gpio-regulator: fix can't find regulator node in dt
Frank Li
1
-0
/
+1
2012-10-17
regulator: gpio-regulator: Allow use of GPIO controlled regulators though DT
Lee Jones
1
-0
/
+94
2012-08-08
regulator: gpio-regulator: Split setting of voltages and currents
Heiko Stübner
1
-12
/
+26
2012-07-04
regulator: gpio-regulator: Use core GPIO enable support
Axel Lin
1
-87
/
+16
2012-07-04
regulator: gpio-regulator: Set enable enable_time in regulator_desc
Axel Lin
1
-11
/
+1
2012-06-04
regulator: gpio-regulator: populate selector from set_voltage
Heiko Stübner
1
-3
/
+5
2012-06-04
regulator: gpio-regulator: Fix finding of smallest value
Heiko Stübner
1
-2
/
+4
2012-06-04
regulator: gpio-regulator: do not pass drvdata pointer as reference
Heiko Stübner
1
-1
/
+1
[next]