Re: [PATCH 2/8] mailbox: apple: Add driver for Apple IOP mailbox

2022-01-22 Thread Simon Glass
Hi Mark, On Sat, 22 Jan 2022 at 06:54, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Fri, 21 Jan 2022 18:40:12 -0700 > > > > On Fri, 14 Jan 2022 at 04:05, Mark Kettenis wrote: > > > > > > This mailbox driver provides a communication channel with the > > > Apple IOP controllers found on

Re: [PATCH 2/8] mailbox: apple: Add driver for Apple IOP mailbox

2022-01-22 Thread Mark Kettenis
> From: Simon Glass > Date: Fri, 21 Jan 2022 18:40:12 -0700 > > On Fri, 14 Jan 2022 at 04:05, Mark Kettenis wrote: > > > > This mailbox driver provides a communication channel with the > > Apple IOP controllers found on Apple SoCs. These IOP controllers > > are used to implement various functio

Re: [PATCH 2/8] mailbox: apple: Add driver for Apple IOP mailbox

2022-01-21 Thread Simon Glass
On Fri, 14 Jan 2022 at 04:05, Mark Kettenis wrote: > > This mailbox driver provides a communication channel with the > Apple IOP controllers found on Apple SoCs. These IOP controllers > are used to implement various functions such as the System > Manegement Controller (SMC) and NVMe storage. It

[PATCH 2/8] mailbox: apple: Add driver for Apple IOP mailbox

2022-01-14 Thread Mark Kettenis
This mailbox driver provides a communication channel with the Apple IOP controllers found on Apple SoCs. These IOP controllers are used to implement various functions such as the System Manegement Controller (SMC) and NVMe storage. It allows sending and receiving a 96-bit message over a single ch