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 AE926C63797 for ; Mon, 6 Feb 2023 12:18:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229548AbjBFMR7 (ORCPT ); Mon, 6 Feb 2023 07:17:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229806AbjBFMR5 (ORCPT ); Mon, 6 Feb 2023 07:17:57 -0500 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BBF14CDFC; Mon, 6 Feb 2023 04:17:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675685875; x=1707221875; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=aj4zsIGJeWIWgP0qOUxydQhPTST9g340yTBo55f3YCg=; b=jEitghqXXwsTQAbnF5r4IllYKK/SGp8mwOvLv0sfbPrwqySJYOiG3yLB 613PwOOzw2XLqnhSW8lITdcF/utxhs3PAuk4aGsu5DcOSr4xYyXDdmbdQ Z71IeUkkO5gdsWnrJVrAcggOjAcnLisCu9qxWJjLsLQ9jm0kmI8opm2Pe FLbj++IfmaJA2+Pp76BD3KkAl3+bNFG2jizxuc12qsywZC+RH5Hw6jzqp zVnCvN1HKF0ljy7wzBdEQRps24yLTLsNOwDSGFVwW1Cm0IIhdsppBSLBn idjnQuI1P0u61CNkgRvas7h7EMoK15SxAIxsVb/PQ++Oms/mmfvRT++fU Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10612"; a="415409792" X-IronPort-AV: E=Sophos;i="5.97,276,1669104000"; d="scan'208";a="415409792" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2023 04:17:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10612"; a="698810814" X-IronPort-AV: E=Sophos;i="5.97,276,1669104000"; d="scan'208";a="698810814" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga001.jf.intel.com with ESMTP; 06 Feb 2023 04:17:46 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pP0RL-003AN8-0c; Mon, 06 Feb 2023 14:17:43 +0200 Date: Mon, 6 Feb 2023 14:17:42 +0200 From: Andy Shevchenko To: Pin-yen Lin Cc: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Daniel Scally , Heikki Krogerus , Sakari Ailus , Greg Kroah-Hartman , "Rafael J . Wysocki" , Prashant Malani , Benson Leung , Guenter Roeck , linux-kernel@vger.kernel.org, =?iso-8859-1?Q?N=EDcolas_F_=2E_R_=2E_A_=2E?= Prado , Hsin-Yi Wang , devicetree@vger.kernel.org, Allen Chen , Lyude Paul , linux-acpi@vger.kernel.org, dri-devel@lists.freedesktop.org, Marek Vasut , Xin Ji , Stephen Boyd , AngeloGioacchino Del Regno , Thomas Zimmermann , Javier Martinez Canillas , chrome-platform@lists.linux.dev Subject: Re: [PATCH v11 9/9] drm/bridge: it6505: Register Type C mode switches Message-ID: References: <20230204133040.1236799-1-treapking@chromium.org> <20230204133040.1236799-10-treapking@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230204133040.1236799-10-treapking@chromium.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 04, 2023 at 09:30:40PM +0800, Pin-yen Lin wrote: > Register USB Type-C mode switches when the "mode-switch" property and > relevant port are available in Device Tree. Configure the "lane_swap" > state based on the entered alternate mode for a specific Type-C > connector, which ends up updating the lane swap registers of the it6505 > chip. Same / similar comments as per previous patch. -- With Best Regards, Andy Shevchenko