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 329F7C433F5 for ; Sat, 1 Oct 2022 16:36:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229542AbiJAQgA (ORCPT ); Sat, 1 Oct 2022 12:36:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229509AbiJAQf6 (ORCPT ); Sat, 1 Oct 2022 12:35:58 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CDAD43386D; Sat, 1 Oct 2022 09:35:56 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1oefT0-0003Pr-00; Sat, 01 Oct 2022 18:35:54 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 1D6B6C0D1E; Sat, 1 Oct 2022 18:08:41 +0200 (CEST) Date: Sat, 1 Oct 2022 18:08:41 +0200 From: Thomas Bogendoerfer To: Dmitry Torokhov Cc: Linus Walleij , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] MIPS: pci: lantiq: switch to using gpiod API Message-ID: <20221001160841.GA13443@alpha.franken.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 30, 2022 at 08:57:18AM -0700, Dmitry Torokhov wrote: > This patch switches the driver from legacy gpio API to the newer > gpiod API. > > Signed-off-by: Dmitry Torokhov > --- > > v3: fixed missing keyword struct, defined error temp variable > v2: actually compiles (proven to be a lie). > > arch/mips/pci/pci-lantiq.c | 28 +++++++++++++--------------- > 1 file changed, 13 insertions(+), 15 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]