diff options
| author | Uwe Kleine-König <[email protected]> | 2019-07-30 12:45:27 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2019-09-20 22:57:50 +0000 |
| commit | f6960976c465179cd1b64dfae2edfb647820af1b (patch) | |
| tree | a1216894805e832ee7d519adf238b8c5a3e6ff71 /drivers/pwm/pwm-imx27.c | |
| parent | pwm: jz4740: Document known limitations (diff) | |
| download | kernel-f6960976c465179cd1b64dfae2edfb647820af1b.tar.gz kernel-f6960976c465179cd1b64dfae2edfb647820af1b.zip | |
pwm: imx: Document known limitations
Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/pwm/pwm-imx27.c')
| -rw-r--r-- | drivers/pwm/pwm-imx27.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pwm/pwm-imx27.c b/drivers/pwm/pwm-imx27.c index 434a351fb626..91c23cbbc167 100644 --- a/drivers/pwm/pwm-imx27.c +++ b/drivers/pwm/pwm-imx27.c @@ -3,6 +3,10 @@ * simple driver for PWM (Pulse Width Modulator) controller * * Derived from pxa PWM driver by eric miao <[email protected]> + * + * Limitations: + * - When disabled the output is driven to 0 independent of the configured + * polarity. */ #include <linux/bitfield.h> |
