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 E849DC27C4F for ; Tue, 18 Jun 2024 07:47:18 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KVauXc1M0fX1zm7vXrVVoddS9V+VcUyfbtGbqQhdaZI=; b=gKoBXx/LDSlbPs ooRo+fmlhBSyf4SpimiD/HQC6zCtXzq5/yXn0DnZjHWU83bcyuLPnnmEvywNV1yJILoy+zUCU71SM QXmY/KRX51n5zPptpzafsWBkNRaqi1XeiTQSqUNXzb7+zXqX10n6kIffMD/lz4AxteSsrsLGbF88o Vnzyocgm2O2gbBjh7zL7Z4P2+86Ih6fzMDETvamJhVeXP9uvsKkIe9m5aZJJT32H8nx7iha7EkGSq pq+2Tqnp3+xU3gv9X6ShRaO8ud0Pvvny/F04ZqrEq/h1QdfUd7cS5IYBsbWnPBtB0aZNerEz3ApAQ OBFBhn4NuXH/zspVgmEQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJTYk-0000000E0Dk-20ik; Tue, 18 Jun 2024 07:47:18 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJTYh-0000000E0DC-3Mmj; Tue, 18 Jun 2024 07:47:17 +0000 Received: from i5e8616c2.versanet.de ([94.134.22.194] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sJTYY-0006Fm-G4; Tue, 18 Jun 2024 09:47:06 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Vinod Koul , Kishon Vijay Abraham I , Algea Cao , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Cristian Ciocaltea Cc: kernel@collabora.com, linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/4] phy: phy-rockchip-samsung-hdptx: Explicitly include pm_runtime.h Date: Tue, 18 Jun 2024 09:47:04 +0200 Message-ID: <2060846.kUgFBCI4xA@diego> In-Reply-To: <20240618-rk3588-hdmiphy-clkprov-v1-1-80e4aa12177e@collabora.com> References: <20240618-rk3588-hdmiphy-clkprov-v1-0-80e4aa12177e@collabora.com> <20240618-rk3588-hdmiphy-clkprov-v1-1-80e4aa12177e@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240618_004715_872555_00C317FD X-CRM114-Status: UNSURE ( 9.77 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org Am Montag, 17. Juni 2024, 23:48:09 CEST schrieb Cristian Ciocaltea: > Driver makes use of helpers from pm_runtime.h, but relies on the header > file being implicitly included. > > Explicitly pull the header in to avoid potential build failures in some > configurations. > > Fixes: 553be2830c5f ("phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver") > Signed-off-by: Cristian Ciocaltea Reviewed-by: Heiko Stuebner -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy