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 703C015218A; Tue, 2 Jul 2024 11:27:28 +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=1719919648; cv=none; b=pbXeTVQwvuN8oXl2jJgXTrPcJt/0vAAkutiSYCVsCOKDzfPEwSmrT015h+3w//9nCYJO4d7pmEArksOWEK2e+zW/OgZk7qnqTZKOtBX7RWfIn+UNLhX9POhstjdHgzSV5oqBFHYlOLwf7g853neXQkWscoOPEunNQpfkOKWz+h4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719919648; c=relaxed/simple; bh=J1aGWYIK3dI8RIBmHO1WHSAht7+unjWyxWImHlH5rhM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=G/EKFp/a38fqnptq+963a852TtH1INcZGmLgFBVTC+XjCfTGabjVszei2FM36BrKz0t8OKL+aXUAKhQsHW8ilALPGZSqtC6FH1lOc7h95aLXc7xDjcISKbuvmV17hQgxbGzPLVKEvi98WxqWKgR1RKHkK6R3cJhQrohZeKmms6E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=czqfXp6T; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="czqfXp6T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 683F5C116B1; Tue, 2 Jul 2024 11:27:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719919647; bh=J1aGWYIK3dI8RIBmHO1WHSAht7+unjWyxWImHlH5rhM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=czqfXp6TB2fdguQW+IH+1cQjsVqxPhoqAVL4U0+xdcNSlfxqLcHjb3MAqNTr+NnNB o6aADD0U6DupD+pvX8G8IhdoWNkF9c/2SRhJDCn2wdmB0Qt6+gyTEjrnWvbwYmjK1x bGxFt/RRjlr9WYuigGZYKkzLcW8Y4KuKTDYYD+iRVXEei3XPGrGCfVzbgOT1JvMXly TJPM7KrH5wrRI3YtgtmUcnjqlykDZlAhDltqtW8BdMEpuJhIUf9lVjrQbPf9at+yFv bNhUlxGX3dycZRBYiQWGJVZsOr5CkmelPidTfSH/nCTQnqqbglX57j+SHuiusiF7sw Il8/T2DsCa9XA== Date: Tue, 2 Jul 2024 16:57:24 +0530 From: Vinod Koul To: Biju Das Cc: Yoshihiro Shimoda , Philipp Zabel , Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Conor Dooley , Kishon Vijay Abraham I , Geert Uytterhoeven , Magnus Damm , devicetree@vger.kernel.org, linux-phy@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Prabhakar Mahadev Lad , Biju Das Subject: Re: [PATCH v4 5/6] phy: renesas: phy-rcar-gen3-usb2: Control VBUS for RZ/G2L SoCs Message-ID: References: <20240616105402.45211-1-biju.das.jz@bp.renesas.com> <20240616105402.45211-6-biju.das.jz@bp.renesas.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240616105402.45211-6-biju.das.jz@bp.renesas.com> On 16-06-24, 11:53, Biju Das wrote: > Use regulator_hardware_enable() for controlling VBUS enable for > RZ/G2L alike SoCs in interrupt context. Acked-by: Vinod Koul -- ~Vinod