[PATCH v2 2/2] mailbox: apple: Add driver for Apple mailboxes

Alyssa Rosenzweig alyssa at rosenzweig.io
Sat Oct 16 12:16:53 PDT 2021


> > +struct apple_mbox_msg {
> > +       u64 msg0;
> > +       u32 msg1;
> > +};
> > +
> Aren't msg0/1 the Tx and Rx channels? If so you may want to separate
> them out as such. But of course, I don't know the h/w details so I may
> be wrong.

AIUI -- It's a 96-bit message (msg0 is general purpose, msg1 is used for
dispatch). This goes for both RX and TX.



More information about the linux-arm-kernel mailing list