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>
Tue, 15 Feb 2022 09:57:44 +0000 (18:57 +0900)
commitdde89400ef2ddc32ad62980126a8e87f855c1946
tree1159a6d4ed4c4b3d0ed3a6506ceb3de5f2de869a
parent0826a3a96b7db2c075623abd24e0b8d06e913192
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