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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 D6776C433B4 for ; Mon, 10 May 2021 14:31:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD3A9611CE for ; Mon, 10 May 2021 14:31:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236315AbhEJOc5 (ORCPT ); Mon, 10 May 2021 10:32:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:41438 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234282AbhEJOao (ORCPT ); Mon, 10 May 2021 10:30:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2670C611CE; Mon, 10 May 2021 14:29:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620656979; bh=jXtawgAEql2mdBiBp3QIE60fK6xUJp5RjRSJRC/3OBA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nyhB93OH82HR274R7A4zGYpmBR4q4i+Ug09CSUECeTXg9rr/vCjvC0uPqCNysJVPF hYcOEwe72vFXinK1jPech1xPs32LtQ37xsmilcWUrnk3TJEP44ISP45/nLX+rBskVw bT8N/MLaHea+xWf+SH62CylqyyvJwebAtW/GTTmI= Date: Mon, 10 May 2021 16:29:37 +0200 From: Greg Kroah-Hartman To: John Stultz Cc: Saravana Kannan , "Rafael J. Wysocki" , Guenter Roeck , Heikki Krogerus , Len Brown , Android Kernel Team , lkml , Linux USB List , ACPI Devel Maling List Subject: Re: [PATCH v1] usb: typec: tcpm: Don't block probing of consumers of "connector" nodes Message-ID: References: <20210506004423.345199-1-saravanak@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 05, 2021 at 07:01:04PM -0700, John Stultz wrote: > On Wed, May 5, 2021 at 5:44 PM Saravana Kannan wrote: > > > > fw_devlink expects DT device nodes with "compatible" property to have > > struct devices created for them. Since the connector node might not be > > populated as a device, mark it as such so that fw_devlink knows not to > > wait on this fwnode being populated as a struct device. > > > > Without this patch, USB functionality can be broken on some boards. > > > > Fixes: f7514a663016 ("of: property: fw_devlink: Add support for remote-endpoint") > > Reported-by: John Stultz > > Signed-off-by: Saravana Kannan > > Tested-by: John Stultz > > Thanks so much for this fix! HiKey960 is back to booting properly! > -john Now queued up, thanks. greg k-h