Re: [RFC PATCH 2/3] mailbox: Hisilicon: add mailbox driver

2015-08-04 Thread Leo Yan
On Tue, Aug 04, 2015 at 11:17:39AM +0200, Paul Bolle wrote: > On di, 2015-08-04 at 16:49 +0800, Leo Yan wrote: > > On Tue, Aug 04, 2015 at 10:30:24AM +0200, Paul Bolle wrote: > > > On ma, 2015-08-03 at 09:13 +0800, Leo Yan wrote: > > > > --- /dev/null > > > > +++ b/drivers/mailbox/hisilicon/Kconfig

Re: [RFC PATCH 2/3] mailbox: Hisilicon: add mailbox driver

2015-08-04 Thread Paul Bolle
On di, 2015-08-04 at 16:49 +0800, Leo Yan wrote: > On Tue, Aug 04, 2015 at 10:30:24AM +0200, Paul Bolle wrote: > > On ma, 2015-08-03 at 09:13 +0800, Leo Yan wrote: > > > --- /dev/null > > > +++ b/drivers/mailbox/hisilicon/Kconfig > > > > > +config HISI_MBOX > > > + bool "Hisilicon's Mailbox" > > >

Re: [RFC PATCH 2/3] mailbox: Hisilicon: add mailbox driver

2015-08-04 Thread Leo Yan
Hi Paul, On Tue, Aug 04, 2015 at 04:49:30PM +0800, Leo Yan wrote: > On Tue, Aug 04, 2015 at 10:30:24AM +0200, Paul Bolle wrote: > > (This RFC was part of this mornings catch of my crude mail filter. So, > > for what it's worth, what follows are a few random comments for the few > > things I'm able

Re: [RFC PATCH 2/3] mailbox: Hisilicon: add mailbox driver

2015-08-04 Thread Leo Yan
Hi Paul, On Tue, Aug 04, 2015 at 10:30:24AM +0200, Paul Bolle wrote: > (This RFC was part of this mornings catch of my crude mail filter. So, > for what it's worth, what follows are a few random comments for the few > things I'm able to spot.) > > On ma, 2015-08-03 at 09:13 +0800, Leo Yan wrote:

Re: [RFC PATCH 2/3] mailbox: Hisilicon: add mailbox driver

2015-08-04 Thread Paul Bolle
(This RFC was part of this mornings catch of my crude mail filter. So, for what it's worth, what follows are a few random comments for the few things I'm able to spot.) On ma, 2015-08-03 at 09:13 +0800, Leo Yan wrote: > --- /dev/null > +++ b/drivers/mailbox/hisilicon/Kconfig > +config HISI_MBOX >

[RFC PATCH 2/3] mailbox: Hisilicon: add mailbox driver

2015-08-02 Thread Leo Yan
Add Hisilicon mailbox's common driver, it registers mailbox channels into framework; it also invokes low level callback functions for register's related operations. Enhance rx channel's message queue, which is based on the code in drivers/mailbox/omap-mailbox.c. Enable Hi6220 mailbox driver as the