Skip to content

Commit 8ba2725

Browse files
dougg3thierryreding
authored andcommitted
pwm: pxa: Add reference manual link and limitations
Add a pointer to the location of reference manuals for some of the supported chips, and add a limitations section explaining the hardware's PWM disable behavior. Suggested-by: Uwe Kleine-König <[email protected]> Signed-off-by: Doug Brown <[email protected]> Reviewed-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 092c2ef commit 8ba2725

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/pwm/pwm-pxa.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
*
77
* 2008-02-13 initial version
88
* eric miao <[email protected]>
9+
*
10+
* Links to reference manuals for some of the supported PWM chips can be found
11+
* in Documentation/arm/marvell.rst.
12+
*
13+
* Limitations:
14+
* - When PWM is stopped, the current PWM period stops abruptly at the next
15+
* input clock (PWMCR_SD is set) and the output is driven to inactive.
916
*/
1017

1118
#include <linux/module.h>

0 commit comments

Comments
 (0)