index
:
linux-stable.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.12.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
pwm-regulator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
regulator: pwm: No need to make a copy of regulator_ops per instance
Axel Lin
2019-01-14
1
-12
/
+5
*
regulator: pwm-regulator: Remove unneeded gpiod NULL check
Fabio Estevam
2017-07-24
1
-4
/
+2
*
regulator: core: Add set_voltage_time op
Matthias Kaehlcke
2016-09-16
1
-10
/
+0
*
regulator: pwm: Support extra continuous mode cases
Boris Brezillon
2016-07-25
1
-10
/
+82
*
regulator: pwm: Retrieve correct voltage
Boris Brezillon
2016-07-11
1
-6
/
+6
*
regulator: pwm: Properly initialize the ->state field
Boris Brezillon
2016-07-11
1
-0
/
+22
*
regulator: pwm: Switch to the atomic PWM API
Boris Brezillon
2016-07-11
1
-28
/
+10
*
regulator: pwm: Adjust PWM config at probe time
Boris Brezillon
2016-07-11
1
-5
/
+3
*
regulator: pwm: Fix regulator ramp delay for continuous mode
Douglas Anderson
2016-07-07
1
-2
/
+7
*
regulator: pwm: Support for enable GPIO
Alexandre Courbot
2016-06-23
1
-0
/
+26
*
regulator: pwm: Drop unneeded pwm_enable() call
Boris Brezillon
2016-06-03
1
-5
/
+0
*
Merge branch 'for-4.7/pwm-regulator' of git://git.kernel.org/pub/scm/linux/ke...
Mark Brown
2016-05-03
1
-8
/
+15
|
\
|
*
regulator: pwm: Use pwm_get_args() where appropriate
Boris Brezillon
2016-05-03
1
-6
/
+14
*
|
regulator: pwm: Try to avoid voltage error in duty cycle calculation
Laxman Dewangan
2016-04-05
1
-15
/
+23
*
|
regulator: pwm: Prints error number along with detail
Laxman Dewangan
2016-03-15
1
-11
/
+12
|
/
*
regulator: pwm: Add support to have multiple instance of pwm regulator
Laxman Dewangan
2016-03-12
1
-7
/
+20
*
regulator: pwm: Fix calculation of voltage-to-duty cycle
Laxman Dewangan
2016-03-12
1
-1
/
+1
*
regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods
Boris Brezillon
2015-09-21
1
-6
/
+29
*
regulator: pwm-regulator: Fix ' comparison between signed and unsigned intege...
Lee Jones
2015-07-10
1
-1
/
+1
*
regulator: pwm-regulator: Fix 'used uninitialized' warning
Lee Jones
2015-07-10
1
-1
/
+1
*
regulator: pwm-regulator: Fix 'unused-variable' warning
Lee Jones
2015-07-10
1
-2
/
+0
*
regulator: pwm-regulator: Small clean-ups
Lee Jones
2015-07-09
1
-6
/
+5
*
regulator: pwm-regulator: Remove obsoleted property
Lee Jones
2015-07-09
1
-9
/
+0
*
regulator: pwm-regulator: Don't assign structure attributes right away
Lee Jones
2015-07-07
1
-3
/
+5
*
regulator: pwm-regulator: Simplify voltage to duty-cycle call
Lee Jones
2015-07-07
1
-20
/
+7
*
regulator: pwm-regulator: Add support for continuous-voltage
Lee Jones
2015-07-07
1
-8
/
+106
*
regulator: pwm-regulator: Separate voltage-table initialisation
Lee Jones
2015-07-07
1
-32
/
+45
*
regulator: pwm-regulator: Diffientiate between dev (device) and rdev (regulat...
Lee Jones
2015-06-08
1
-9
/
+9
*
regulator: pwm-regulator: Remove superfluous is_enabled check
Lee Jones
2015-06-08
1
-8
/
+4
*
regulator: pwm-regulator: Remove unnecessary descriptor attribute from ddata
Lee Jones
2015-06-08
1
-9
/
+6
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
regulator: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
regulator: of: Add regulator desc param to of_get_regulator_init_data()
Javier Martinez Canillas
2014-11-26
1
-1
/
+2
|
/
*
regulator: pwm-regulator: get voltage and duty table from dts
Chris Zhong
2014-09-28
1
-0
/
+197