Re: [PATCHv2 0/4] mailbox: Common API

2013-05-06 Thread Suman Anna
Hi Jassi, On 05/06/2013 02:22 AM, Jassi Brar wrote: > Hello, > I have made the implementation look more proper. Also made some changes > suggested by Suman. Changes since V1: > > * Delete timer upon mailbox release > * Filled in the stub ipc_links_unregister() > * Check kzalloc return for error

[PATCHv2 0/4] mailbox: Common API

2013-05-06 Thread Jassi Brar
Hello, I have made the implementation look more proper. Also made some changes suggested by Suman. Changes since V1: * Delete timer upon mailbox release * Filled in the stub ipc_links_unregister() * Check kzalloc return for errors. * Add the controller driver for OMAP2 class. I have taken the pa