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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F85FC433EF for ; Fri, 15 Oct 2021 07:44:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3241161151 for ; Fri, 15 Oct 2021 07:44:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236214AbhJOHqW (ORCPT ); Fri, 15 Oct 2021 03:46:22 -0400 Received: from mga02.intel.com ([134.134.136.20]:13075 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236189AbhJOHqR (ORCPT ); Fri, 15 Oct 2021 03:46:17 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10137"; a="215033263" X-IronPort-AV: E=Sophos;i="5.85,375,1624345200"; d="scan'208";a="215033263" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Oct 2021 00:44:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,375,1624345200"; d="scan'208";a="627236218" Received: from kuha.fi.intel.com ([10.237.72.166]) by fmsmga001.fm.intel.com with SMTP; 15 Oct 2021 00:44:08 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Fri, 15 Oct 2021 10:44:07 +0300 Date: Fri, 15 Oct 2021 10:44:07 +0300 From: Heikki Krogerus To: Prashant Malani Cc: Guenter Roeck , Greg Kroah-Hartman , Alan Stern , "open list:USB NETWORKING DRIVERS" , Linux Kernel Mailing List Subject: Re: [PATCH v6 2/4] usb: Link the ports to the connectors they are attached to Message-ID: References: <20210407065555.88110-1-heikki.krogerus@linux.intel.com> <20210407065555.88110-3-heikki.krogerus@linux.intel.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, Oct 13, 2021 at 02:16:38PM -0700, Prashant Malani wrote: > On Wed, Oct 13, 2021 at 1:57 PM Guenter Roeck wrote: > > > > On 10/13/21 1:28 PM, Prashant Malani wrote: > > > Hi, > > > > > > On Wed, Apr 07, 2021 at 09:55:53AM +0300, Heikki Krogerus wrote: > > >> Creating link to the USB Type-C connector for every new port > > >> that is added when possible. > > >> > > >> Signed-off-by: Heikki Krogerus > > > > > > Did this patch eventually get merged? > > > I somehow don't see it in the "master" kernel branch [1], although I do > > > see the commit in that repo [2]. > > > > > > > It was applied but later reverted with commit 5bdb080f9603 because > > it created a module dependency cycle. > > > > Ah I see. Thanks Guenter. > Hi Heikki, I was interested in knowing if relanding this is on your radar. Ah, I'm sorry guys, I forgot about this patch. I'll put it back to my task list. If you are interested in fixing this, and have time to do that, go right ahead. Let me know. thanks, -- heikki