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
/
pwm
/
pwm-pca9685.c
Age
Commit message (
Expand
)
Author
2022-02-24
pwm: pca9685: Reset OFF/ON registers to POR value
Lionel Vitte
2021-09-02
pwm: pca9685: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
2021-06-04
pwm: pca9685: Add error messages for failed regmap calls
Clemens Gruber
2021-06-04
pwm: pca9685: Restrict period change for enabled PWMs
Clemens Gruber
2021-06-04
pwm: pca9685: Support new usage_power setting in PWM state
Clemens Gruber
2021-04-23
pwm: pca9685: Improve runtime PM behavior
Clemens Gruber
2021-04-23
pwm: pca9685: Support hardware readout
Clemens Gruber
2021-04-23
pwm: pca9685: Switch to atomic API
Clemens Gruber
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2020-09-24
pwm: pca9685: Disable unused alternative addresses
David Jander
2020-09-24
pwm: pca9685: Use BIT() macro instead of shift
David Jander
2020-09-24
pwm: pca9685: Make comments more consistent
David Jander
2020-04-03
pwm: pca9685: Fix PWM/GPIO inter-operation
Sven Van Asbroeck
2020-03-30
pwm: pca9685: Use gpio core provided macro GPIO_LINE_DIRECTION_OUT
Rishi Gupta
2020-03-30
pwm: pca9685: Replace CONFIG_PM with __maybe_unused
Rishi Gupta
2020-03-30
pwm: pca9685: Remove unused duty_cycle struct element
Matthias Schiffer
2020-01-20
pwm: Remove set but not set variable 'pwm'
yu kuai
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-05-09
pwm: Clear chip_data in pwm_put()
Uwe Kleine-König
2017-07-25
pwm: pca9685: clarify pca9685_set_sleep_mode() interface.
Sven Van Asbroeck
2017-04-13
pwm: pca9685: Fix GPIO-only operation
Sven Van Asbroeck
2017-02-10
Merge branch 'for-4.11/drivers' into for-next
Thierry Reding
2017-01-20
pwm: pca9685: Fix period change with same duty cycle
Clemens Gruber
2017-01-19
pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIO
Mika Westerberg
2017-01-04
pwm: Remove .can_sleep from struct pwm_chip
Thierry Reding
2015-11-06
pwm-pca9685: enable ACPI device found on Galileo Gen2
Andy Shevchenko
2015-08-17
pwm-pca9685: Support changing the output frequency
Clemens Gruber
2015-08-17
pwm-pca9685: Fix several driver bugs
Clemens Gruber
2015-08-17
pwm: pca9685: Drop owner assignment
Krzysztof Kozlowski
2015-03-11
pwm: pca9685: Constify struct regmap_config
Krzysztof Kozlowski
2013-06-26
pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bit
Axel Lin
2013-06-12
pwm: Fill in missing .owner fields
Thierry Reding
2013-06-12
pwm: add pca9685 driver
Steffen Trumtrar