index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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