Re: [PATCH v1 1/3] firmware loader: Introduce new API - request_firmware_abort()

2014-11-02 Thread Ming Lei
On Wed, Oct 29, 2014 at 11:04 AM, Kweh, Hock Leong wrote: >> -Original Message- >> From: Ming Lei [mailto:ming@canonical.com] >> Sent: Monday, October 27, 2014 12:00 AM >> >> You can call fw_lookup_buf() directly, otherwise feel free to add: >> >> Acked-by: Ming Lei >> > > Hi Ming Lei

RE: [PATCH v1 1/3] firmware loader: Introduce new API - request_firmware_abort()

2014-10-28 Thread Kweh, Hock Leong
> -Original Message- > From: Ming Lei [mailto:ming@canonical.com] > Sent: Monday, October 27, 2014 12:00 AM > > You can call fw_lookup_buf() directly, otherwise feel free to add: > > Acked-by: Ming Lei > Hi Ming Lei, The fw_lookup_buf() is defined inside the conditional preprocess

Re: [PATCH v1 1/3] firmware loader: Introduce new API - request_firmware_abort()

2014-10-26 Thread Ming Lei
On Fri, Oct 24, 2014 at 2:18 PM, Kweh Hock Leong wrote: > From: "Kweh, Hock Leong" > > Besides aborting through user helper interface, a new API > request_firmware_abort() allows kernel driver module to abort the > request_firmware() / request_firmware_nowait() when they are no > longer needed. I

[PATCH v1 1/3] firmware loader: Introduce new API - request_firmware_abort()

2014-10-23 Thread Kweh Hock Leong
From: "Kweh, Hock Leong" Besides aborting through user helper interface, a new API request_firmware_abort() allows kernel driver module to abort the request_firmware() / request_firmware_nowait() when they are no longer needed. It is useful for cancelling an outstanding firmware load if initiated