Re: [PATCH v2 2/3] mailbox: Hi6220: add mailbox driver

2015-08-20 Thread Leo Yan
Hi Yiping, Thanks for review, please see below comments. On Thu, Aug 20, 2015 at 01:42:58PM +0800, YiPing Xu wrote: > On 2015/8/20 10:53, Leo Yan wrote: > >Add driver for Hi6220 mailbox, the mailbox communicates with MCU; for > >sending data, it can support two methods for low level implementatio

Re: [PATCH v2 2/3] mailbox: Hi6220: add mailbox driver

2015-08-19 Thread YiPing Xu
On 2015/8/20 10:53, Leo Yan wrote: Add driver for Hi6220 mailbox, the mailbox communicates with MCU; for sending data, it can support two methods for low level implementation: one is to use interrupt as acknowledge, another is automatic mode which without any acknowledge. These two methods have b

[PATCH v2 2/3] mailbox: Hi6220: add mailbox driver

2015-08-19 Thread Leo Yan
Add driver for Hi6220 mailbox, the mailbox communicates with MCU; for sending data, it can support two methods for low level implementation: one is to use interrupt as acknowledge, another is automatic mode which without any acknowledge. These two methods have been supported in the driver. For rece