From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC372C4332F for ; Tue, 4 Oct 2022 07:16:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229591AbiJDHQs (ORCPT ); Tue, 4 Oct 2022 03:16:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229761AbiJDHQp (ORCPT ); Tue, 4 Oct 2022 03:16:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B914443160; Tue, 4 Oct 2022 00:16:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 648EFB818FC; Tue, 4 Oct 2022 07:16:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 694EFC433C1; Tue, 4 Oct 2022 07:16:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664867801; bh=pubk6XSf4oZayl6xSyPQOx0fVOLaj6FBLng09EACGOo=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=YPr4uCeqFPj1RpgnCAAdHgx9yEdxolnZ8/KpGnL+8gg+Wpn31isZS+Wvp8uP24tjo 6njivxcoIdoyadHQcw1uyjOP9GFt5+RA1ML2hqXY0znSbEa7iSenppyanx12/07sYN 6GtBdUMW5nFDhqgdc6GThCMKTzHPTs60U1Y2Dm1O2wvSDi9SRdmMXt0hRVOCZEqhQ4 TX2+fXX2KNtOBF3XBUQC7v51SJ1dGBPHOfcb0+edCBa3s4mb3jjdxXHZOhQCy0Kr1i uDxgPIOle7z0tUMuFtexF6Ggs5dUNccmcn8Ok7CBkk0d6yjlIEJ+zFBoW5/0zvH2ts 8XUlQymXa74fw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 2/2] wireless: wl1251: switch to using gpiod API From: Kalle Valo In-Reply-To: <20220928222210.1922758-2-dmitry.torokhov@gmail.com> References: <20220928222210.1922758-2-dmitry.torokhov@gmail.com> To: Dmitry Torokhov Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <166486779765.9318.1005901653195559558.kvalo@kernel.org> Date: Tue, 4 Oct 2022 07:16:40 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dmitry Torokhov wrote: > This switches the driver from legacy gpio API to a newer gpiod API. > > Signed-off-by: Dmitry Torokhov I assume you have only compiled tested this? It would be good to mention that in the commit log. Also the title should be: wifi: wl1251: switch to using gpiod API -- https://patchwork.kernel.org/project/linux-wireless/patch/20220928222210.1922758-2-dmitry.torokhov@gmail.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches