mailbox: apple: Implement peek_data() operation
authorHector Martin <marcan@marcan.st>
Tue, 8 Feb 2022 10:16:08 +0000 (19:16 +0900)
committerHector Martin <marcan@marcan.st>
Sat, 19 Feb 2022 07:50:33 +0000 (16:50 +0900)
commit7e565129b3d76875823ed6ad9b2e4bb9c6e1e0b0
treefeaf1e8fedd2650de0086799ad755b303a7adb6b
parent0e74d24a8d63c98988c16232f2fea324314b0032
mailbox: apple: Implement peek_data() operation

This allows clients running in atomic context to poll for messages to
arrive.

Signed-off-by: Hector Martin <marcan@marcan.st>
drivers/mailbox/apple-mailbox.c