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 5750AC433F5 for ; Wed, 13 Oct 2021 20:28:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3453C6101D for ; Wed, 13 Oct 2021 20:28:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229710AbhJMUab (ORCPT ); Wed, 13 Oct 2021 16:30:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49196 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229462AbhJMUa0 (ORCPT ); Wed, 13 Oct 2021 16:30:26 -0400 Received: from mail-pg1-x52b.google.com (mail-pg1-x52b.google.com [IPv6:2607:f8b0:4864:20::52b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 554BEC061746 for ; Wed, 13 Oct 2021 13:28:23 -0700 (PDT) Received: by mail-pg1-x52b.google.com with SMTP id g184so3431944pgc.6 for ; Wed, 13 Oct 2021 13:28:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=VjGXbhjoH4FUN8Q8SE4lGnGAMtyPIkF1JJC5Xep6mZU=; b=FQ2+09tjd62NgTHHvCtXKPp9Y/8A8aYmImJXgKlmWOIATYR6Gbk4iV7vs5ZiM1D6T4 O4HI/82ml4IrylOByN0aeaRQ3bmt1/R1cE6n2Xon8qbAc1tuYsWUwRYdyQDLPdaIg7yw C74Y2xuCme8EkEP0kCmgjgxKR1tOywZVYy3RI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=VjGXbhjoH4FUN8Q8SE4lGnGAMtyPIkF1JJC5Xep6mZU=; b=M1cqsTEm1EqRSJP+vstAwmNFsXtemlOe18VIzvvOoVJjvLcVy5usyAnhV5QDJvplgs X6Kiv+zny3FBdf9zswnPdAh2nDEA4rVuMzx1qILKBaBeBgcAokum7c43uy/oVbq9XFV6 s4v8vEc5OFHt/Ude4YCSjYwBNdUYoF4UlPfnsPme4tIBxaR8qEH1tNqbG3k6+tuK9dx6 w+Jh5uH33C3uRDnQcCvNr+lKO9PJno2l3JqPvKlwKRJGmOXaXfE99McabSc+9CU0hSo1 nLvvMNRUq6gkO2MhvtSPk9tDi6ZkAxC8xQfosDv+k47X4drFE2xZ0DJrvVf3HT94OKie TEoQ== X-Gm-Message-State: AOAM533/yf+jlSoLSEwb1JVqy3rBwrtFpI0w5mkeC4bBWezGKhoEhwPP urnoSSNehpy7laJUVvVFrw3+3A== X-Google-Smtp-Source: ABdhPJxUOePTglJK0pNJ82L2ie2F+dSGMarAK2Vha6fRx1iaQPSy8DeXLcZnVaJkkop9FdsETSgzAg== X-Received: by 2002:a63:b20c:: with SMTP id x12mr1129880pge.10.1634156902774; Wed, 13 Oct 2021 13:28:22 -0700 (PDT) Received: from google.com ([2620:15c:202:201:964:5493:ecc9:6991]) by smtp.gmail.com with ESMTPSA id q35sm6913226pjk.41.2021.10.13.13.28.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Oct 2021 13:28:22 -0700 (PDT) Date: Wed, 13 Oct 2021 13:28:21 -0700 From: Prashant Malani To: Heikki Krogerus Cc: Greg Kroah-Hartman , Alan Stern , Guenter Roeck , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org 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: <20210407065555.88110-3-heikki.krogerus@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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]. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/drivers/usb/core/port.c [2]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=63cd78617350dae99cc5fbd8f643b83ee819fe33&head=master Best regards, -Prashant