From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CD19014E2E2; Thu, 17 Jul 2025 14:34:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752762860; cv=none; b=BZw6kXfBZI4dUqQPiaeMDEiUP1R3QZ+XwwYwGVYs+wFr94HBjm0nNBtvfaxwKdO2AB/FkC5k61kQRYiUPeLoX2yBYje9j2XAZ6l/Xs7ZRCBlSS9KYtBfG9yZCEGjJFJAQJBUd3YHrDZcE4ye5NVsu+5/Wm89cAFAaYqa3IaA2d4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752762860; c=relaxed/simple; bh=nYe7PKm1FTAIN1O0LeeId+EsO1pKsjAKzBLxBJUFHKI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pdypZb0af4iGzq0feuXqdzqu0gVd2xN6qGe8W1Mu3head/Bhs/DkuXtjZDqjhsrHiIaeU7recvAtv6RffuNywCeSoWWmqj5cWF8knKOaHFj0sOa003OMvGmxHrxo2HJ4j0deZFKGGk9MKuBUqGPNRUIu5OW0I/KMuDpeRjlfXf4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Y6z9l/ao; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Y6z9l/ao" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 05A5DC4CEE3; Thu, 17 Jul 2025 14:34:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1752762860; bh=nYe7PKm1FTAIN1O0LeeId+EsO1pKsjAKzBLxBJUFHKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y6z9l/ao2akQ4Ayp97RWH/uW07m22eKN8kbw3ZeHDd+CWauUdumIkh3G4oA99E0H1 NRW35IAchzKvFrbD8ObTcqUapfZiwrMocNGKjn94hjm8B2/2oS6/7Hdmt/VpIkdAoy D0UUve23zxGAux5dOb+QIDVjo7c2TuZZ0k7GN6tk= Date: Thu, 17 Jul 2025 16:34:13 +0200 From: Greg Kroah-Hartman To: Bartosz Golaszewski Cc: Romain Gantois , Arnd Bergmann , Linus Walleij , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH 2/2] misc: ti-fpc202: use new GPIO line value setter callbacks Message-ID: <2025071759-john-puzzling-b3af@gregkh> References: <20250717130357.53491-1-brgl@bgdev.pl> <20250717130357.53491-2-brgl@bgdev.pl> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Jul 17, 2025 at 03:32:07PM +0200, Bartosz Golaszewski wrote: > On Thu, Jul 17, 2025 at 3:04 PM Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski > > > > struct gpio_chip now has callbacks for setting line values that return > > an integer, allowing to indicate failures. Convert the driver to using > > them. > > > > Signed-off-by: Bartosz Golaszewski > > --- > > Greg: this patch comes in late into the cycle but the driver in > question got merged for v6.16-rc1 despite the set() callback in struct > gpio_chip being already deprecated and it went below my radar. This is > one of the few remaining conversions and if we get it queued for > v6.17, we'll be able to complete it next release and drop legacy > callbacks. I know you're busy so if you could Ack it (and I hope I can > get a review from Romain and Linus), I'm more than happy to take it > through the GPIO tree to speed up the process. No worries, please take it through your tree, now acked. greg k-h