On Sun, Jan 29, 2017 at 07:09:44AM -0800, Michael Zoran wrote:
> On Thu, 2017-01-26 at 12:14 -0800, Eric Anholt wrote:
> > Michael Zoran writes:
> >
> > > The vchi_msg_queue function which is used by other drivers
> > > to queue a message is difficult to understand and overly
> > > generic. Remov
On Thu, 2017-01-26 at 12:14 -0800, Eric Anholt wrote:
> Michael Zoran writes:
>
> > The vchi_msg_queue function which is used by other drivers
> > to queue a message is difficult to understand and overly
> > generic. Remove it and replace it with two more specific functions.
> >
> > int
> > vchi
Michael Zoran writes:
> The vchi_msg_queue function which is used by other drivers
> to queue a message is difficult to understand and overly
> generic. Remove it and replace it with two more specific functions.
>
> int
> vchi_queue_kernel_message(VCHI_SERVICE_HANDLE_T handle,
>
The vchi_msg_queue function which is used by other drivers
to queue a message is difficult to understand and overly
generic. Remove it and replace it with two more specific functions.
int
vchi_queue_kernel_message(VCHI_SERVICE_HANDLE_T handle,
void *data,