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