diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2023-12-05 10:56:17 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2023-12-20 16:22:50 +0100 |
commit | 01b571fbbac40bfc266c03e84ab9a8ab2ddd2486 (patch) | |
tree | cb625fbdf06811f1381b83d488fb4532b68dd6f6 /drivers/pwm/core.c | |
parent | 46cfec2a865ae967ea4366287a7d9a16ad5b8b6f (diff) |
pwm: omap-dmtimer: Drop locking
The pwm driver only provides a single PWM line, so there are no concurrent
calls of the callbacks from different consumers. A single consumer is
expected not to do concurrent calls into the pwm framework. So there is
nothing to serialize and the lock can go away.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/core.c')
0 files changed, 0 insertions, 0 deletions