Re: [PATCH 05/16] mmc: core: add a kthread for completing requests

2017-02-28 Thread Bartlomiej Zolnierkiewicz
On Thursday, February 09, 2017 04:33:52 PM Linus Walleij wrote: > As we want to complete requests autonomously from feeding the > host with new requests, we create a worker thread to deal with > this specifically in response to the callback from a host driver. > > This patch just adds the worker,

[PATCH 05/16] mmc: core: add a kthread for completing requests

2017-02-09 Thread Linus Walleij
As we want to complete requests autonomously from feeding the host with new requests, we create a worker thread to deal with this specifically in response to the callback from a host driver. This patch just adds the worker, later patches will make use of it. Signed-off-by: Linus Walleij --- dri