arm: apple: rtkit: Add a generic RTKit helper driver
authorHector Martin <marcan@marcan.st>
Sun, 20 Apr 2025 11:58:05 +0000 (13:58 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 28 Apr 2025 19:16:45 +0000 (13:16 -0600)
commit7bac7f5f012f4990ac28116839043cf588499e3a
tree83fa0f3dd6f82d6b69a1f061bd239d8e1895f572
parent89cb15788a16f2568083d984c547ff41c56a2d68
arm: apple: rtkit: Add a generic RTKit helper driver

This driver handles the MTP ASC coprocessor, which does not need any
special handling on the RTKit side and communicates out-of-band.

Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
arch/arm/include/asm/arch-apple/rtkit.h
arch/arm/mach-apple/Makefile
arch/arm/mach-apple/rtkit_helper.c [new file with mode: 0644]