Re: [PATCH V7 2/9] mailbox: Make struct mbox_controller's ops field const

2015-04-28 Thread Suman Anna
Hi Andrew, On 04/27/2015 05:37 PM, Andrew Bresticker wrote: > The mailbox controller's channel ops ought to be read-only. We ought to change this on all the existing controllers as well. regards Suman > > Signed-off-by: Andrew Bresticker > Cc: Jassi Brar > --- > No changes from v5/v6. > New

Re: [PATCH V7 3/9] mailbox: Fix up error handling in mbox_request_channel()

2015-04-28 Thread Suman Anna
ller is not yet present > and change of_xlate() to return an ERR_PTR instead of NULL so that the > error can be propagated back to the caller of mbox_request_channel(). > > Signed-off-by: Benson Leung > Signed-off-by: Andrew Bresticker > Cc: Jassi Brar > Cc: Suman Anna >