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 4D828C6FA89 for ; Wed, 14 Sep 2022 07:51:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230208AbiINHvW (ORCPT ); Wed, 14 Sep 2022 03:51:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230107AbiINHvK (ORCPT ); Wed, 14 Sep 2022 03:51:10 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 434FA72EEC; Wed, 14 Sep 2022 00:51:06 -0700 (PDT) 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 B14FF6601F99; Wed, 14 Sep 2022 08:51:04 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1663141865; bh=td9Mn6SI38pjiwsa/3/Ycx6KzL/TxB3i21YJ8fi/QV4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=nGdLPb4/17JuyvRGI6BUUlidHc6XUlBuxfX8TEkB4aFEXPovQ1oCATvsZeACLn6XV o24gg1zYz8AamgGDoXLWw5Q/8hW0JtXjK4sQIWwsAICRIQGMKAi62kECy3eRRMVaYA 70GBg6wa2iwWdLDPfZjNdEQycbw9TudF2jnDSgjL4ehpeW7gyuP5vVMy/2VS4RJfNB 97whXP5WZA/6JA481VT+d8fqGJ/famH7HeEmUF/Jxwfa8hbLC4EA+VCHgvODodvsGm sxYHJB6hkCE+HBNGg1FtX+Z+SBJ4ZfYOLONWnAeHBgL/oZdIlUupx+52CivvzPp3jV myzW2ig2P6J7Q== Message-ID: <4bd8d270-0766-b452-b7de-12fda2c56102@collabora.com> Date: Wed, 14 Sep 2022 09:51:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH v3 3/7] phy: phy-mtk-tphy: add property to set pre-emphasis To: Chunfeng Yun , Vinod Koul Cc: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Eddie Hung References: <20220914060746.10004-1-chunfeng.yun@mediatek.com> <20220914060746.10004-3-chunfeng.yun@mediatek.com> Content-Language: en-US From: AngeloGioacchino Del Regno In-Reply-To: <20220914060746.10004-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: devicetree@vger.kernel.org Il 14/09/22 08:07, Chunfeng Yun ha scritto: > Add a property to set usb2 phy's pre-emphasis, it's disabled by default > on some SoCs. > > Signed-off-by: Chunfeng Yun Reviewed-by: AngeloGioacchino Del Regno