From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757186AbcG1LW5 (ORCPT ); Thu, 28 Jul 2016 07:22:57 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51686 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757047AbcG1LWo (ORCPT ); Thu, 28 Jul 2016 07:22:44 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1469704952.6761.142.camel@hadess.net> Subject: Re: [RFC v0 4/8] Input: goodix: use firmware_stat instead of completion From: Bastien Nocera To: Daniel Wagner , Bjorn Andersson , Dmitry Torokhov , Greg Kroah-Hartman , Johannes Berg , Kalle Valo , Ohad Ben-Cohen Cc: linux-input@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Wagner , irina.tirdea@intel.com, octavian.purdila@intel.com Date: Thu, 28 Jul 2016 13:22:32 +0200 In-Reply-To: <1469692512-16863-5-git-send-email-wagi@monom.org> References: <1469692512-16863-1-git-send-email-wagi@monom.org> <1469692512-16863-5-git-send-email-wagi@monom.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.3 (3.20.3-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-07-28 at 09:55 +0200, Daniel Wagner wrote: > From: Daniel Wagner > > Loading firmware is an operation many drivers implement in various > ways > around the completion API. And most of them do it almost in the same > way. Let's reuse the firmware_stat API which is used also by the > firmware_class loader. Apart of streamlining the firmware loading > states > we also document it slightly better. > > Signed-off-by: Daniel Wagner Irina added and tested that feature, so best for her to comment on this, as I don't have any hardware that would use this feature. Cheers