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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4CB96D1269B for ; Tue, 5 Nov 2024 12:28:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=c4oNdeXygFPCTuEJb5uCwOzyhClklpiEwuRAslz4U8k=; b=g7hOX9hLrEVUDjBsqSD3wx1yw2 U5Lrx6L6AVs5iO/uC07L/RSlaaAkupmopk9cip3PdrN2ojYHBVjASrLKudP1HSWPBplHJT0h+Ym6d Ts7cMoBbj1HGd0IxkqU5phOkVUHRqc16BBtcLH0990vPAt3Lm3c/uooajULxIm03svLhyjt8YVRKc oa2ziiIlr73Hq0U36LUu6gVkxzLsTgDmU6o3dbmOlPz40SNRKpSANBPpmSTQvDEM7yMBajS07Tme3 apt0vMoQGkHCVcWTfLD/rlLDWZCn0B6SizU5q2/PuOK+50Lfo1Yr+7eRoKLPOWf6+Fij1IueHOysn l8kIMAxA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t8IfM-0000000GzDS-31da; Tue, 05 Nov 2024 12:28:12 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t8Idd-0000000Gz6H-3Psk for linux-arm-kernel@lists.infradead.org; Tue, 05 Nov 2024 12:26:28 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 57E6BA42F2F; Tue, 5 Nov 2024 12:24:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DB6F4C4CECF; Tue, 5 Nov 2024 12:26:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1730809584; bh=p65u6pEVwp+z2uFB3EoaOxjkU6wS+vHhM8fSdafSUcw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HPEAw8tbyg8+of3RFA7tiW95xAAbHOS7PFiyoR3ug25sCT/DcLHCug/TtYomZWPCO VLwre+c5q+re3y/VKB9ntfxpiMLpDfXoMaKAPa5SYD6bmIE5iMA07r2VJEbPpM+xU+ qlZFEs1eryFUC9WvpBKAlA6MxMW2f7GUCZkvbVd8= Date: Tue, 5 Nov 2024 13:26:04 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: Bartosz Golaszewski , Dmitry Torokhov , Tony Lindgren , Lee Jones , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-leds@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, Linus Walleij , Bartosz Golaszewski , Pavel Machek , Dominik Brodowski , Daniel Mack , Haojian Zhuang , Robert Jarzmik Subject: Re: [PATCH v1 5/6] USB: gadget: pxa27x_udc: Avoid using GPIOF_ACTIVE_LOW Message-ID: <2024110557-reenter-unruffled-f88a@gregkh> References: <20241104093609.156059-1-andriy.shevchenko@linux.intel.com> <20241104093609.156059-6-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241104093609.156059-6-andriy.shevchenko@linux.intel.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241105_042627_481690_7650D2A4 X-CRM114-Status: GOOD ( 12.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Nov 04, 2024 at 11:34:23AM +0200, Andy Shevchenko wrote: > Avoid using GPIOF_ACTIVE_LOW as it's deprecated and subject to remove. > > Signed-off-by: Andy Shevchenko > --- > drivers/usb/gadget/udc/pxa27x_udc.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Acked-by: Greg Kroah-Hartman