mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-21 18:30:29 +00:00
The tasklet is an old API that should be deprecated, usually can be
converted to another decent API. This patch replaces the usage of
tasklet in pcsp driver with a simple work. In pcsp driver, a global
tasklet is used for offloading the period-elapse handling in the
hrtimer callback (introduced in commit
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| pcsp_input.c | ||
| pcsp_input.h | ||
| pcsp_lib.c | ||
| pcsp_mixer.c | ||
| pcsp.c | ||
| pcsp.h | ||