Message ID | 20240228-mbly-gpio-v2-18-3ba757474006@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 35864C5478C for <linux-arm-kernel@archiver.kernel.org>; Wed, 28 Feb 2024 11:33:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Message-Id :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=JhuiuyaZBbmcgLr1a/qOa5PGbffiAapGm8jMLFn9I0M=; b=0KrFudjmCyuvhl xR+qKp/+/GzB+VhzWCNrd4PlorVFGvBDbObZgPD3VjYCd9etpnnM205pnoAXxPJff5C2ZMkAGHQG8 ZL6A+S5lUAQ6wEZdBzWr9y3IXe6x8whC5GpxWCA9QsRO3hc4vjFBGpZGEFGhKlW5qoqX58cYJomv9 t0uPXsdll4gri2CCYLmRHcNrCYij+Hd0EoqkL+6fMxJUl/JOnCPeaN4MzDnmNPCX+QiKfrpLJdJIw 4EW0dHyLjd8oLHhkFERG8fwuibjOrigbNzZSiK8/Wj7frbMZ30q38TSxzY5pnAJp2YnteQExwR9CZ nBTILI3Oj9gfRcQoJ7iQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rfIBN-000000090X3-0lht; Wed, 28 Feb 2024 11:33:05 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rfI6r-00000008yUX-2oMn for linux-arm-kernel@lists.infradead.org; Wed, 28 Feb 2024 11:28:27 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 62A361BF205; Wed, 28 Feb 2024 11:28:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1709119704; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UVzgKFNV1exaQlx/j0qa2NvTSBRsCqWJEp+Uxg45yLc=; b=DEbDrTeUS9hpivzB2+bbkgjpy4iFDaNFXkHbvH8DL+IfJ8JqPqEyNLhzaP2SqGRps792vk em75tNECn3Y4VbEEUUzPn62ah99Scl88Hu921iT6yk96rVWSq3gJ6xIUOfHpJJkOiyW9nn bakUCQxPTofiVZl5pI/IzGeg7opuM8DwaJXnbc78fA+zqtFuf//sAp9OJBBFxeOGOsKWo7 2pwiePihE5pW6cHWxAJ0EYUBOdKbCFOaSW8q4QoRnhP0mtRxyhmVBqpCyxwifsZjnw9H1r MXncWd+Bx64KJY8qdHP0Dtjd/FQrsXDSGugUFHS+Uq+YXBOs4fw6pkoLxnPa1Q== From: =?utf-8?q?Th=C3=A9o_Lebrun?= <theo.lebrun@bootlin.com> Date: Wed, 28 Feb 2024 12:28:16 +0100 Subject: [PATCH v2 18/30] gpio: nomadik: use devres version of clk_get*() MIME-Version: 1.0 Message-Id: <20240228-mbly-gpio-v2-18-3ba757474006@bootlin.com> References: <20240228-mbly-gpio-v2-0-3ba757474006@bootlin.com> In-Reply-To: <20240228-mbly-gpio-v2-0-3ba757474006@bootlin.com> To: Linus Walleij <linus.walleij@linaro.org>, Bartosz Golaszewski <brgl@bgdev.pl>, Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>, Conor Dooley <conor+dt@kernel.org>, Philipp Zabel <p.zabel@pengutronix.de>, Thomas Bogendoerfer <tsbogend@alpha.franken.de> Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, Gregory CLEMENT <gregory.clement@bootlin.com>, Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>, Thomas Petazzoni <thomas.petazzoni@bootlin.com>, Tawfik Bayouk <tawfik.bayouk@mobileye.com>, =?utf-8?q?Th=C3=A9o_Lebrun?= <theo.lebrun@bootlin.com> X-Mailer: b4 0.13.0 X-GND-Sasl: theo.lebrun@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240228_032825_951768_908306AC X-CRM114-Status: GOOD ( 10.92 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Rework Nomadik GPIO to add Mobileye EyeQ5 support
|
expand
|
On Wed, Feb 28, 2024 at 12:28 PM Théo Lebrun <theo.lebrun@bootlin.com> wrote: > Replace call to clk_get() by call to devm_clk_get(). Allow automatic > cleanup of the clock in case of probe error. > > Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> Patch applied! Yours, Linus Walleij
diff --git a/drivers/gpio/gpio-nomadik.c b/drivers/gpio/gpio-nomadik.c index 93015fa3d010..fb821a9b6c5f 100644 --- a/drivers/gpio/gpio-nomadik.c +++ b/drivers/gpio/gpio-nomadik.c @@ -531,7 +531,7 @@ struct nmk_gpio_chip *nmk_gpio_populate_chip(struct device_node *np, } nmk_chip->addr = base; - clk = clk_get(gpio_dev, NULL); + clk = devm_clk_get(gpio_dev, NULL); if (IS_ERR(clk)) { platform_device_put(gpio_pdev); return (void *)clk;
Replace call to clk_get() by call to devm_clk_get(). Allow automatic cleanup of the clock in case of probe error. Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> --- drivers/gpio/gpio-nomadik.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)