Re: [U-Boot] [PATCH V2] Add a mailbox driver framework/uclass

2016-05-27 Thread Simon Glass
Hi Stephen, On 25 May 2016 at 11:57, Stephen Warren wrote: > > On 05/23/2016 09:39 AM, Simon Glass wrote: >> >> On 14 May 2016 at 13:33, Simon Glass wrote: >>> >>> On 13 May 2016 at 15:50, Stephen Warren wrote: From: Stephen Warren A mailbox is a hardware mechanism for tran

Re: [U-Boot] [PATCH V2] Add a mailbox driver framework/uclass

2016-05-25 Thread Stephen Warren
On 05/23/2016 09:39 AM, Simon Glass wrote: On 14 May 2016 at 13:33, Simon Glass wrote: On 13 May 2016 at 15:50, Stephen Warren wrote: From: Stephen Warren A mailbox is a hardware mechanism for transferring small message and/or notifications between the CPU on which U-Boot runs and some othe

Re: [U-Boot] [PATCH V2] Add a mailbox driver framework/uclass

2016-05-23 Thread Simon Glass
On 14 May 2016 at 13:33, Simon Glass wrote: > On 13 May 2016 at 15:50, Stephen Warren wrote: >> From: Stephen Warren >> >> A mailbox is a hardware mechanism for transferring small message and/or >> notifications between the CPU on which U-Boot runs and some other device >> such as an auxilliary

Re: [U-Boot] [PATCH V2] Add a mailbox driver framework/uclass

2016-05-14 Thread Simon Glass
On 13 May 2016 at 15:50, Stephen Warren wrote: > From: Stephen Warren > > A mailbox is a hardware mechanism for transferring small message and/or > notifications between the CPU on which U-Boot runs and some other device > such as an auxilliary CPU running firmware or a hardware module. > > This

[U-Boot] [PATCH V2] Add a mailbox driver framework/uclass

2016-05-13 Thread Stephen Warren
From: Stephen Warren A mailbox is a hardware mechanism for transferring small message and/or notifications between the CPU on which U-Boot runs and some other device such as an auxilliary CPU running firmware or a hardware module. This patch defines a standard API that connects mailbox clients t