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 X-Spam-Level: X-Spam-Status: No, score=-6.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB12DC49361 for ; Sun, 20 Jun 2021 12:56:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9273E6113E for ; Sun, 20 Jun 2021 12:56:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229841AbhFTM7G (ORCPT ); Sun, 20 Jun 2021 08:59:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:49068 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229806AbhFTM7F (ORCPT ); Sun, 20 Jun 2021 08:59:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9B284610CA; Sun, 20 Jun 2021 12:56:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624193812; bh=bWaVnm+peFovnHMu18RwWDuf3L6KT66p404kqB1aQyk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TPScjPmNxSr2YT2IvEKemKWAPgTymLvW3gbEPh9aW2ZDQXmS+k82sz2zrDcuaytnb rBC/doh50rFtdR/0+XtqFzla7SsRmcePwtR4NVQiVI2wRrwkuwWUk0kIDbZt05YO5F otWCj7/ZGl/i6yRPLueJR+I51Oeuxgq56ZCmvVnERBu1Jeagwv1QgR34hXDqEOxNdu O6iNJDRiTJWoEmz1aHW0prY2qr0OlRq0QNb1oovA/uTymM1/lcCzexFgLxMUnazULL cu779WiBhiZevR4pqBAFkWuaRwMKt4gDM2Qvxf18HUJcdLDB2FZzz4Jp24gFzRAGSJ PJxgmE5aJyK0w== Date: Sun, 20 Jun 2021 08:56:51 -0400 From: Sasha Levin To: Saravana Kannan Cc: LKML , stable , Ondrej Jirman , Andre Przywara , Maxime Ripard , dri-devel , linux-arm-kernel , "open list:ARM/Allwinner sunXi SoC support" Subject: Re: [PATCH AUTOSEL 5.4 07/15] drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device Message-ID: References: <20210615154948.62711-1-sashal@kernel.org> <20210615154948.62711-7-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 15, 2021 at 09:26:16AM -0700, Saravana Kannan wrote: >On Tue, Jun 15, 2021 at 8:50 AM Sasha Levin wrote: >> >> From: Saravana Kannan >> >> [ Upstream commit 9bf3797796f570b34438235a6a537df85832bdad ] >> >> On sunxi boards that use HDMI output, HDMI device probe keeps being >> avoided indefinitely with these repeated messages in dmesg: >> >> platform 1ee0000.hdmi: probe deferral - supplier 1ef0000.hdmi-phy >> not ready >> >> There's a fwnode_link being created with fw_devlink=on between hdmi >> and hdmi-phy nodes, because both nodes have 'compatible' property set. >> >> Fw_devlink code assumes that nodes that have compatible property >> set will also have a device associated with them by some driver >> eventually. This is not the case with the current sun8i-hdmi >> driver. >> > >fw_devlink isn't present in 5.4 or earlier. So technically this patch >isn't needed. I'll drop it from <=5.4, thanks! -- Thanks, Sasha