Re: [PATCHv10 2/4] mailbox: Introduce framework for mailbox

2014-09-26 Thread Ashwin Chaugule
On 25 September 2014 20:57, Jassi Brar wrote: > On 24 September 2014 09:14, Ashwin Chaugule > wrote: >> On 22 September 2014 14:33, Sudeep Holla wrote: > >> +static void poll_txdone(unsigned long data) >> +{ >> + struct mbox_controller *mbox = (struct mbox_controller *)data; >

Re: [PATCHv10 2/4] mailbox: Introduce framework for mailbox

2014-09-25 Thread Jassi Brar
On 24 September 2014 09:14, Ashwin Chaugule wrote: > On 22 September 2014 14:33, Sudeep Holla wrote: > +static void poll_txdone(unsigned long data) > +{ > + struct mbox_controller *mbox = (struct mbox_controller *)data; > + bool txdone, resched = false; > +

Re: [PATCHv10 2/4] mailbox: Introduce framework for mailbox

2014-09-24 Thread Ashwin Chaugule
On 22 September 2014 14:33, Sudeep Holla wrote: > On 22/09/14 19:15, Sudeep Holla wrote: >> On 22/09/14 19:01, Ashwin Chaugule wrote: >>> >>> Hi Jassi, >>> >>> On 1 August 2014 08:31, Jassi Brar wrote: Introduce common framework for client/protocol drivers and controller drivers of

Re: [PATCHv10 2/4] mailbox: Introduce framework for mailbox

2014-09-22 Thread Sudeep Holla
On 22/09/14 19:15, Sudeep Holla wrote: On 22/09/14 19:01, Ashwin Chaugule wrote: Hi Jassi, On 1 August 2014 08:31, Jassi Brar wrote: Introduce common framework for client/protocol drivers and controller drivers of Inter-Processor-Communication (IPC). Client driver developers should have

Re: [PATCHv10 2/4] mailbox: Introduce framework for mailbox

2014-09-22 Thread Sudeep Holla
On 22/09/14 19:01, Ashwin Chaugule wrote: Hi Jassi, On 1 August 2014 08:31, Jassi Brar wrote: Introduce common framework for client/protocol drivers and controller drivers of Inter-Processor-Communication (IPC). Client driver developers should have a look at include/linux/mailbox_client.h

Re: [PATCHv10 2/4] mailbox: Introduce framework for mailbox

2014-09-22 Thread Ashwin Chaugule
Hi Jassi, On 1 August 2014 08:31, Jassi Brar wrote: > Introduce common framework for client/protocol drivers and > controller drivers of Inter-Processor-Communication (IPC). > > Client driver developers should have a look at > include/linux/mailbox_client.h to understand the part of > the API ex

Re: [PATCHv10 2/4] mailbox: Introduce framework for mailbox

2014-08-02 Thread Jassi Brar
On 2 August 2014 00:07, Mark Brown wrote: > On Fri, Aug 01, 2014 at 06:01:36PM +0530, Jassi Brar wrote: >> Introduce common framework for client/protocol drivers and >> controller drivers of Inter-Processor-Communication (IPC). >> >> Client driver developers should have a look at >> include/linux

Re: [PATCHv10 2/4] mailbox: Introduce framework for mailbox

2014-08-01 Thread Mark Brown
On Fri, Aug 01, 2014 at 06:01:36PM +0530, Jassi Brar wrote: > Introduce common framework for client/protocol drivers and > controller drivers of Inter-Processor-Communication (IPC). > > Client driver developers should have a look at > include/linux/mailbox_client.h to understand the part of > the