Re: [PATCH 0/3] Add vchi_queue_kernel_message and vchi_queue_user_message

2017-01-29 Thread Greg KH
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

Re: [PATCH 0/3] Add vchi_queue_kernel_message and vchi_queue_user_message

2017-01-29 Thread Michael Zoran
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

Re: [PATCH 0/3] Add vchi_queue_kernel_message and vchi_queue_user_message

2017-01-26 Thread Eric Anholt
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, >

[PATCH 0/3] Add vchi_queue_kernel_message and vchi_queue_user_message

2017-01-24 Thread Michael Zoran
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,