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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE0E0C7EE29 for ; Fri, 19 May 2023 17:48:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229493AbjESRsn (ORCPT ); Fri, 19 May 2023 13:48:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229550AbjESRsk (ORCPT ); Fri, 19 May 2023 13:48:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF78CF9; Fri, 19 May 2023 10:48:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7BAFD659A4; Fri, 19 May 2023 17:48:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06B0FC433EF; Fri, 19 May 2023 17:48:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684518518; bh=MpiL+YCRJdZiqq849A/3vM4VGc/aBh9GjJgAruPcz+Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hCTKz0Nhju9Ju4Z89uDp5CEo+bqaKivicq3EDMZj7+vP3h6pl3I1I6LWN8D9voIMc rQnwWcltGyW5cdu11CI90EAg8fKBjL0840p/XZyt+W2UAmmTjjaEhKe11KwxvaV6Dt zaZkZiwPIlllWslaBF38iIChk/cZ4MLRqdT56FamdMN8THLCQZ72RvBBheXPT/ZlG/ ifhf2ZF38L+c4QuOJVS58TI65i15Qh334ag4Frap8VSZk3fM14RRBTjD0CrfYZ70s1 GNsw97anaEfY1i7rVMlDakfWD7FERoq5B6HuUq5CMiimWM8JeHggewlp2pbMNunwsq Uttqd5DTrUMNw== Date: Fri, 19 May 2023 23:18:34 +0530 From: Vinod Koul To: Bjorn Andersson Cc: Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Johan Hovold , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/8] phy: qcom-qmp-combo: Support orientation switching Message-ID: References: <20230515032743.400170-1-quic_bjorande@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230515032743.400170-1-quic_bjorande@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14-05-23, 20:27, Bjorn Andersson wrote: > This adds support for USB and DisplayPort orientation switching to the > QMP combo PHY, as well as updating the sc8280xp devices to include the > QMP in the SuperSpeed graph. Applied phy patches, thanks -- ~Vinod