Re: [PATCH 2/3] mailbox: Add Broadcom PDC mailbox driver

2016-06-28 Thread Jassi Brar
On Tue, Jun 28, 2016 at 7:06 PM, Rob Rice wrote: >>> drivers/mailbox/Kconfig |9 + >>> drivers/mailbox/Makefile|2 + >>> drivers/mailbox/mailbox-pdc/Makefile|8 + >>> drivers/mailbox/mailbox-pdc/pdc.c | 1181 >>> +

Re: [PATCH 2/3] mailbox: Add Broadcom PDC mailbox driver

2016-06-28 Thread Rob Rice
Jassi, Thanks for the comments. Replies below. Rob On Sun, Jun 26, 2016 at 2:31 AM, Jassi Brar wrote: > On Tue, May 24, 2016 at 11:37 PM, Rob Rice wrote: >> From: Rob Rice >> >> The Broadcom PDC mailbox driver is a mailbox controller that >> manages data transfers to and from one or more offl

Re: [PATCH 2/3] mailbox: Add Broadcom PDC mailbox driver

2016-06-25 Thread Jassi Brar
On Tue, May 24, 2016 at 11:37 PM, Rob Rice wrote: > From: Rob Rice > > The Broadcom PDC mailbox driver is a mailbox controller that > manages data transfers to and from one or more offload engines. > > Signed-off-by: Rob Rice > Reviewed-by: Scott Branden > Reviewed-by: Ray Jui > --- > drivers

[PATCH 2/3] mailbox: Add Broadcom PDC mailbox driver

2016-05-24 Thread Rob Rice
From: Rob Rice The Broadcom PDC mailbox driver is a mailbox controller that manages data transfers to and from one or more offload engines. Signed-off-by: Rob Rice Reviewed-by: Scott Branden Reviewed-by: Ray Jui --- drivers/mailbox/Kconfig |9 + drivers/mailbox/Makefile