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 26D69C27C4F for ; Tue, 18 Jun 2024 07:47:27 +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=1KbI3hT0N2LLSDJm3Eg7t335eGlysl2VFsuyB7aDrUs=; b=SriQfD1RbW27AR wnccpbkZtsfWmG+IQ8yS8zAHDCfEvpbx4Oo2FiulY6E3NO6lfn3oz62lddOLhvmFHRomqit58zUi6 nN4ZEE6qnuW1mZAdGv63qHrXjL2gykEnl5V0iPsa2J5AInMA2fgSLKl3MijT2tqewm8u3YyjxVe8b ayP2urN3yfzkZI2Rm8mIYBUEeOmsXW5onXH1fAHoGEtiCuUWbqe/4CNmzBn6aCBEq86VnwNsiXFDC SFl1cnJFnHQYHEEzmnvoIUe5pAhPGMet29V/C4nLAmDGPnRxu+15Lv/LxwAFZ3wRFZTr1UhBm7E53 IWcmsUAvf3tLLoDhS4zg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJTYl-0000000E0EH-1z7H; Tue, 18 Jun 2024 07:47:19 +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-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=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-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip