summaryrefslogtreecommitdiff
path: root/libirqhelp/irqhelp.c
AgeCommit message (Collapse)Author
2025-02-08Add names to threadsSamuel Thibault
2024-12-27libirqhelp: Avoid loop between acpi and libirqhelpv0.9.git20241227Samuel Thibault
Now that acpi uses libirqhelp, the latter shouldn't be trying to lookup the former through the FS.
2024-10-26irqhelp: Add name of library to log_error messagesDamien Zammit
Message-ID: <20241023003509.2994709-1-damien@zamaudio.com>
2024-10-24irqhelp: Dont bail when cannot connect to acpiDamien Zammit
As the acpi translator requires libirqhelp, we cannot fail when libirqhelp cannot connect to acpi translator, break the egg/chicken. acpi translator will only call the irqhelp api with fixed gsi during startup, so won't require itself to be started yet. Message-ID: <20241023003446.2994643-1-damien@zamaudio.com>
2024-03-26libirqhelp: Add libraryDamien Zammit
Add a helper library for attaching interrupt handlers in userspace. Message-ID: <20240326045846.1661099-2-damien@zamaudio.com>