Re: [PATCH v3 4/4] staging: greybus: loopback: convert loopback to use generic async operations

2017-11-06 Thread Johan Hovold
On Mon, Nov 06, 2017 at 01:32:22AM +, Bryan O'Donoghue wrote: > Loopback has its own internal method for tracking and timing out > asynchronous operations however previous patches make it possible to use > functionality provided by operation.c to do this instead. Using the code in >

[PATCH v3 4/4] staging: greybus: loopback: convert loopback to use generic async operations

2017-11-05 Thread Bryan O'Donoghue
Loopback has its own internal method for tracking and timing out asynchronous operations however previous patches make it possible to use functionality provided by operation.c to do this instead. Using the code in operation.c means we can completely subtract the timer, the work-queue, the kref and