Re: [PATCH v2] drivers/mailbox: Add Aspeed mailbox driver

2017-09-05 Thread Cyril Bur
On Tue, 2017-09-05 at 08:25 +0200, Greg KH wrote: > On Tue, Sep 05, 2017 at 09:37:19AM +1000, Cyril Bur wrote: > > On Mon, 2017-09-04 at 20:13 +0530, Jassi Brar wrote: > > > On Mon, Sep 4, 2017 at 12:47 PM, Cyril Bur wrote: > > > > Hi, > > > > > > > > I haven't heard anything about this driver. I

Re: [PATCH v2] drivers/mailbox: Add Aspeed mailbox driver

2017-09-04 Thread Greg KH
On Tue, Sep 05, 2017 at 09:37:19AM +1000, Cyril Bur wrote: > On Mon, 2017-09-04 at 20:13 +0530, Jassi Brar wrote: > > On Mon, Sep 4, 2017 at 12:47 PM, Cyril Bur wrote: > > > Hi, > > > > > > I haven't heard anything about this driver. I'm trying to interpret if > > > the silence is because there i

Re: [PATCH v2] drivers/mailbox: Add Aspeed mailbox driver

2017-09-04 Thread Cyril Bur
On Mon, 2017-09-04 at 20:13 +0530, Jassi Brar wrote: > On Mon, Sep 4, 2017 at 12:47 PM, Cyril Bur wrote: > > Hi, > > > > I haven't heard anything about this driver. I'm trying to interpret if > > the silence is because there is something fundamentally wrong with the > > driver or is it because it

Re: [PATCH v2] drivers/mailbox: Add Aspeed mailbox driver

2017-09-04 Thread Jassi Brar
On Mon, Sep 4, 2017 at 12:47 PM, Cyril Bur wrote: > Hi, > > I haven't heard anything about this driver. I'm trying to interpret if > the silence is because there is something fundamentally wrong with the > driver or is it because it doesn't use any of the mailbox > infrastructure it is being ignor

Re: [PATCH v2] drivers/mailbox: Add Aspeed mailbox driver

2017-09-04 Thread Cyril Bur
Hi, I haven't heard anything about this driver. I'm trying to interpret if the silence is because there is something fundamentally wrong with the driver or is it because it doesn't use any of the mailbox infrastructure it is being ignored. Either way I'm happy to address the problems - in the eve

Re: [PATCH v2] drivers/mailbox: Add Aspeed mailbox driver

2017-05-03 Thread Suraj Jitindar Singh
***PING*** Are there any comments on this stopping it going upstream? Do we think this would better belong in /drivers/misc rather than as a mailbox driver? Looking to get some discussion going and this moving along :) Suraj On Thu, 2017-02-09 at 15:09 +1030, Joel Stanley wrote: > On Wed, Feb

Re: [PATCH v2] drivers/mailbox: Add Aspeed mailbox driver

2017-02-08 Thread Joel Stanley
On Wed, Feb 8, 2017 at 10:06 AM, Cyril Bur wrote: > This provides access to the mbox registers on the ast2400 and ast2500 > SoCs. > > This driver allows arbitrary reads and writes to the 16 data registers as > the other end may have configured the mbox hardware to provide an > interrupt when a spe

[PATCH v2] drivers/mailbox: Add Aspeed mailbox driver

2017-02-07 Thread Cyril Bur
This provides access to the mbox registers on the ast2400 and ast2500 SoCs. This driver allows arbitrary reads and writes to the 16 data registers as the other end may have configured the mbox hardware to provide an interrupt when a specific register gets written to. Signed-off-by: Cyril Bur ---