From patchwork Thu May 25 09:01:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mika Westerberg X-Patchwork-Id: 686375 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 7B066C7EE2C for ; Thu, 25 May 2023 09:01:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240451AbjEYJBZ (ORCPT ); Thu, 25 May 2023 05:01:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240035AbjEYJBY (ORCPT ); Thu, 25 May 2023 05:01:24 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB4F698 for ; Thu, 25 May 2023 02:01:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685005283; x=1716541283; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xC5nn0BYwo5sWqHggO7VdRmk3fWDkWjd0GnuLq2h0k8=; b=Cjag0Nq5Vaui5oym5aBwUiApS2IZwJP4lR35/zw+JrMTLQEvzrJ4gvpT lmIEQOKJXy1dFNqrEnaZtusFGaD2YjyoUtFtpJ7McOLS6I9ZEV3093jgP y9ynzphSdMHrMkheZFyu8ULzRUlmk53tGsLuvvBBnkI1kBjWuTznKlKcD ntbxfdZXhMoMlqdiSO2D4QsFEpOkxKVazr81I8zBy6u7aixZNxorr9GxG bn7qjfP9OsGb35K8UvmyniYyPmMp+aYa6+1ct79cbcKVbZESSpi+s/v7n VVQX2Dy3moUsgNIQThwU3C/jH8uyY/ne4qKJRGYV1QfPkxg6tYNXgEHgc A==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="333452071" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="333452071" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2023 02:01:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="655135844" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="655135844" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga003.jf.intel.com with ESMTP; 25 May 2023 02:01:20 -0700 Received: by black.fi.intel.com (Postfix, from userid 1001) id B0F7240F; Thu, 25 May 2023 12:01:24 +0300 (EEST) From: Mika Westerberg To: linux-usb@vger.kernel.org Cc: Yehezkel Bernat , Michael Jamet , Lukas Wunner , Andreas Noever , Koba Ko , Imre Deak , Mika Westerberg Subject: [PATCH 0/2] thunderbolt: Two fixes for reported display issues Date: Thu, 25 May 2023 12:01:22 +0300 Message-Id: <20230525090124.11614-1-mika.westerberg@linux.intel.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi all, This series includes two fixes for the display related issues reported by Koba Ko. Mika Westerberg (2): thunderbolt: Increase DisplayPort Connection Manager handshake timeout thunderbolt: Do not touch CL state configuration during discovery drivers/thunderbolt/tb.c | 17 ++++++++++++----- drivers/thunderbolt/tunnel.c | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-)