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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 5A7DCC7EE26 for ; Fri, 19 May 2023 17:54:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+t+lAohtWatf5GsN2HLVDId4GNEC1m/l893dd81mc9g=; b=q/pJt/Oj4btAXT YDRgUzK6ioLvq6y8m/8jjv4t8VFQdSk2ZpgHYJVmdhPmaSO/bPmIPa71bIP1edYn8ULBL2e0QyQqJ awW8nWL9/D3g3rSLzLVH7xg+aHU/AnNPbppOTlBhodWsL/qwemLVNNO7RPyN2GXP6+SWUr58FPr2b tjqYzF7MEbtLGOXYARr1KrXHQriAzoCMun0/0fb5YtPgAASxczPCsTtBfa3/TNpF0oyvosXTxXFqC LdYsVNIABO0GPEcZgY3K9NS4TKHAppgNonw22X1x98IeHaRGquZW90a8v1Ya5jBy/gYEVtBA0uNSk RA2E5ulK60kJxdxPsMqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q04J0-00Gv4y-0i; Fri, 19 May 2023 17:54:18 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q04Iw-00Gv4S-23; Fri, 19 May 2023 17:54:15 +0000 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 3416065677; Fri, 19 May 2023 17:54:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D273C433D2; Fri, 19 May 2023 17:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684518853; bh=97Bz3gBu3cjMub0ke7MmKbcC+HeuWyYj4GzpqG/0u3I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gWaZrMfp2bStabm0ely1bhnRcEqCR+YB3uEp7Sac3dSS8jW2seO49cVpL5YpaLhpM QlDwLutKOtdP1nQXNQBpclTgqUzRQmc0wU6vaZcVmIJClsCAZ0BV1eJqG995nUJIB/ cRg2GXhCtQR0DLNL3cQ0cU7sjydtehsiSuqjz1+RwsylcBXV3J0TwyX0m8uzt7Ztyl iUbLJhpCfzNAkviW9sLxTV1XrbuCmPdJZhdBW3cuYtB0QQ/59gnrOAG5bze1H297CP jCkqUJjgvupFaHmDrIcppwH7Hl6wl4YzJ7HocwxZR//KUXpqCK2+/BzCkFv1wD2fzT NS0pkjDORuMvQ== Date: Fri, 19 May 2023 23:24:09 +0530 From: Vinod Koul To: Chunfeng Yun Cc: Matthias Brugger , AngeloGioacchino Del Regno , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND v9 1/2] phy: core: add debugfs files Message-ID: References: <20230513092218.21139-1-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230513092218.21139-1-chunfeng.yun@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230519_105414_716537_A9DE3CF6 X-CRM114-Status: UNSURE ( 7.22 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 13-05-23, 17:22, Chunfeng Yun wrote: > Add a debugfs root for phy class, and create a debugfs directory under > the root when create phy, then phy drivers can add debugfs files. Applied both, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel