aboutsummaryrefslogtreecommitdiff
path: root/package/kernel/lantiq/ltq-tapi/patches/500-linux-509.patch
Commit message (Collapse)AuthorAge
* kernel: ltq-tapi: Fix compilation with Linux 5.15Martin Blumenstingl2022-10-22
| | | | | | | MODULE_SUPPORTED_DEVICE was removed after Linux 5.10. Drop it from the driver as well. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
* lantiq: ltq-tapi: add kernel 5.10 compatiblityMathias Kresin2021-04-12
Due to SCHED_FIFO being a broken scheduler model, all users of sched_setscheduler() are converted to sched_set_fifo_low() upstream and sched_setscheduler() is no longer exported. The callback handling of the tasklet API was redesigned and the macros using the old syntax renamed to _OLD. Signed-off-by: Mathias Kresin <dev@kresin.me> ltq tapi