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 AE3D7C433EF for ; Tue, 23 Nov 2021 06:45:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232579AbhKWGsc (ORCPT ); Tue, 23 Nov 2021 01:48:32 -0500 Received: from mail.kernel.org ([198.145.29.99]:47130 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230270AbhKWGs1 (ORCPT ); Tue, 23 Nov 2021 01:48:27 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2DE3760F45; Tue, 23 Nov 2021 06:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637649920; bh=peZWcZ5QzAiCu4/DFD2OrH+VwPz/oUU+/hf9z8zwbo4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CeW0zFmLnXzu1wS3gRdj3/PzvQG9Lm3F2fta/BIXqluVtNzX+cDJT5axm00T7B7VV wCMxhrJr7hMJU/hDfH47LRRnm/0qiyz7jYUkYNJf5kChoHmCSqDGSxP3xX72+1prUR 6j8hVfxqfZLjsAP3Zzw3h+P7j0AR1eeB+G+Jn7G8OpYcsyeAF3EY+WcOR+AX8itufF s6+oViumAD6lPzeRgTwtMUwhLKHetHy3EWC7QYyPGet/fcRW0xzUsM6iOwsWdesmu4 WlSY0EJnxAyWwmio13YoYFP2PI2L4nYgSBzLntFR+shOUE8ch/xTL4P4+k+IDoFpu4 PZ8th2JFsF7yA== Date: Tue, 23 Nov 2021 12:15:15 +0530 From: Vinod Koul To: Aswath Govindraju Cc: Nishanth Menon , Wolfgang Grandegger , Marc Kleine-Budde , Kishon Vijay Abraham I , linux-can@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] phy: phy-can-transceiver: Make devm_gpiod_get optional Message-ID: References: <20211102112120.23637-1-a-govindraju@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211102112120.23637-1-a-govindraju@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02-11-21, 16:51, Aswath Govindraju wrote: > In some cases the standby/enable gpio can be pulled low/high and would not > be connected to a gpio. The current driver implementation will return an > error in these cases. Therefore, make devm_gpiod_get optional. Applied, thanks -- ~Vinod