Re: [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support

2015-04-29 Thread Eric Anholt
Jassi Brar writes: > On Wed, Apr 29, 2015 at 1:19 AM, Eric Anholt wrote: >> Jassi Brar writes: >> + +struct bcm2835_mbox { + struct device *dev; + void __iomem *regs; + spinlock_t lock; + bool started; + struct mbox_controller con

Re: [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support

2015-04-28 Thread Jassi Brar
On Wed, Apr 29, 2015 at 1:19 AM, Eric Anholt wrote: > Jassi Brar writes: > >>> + >>> +struct bcm2835_mbox { >>> + struct device *dev; >>> + void __iomem *regs; >>> + spinlock_t lock; >>> + bool started; >>> + struct mbox_controller controller; >>> +}; >>> + >>> +stru

Re: [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support

2015-04-28 Thread Eric Anholt
Jassi Brar writes: > On Tue, Apr 28, 2015 at 3:57 AM, Eric Anholt wrote: >> From: Lubomir Rintel >> >> Implement BCM2835 mailbox support as a device registered with the >> general purpose mailbox framework. Implementation based on commits by >> Lubomir Rintel [1], Suman Anna and Jassi Brar [2]

Re: [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support

2015-04-28 Thread Lubomir Rintel
On Tue, 2015-04-28 at 11:13 +0530, Jassi Brar wrote: > On Tue, Apr 28, 2015 at 3:57 AM, Eric Anholt wrote: > > From: Lubomir Rintel > > > > Implement BCM2835 mailbox support as a device registered with the > > general purpose mailbox framework. Implementation based on commits > > by > > Lubomir

Re: [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support

2015-04-27 Thread Jassi Brar
On Tue, Apr 28, 2015 at 3:57 AM, Eric Anholt wrote: > From: Lubomir Rintel > > Implement BCM2835 mailbox support as a device registered with the > general purpose mailbox framework. Implementation based on commits by > Lubomir Rintel [1], Suman Anna and Jassi Brar [2] on which to base the > imple

[PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support

2015-04-27 Thread Eric Anholt
From: Lubomir Rintel Implement BCM2835 mailbox support as a device registered with the general purpose mailbox framework. Implementation based on commits by Lubomir Rintel [1], Suman Anna and Jassi Brar [2] on which to base the implementation. [1] http://lists.infradead.org/pipermail/linux-rpi-k