diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2023-12-05 12:56:17 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2023-12-20 18:22:50 +0300 |
commit | 01b571fbbac40bfc266c03e84ab9a8ab2ddd2486 (patch) | |
tree | cb625fbdf06811f1381b83d488fb4532b68dd6f6 /scripts/gdb/linux/tasks.py | |
parent | 46cfec2a865ae967ea4366287a7d9a16ad5b8b6f (diff) | |
download | linux-01b571fbbac40bfc266c03e84ab9a8ab2ddd2486.tar.xz |
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 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions