index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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
2013-01-29
regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()
Axel Lin
1
-1
/
+1
2013-01-29
regulator: gpio-regulator: Use of_gpio_count()
Axel Lin
1
-4
/
+1
2013-01-03
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
2012-04-23
regulator: Remove unneeded include of linux/delay.h from regulator drivers
Axel Lin
1
-1
/
+0
2012-04-09
regulator: core: Use a struct to pass in regulator runtime configuration
Mark Brown
1
-2
/
+6
2012-04-04
regulator: gpio-regulator: Basic devm_kzalloc() conversion
Mark Brown
1
-3
/
+2
2012-04-01
regulator: gpio-regulator: Set the smallest voltage/current in the specified ...
Axel Lin
1
-4
/
+4
2011-11-24
regulator: Fix compile break due to missing arguments to regulator_register
Rajendra Nayak
1
-1
/
+1
2011-10-11
regulator: Add module.h include to gpio-regulator
Mark Brown
1
-0
/
+1
2011-10-09
regulator: Add driver for gpio-controlled regulators
Heiko Stübner
1
-0
/
+357