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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DC932CFC280 for ; Fri, 21 Nov 2025 14:18:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 494B810E879; Fri, 21 Nov 2025 14:18:41 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="OGcTmQSf"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id AE72B10E879 for ; Fri, 21 Nov 2025 14:18:37 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 8B67D40148; Fri, 21 Nov 2025 14:18:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0A0CC4CEFB; Fri, 21 Nov 2025 14:18:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1763734717; bh=/ps74yrhCFbWWi/ubw8fCfzRCAKntOmoNTx1vsMerDQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OGcTmQSfjh4TKUz+J+VEEhlgvbvjQ09TxO8tHZfEjnB6WQdIeCIeG6knH3oECln+H CW+XBYS+NLaUBseaNPRyk7itTziZolu23Uk34EE59/BYOPD+0aQDW+UoxkLk7mu8MV 7WE9TFOwN9+GDZZRYLMipUB0KUk1CPuwrZX53MO8= Date: Fri, 21 Nov 2025 15:07:30 +0100 From: Greg Kroah-Hartman To: Chaoyi Chen Cc: Heikki Krogerus , Dmitry Baryshkov , Peter Chen , Luca Ceresoli , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Kishon Vijay Abraham I , Heiko Stuebner , Sandy Huang , Andy Yan , Yubing Zhang , Frank Wang , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Amit Sunil Dhamne , Chaoyi Chen , Dragan Simic , Johan Jonker , Diederik de Haas , Peter Robinson , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v10 02/11] usb: typec: Export all typec device types Message-ID: <2025112109-glacial-outmatch-add7@gregkh> References: <20251120022343.250-1-kernel@airkyi.com> <20251120022343.250-3-kernel@airkyi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251120022343.250-3-kernel@airkyi.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Nov 20, 2025 at 10:23:34AM +0800, Chaoyi Chen wrote: > From: Chaoyi Chen > > Export all typec device types for identification. I do not understand what this means. Who is going to use these symbols, and for what exactly? Be specific please. thanks, greg k-h