Re: [PATCH v8 2/9] mailbox: Make mbox_chan_ops const

2015-05-04 Thread Suman Anna
On 05/04/2015 12:36 PM, Andrew Bresticker wrote: > The mailbox controller's channel ops ought to be read-only. Update > all the mailbox drivers to make their mbox_chan_ops const as well. > > Signed-off-by: Andrew Bresticker > Cc: Jassi Brar > Cc: Suman Anna > Cc: Ashwin Chaugule > Cc: Ley Foo

[PATCH v8 2/9] mailbox: Make mbox_chan_ops const

2015-05-04 Thread Andrew Bresticker
The mailbox controller's channel ops ought to be read-only. Update all the mailbox drivers to make their mbox_chan_ops const as well. Signed-off-by: Andrew Bresticker Cc: Jassi Brar Cc: Suman Anna Cc: Ashwin Chaugule Cc: Ley Foon Tan --- Changes from v7: - Constify all drivers' mbox_chan_op