index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
regulator
/
pwm-regulator.c
Age
Commit message (
Expand
)
Author
2017-07-24
regulator: pwm-regulator: Remove unneeded gpiod NULL check
Fabio Estevam
2016-09-16
regulator: core: Add set_voltage_time op
Matthias Kaehlcke
2016-07-25
regulator: pwm: Support extra continuous mode cases
Boris Brezillon
2016-07-11
regulator: pwm: Retrieve correct voltage
Boris Brezillon
2016-07-11
regulator: pwm: Properly initialize the ->state field
Boris Brezillon
2016-07-11
regulator: pwm: Switch to the atomic PWM API
Boris Brezillon
2016-07-11
regulator: pwm: Adjust PWM config at probe time
Boris Brezillon
2016-07-07
regulator: pwm: Fix regulator ramp delay for continuous mode
Douglas Anderson
2016-06-23
regulator: pwm: Support for enable GPIO
Alexandre Courbot
2016-06-03
regulator: pwm: Drop unneeded pwm_enable() call
Boris Brezillon
2016-05-03
Merge branch 'for-4.7/pwm-regulator' of git://git.kernel.org/pub/scm/linux/ke...
Mark Brown
2016-05-03
regulator: pwm: Use pwm_get_args() where appropriate
Boris Brezillon
2016-04-05
regulator: pwm: Try to avoid voltage error in duty cycle calculation
Laxman Dewangan
2016-03-15
regulator: pwm: Prints error number along with detail
Laxman Dewangan
2016-03-12
regulator: pwm: Add support to have multiple instance of pwm regulator
Laxman Dewangan
2016-03-12
regulator: pwm: Fix calculation of voltage-to-duty cycle
Laxman Dewangan
2015-09-21
regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods
Boris Brezillon
2015-07-10
regulator: pwm-regulator: Fix ' comparison between signed and unsigned intege...
Lee Jones
2015-07-10
regulator: pwm-regulator: Fix 'used uninitialized' warning
Lee Jones
2015-07-10
regulator: pwm-regulator: Fix 'unused-variable' warning
Lee Jones
2015-07-09
regulator: pwm-regulator: Small clean-ups
Lee Jones
2015-07-09
regulator: pwm-regulator: Remove obsoleted property
Lee Jones
2015-07-07
regulator: pwm-regulator: Don't assign structure attributes right away
Lee Jones
2015-07-07
regulator: pwm-regulator: Simplify voltage to duty-cycle call
Lee Jones
2015-07-07
regulator: pwm-regulator: Add support for continuous-voltage
Lee Jones
2015-07-07
regulator: pwm-regulator: Separate voltage-table initialisation
Lee Jones
2015-06-08
regulator: pwm-regulator: Diffientiate between dev (device) and rdev (regulat...
Lee Jones
2015-06-08
regulator: pwm-regulator: Remove superfluous is_enabled check
Lee Jones
2015-06-08
regulator: pwm-regulator: Remove unnecessary descriptor attribute from ddata
Lee Jones
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-26
regulator: of: Add regulator desc param to of_get_regulator_init_data()
Javier Martinez Canillas
2014-10-20
regulator: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-28
regulator: pwm-regulator: get voltage and duty table from dts
Chris Zhong