soc: apple: rtkit: Port to the internal mailbox driver
authorHector Martin <marcan@marcan.st>
Tue, 14 Mar 2023 10:46:47 +0000 (19:46 +0900)
committerHector Martin <marcan@marcan.st>
Thu, 23 Nov 2023 10:10:17 +0000 (19:10 +0900)
commitbb538effdc71397f2d08bb98df6b326d3b5b2333
tree821db5aecd2cebe9c40c8294e77e5d98d06b9dfb
parent6e1457fcad3ff6b1885e64f5e393db5ff5ec2a42
soc: apple: rtkit: Port to the internal mailbox driver

Now that we have a mailbox driver in drivers/soc/apple, port the RTKit
code to it. This mostly just entails replacing calls through the mailbox
subsystem with direct calls into the driver.

Acked-by: Eric Curtin <ecurtin@redhat.com>
Acked-by: Neal Gompa <neal@gompa.dev>
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Signed-off-by: Hector Martin <marcan@marcan.st>
drivers/soc/apple/Kconfig
drivers/soc/apple/rtkit-internal.h
drivers/soc/apple/rtkit.c