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 E7BBBC38147 for ; Wed, 18 Jan 2023 13:08:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229651AbjARNIb (ORCPT ); Wed, 18 Jan 2023 08:08:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231307AbjARNHb (ORCPT ); Wed, 18 Jan 2023 08:07:31 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A69D5258 for ; Wed, 18 Jan 2023 04:29:58 -0800 (PST) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 1A1856602E0A; Wed, 18 Jan 2023 12:29:56 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1674044996; bh=H1zVPKEUhT12KA+z/uL5nxzOq/6vUtEisSOkrk4sRng=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=PBM15/5Vdko7sJkmjzn5UvO5R/i6DsAxS/gdop6RrtvbvYZXNbdOKvKjPfmqlyfIB NLmPQYdMn+coV4Mna13TpjHq7bSSedDsiAgLVA1LHzj1mpfMtapHOUo3NJBkyc9tTE SxOsW9mWOR1g7iPrLoEPvDlijfVXRaq7VyInxsKqqnl0jzqVCh8/5AAzpMT+idd6d+ YmbCfYNdwSuXugiLHA8Nzjq95RuikIN08x4tI2gGo8EbzEuEzBWoMefyteKaVj0C3x qXJkmmiq2Ajr1CNHKZoqk2qKKZnxEnFrpi12WP0Oh3wL+aUH8HGD3fVPhYCym8VgfJ JdmwnX+URYbQg== Message-ID: Date: Wed, 18 Jan 2023 13:29:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v7 3/3] phy: mediatek: tphy: add debugfs files Content-Language: en-US To: Chunfeng Yun , Vinod Koul Cc: Kishon Vijay Abraham I , Matthias Brugger , Nathan Chancellor , Nick Desaulniers , Tom Rix , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, Eddie Hung References: <20230118084343.26913-1-chunfeng.yun@mediatek.com> <20230118084343.26913-3-chunfeng.yun@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230118084343.26913-3-chunfeng.yun@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 18/01/23 09:43, Chunfeng Yun ha scritto: > These debugfs files are mainly used to make eye diagram test easier, > especially helpful to do HQA test for a new IC without efuse enabled. > > Signed-off-by: Chunfeng Yun Reviewed-by: AngeloGioacchino Del Regno