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 59CCAC6FA8B for ; Wed, 21 Sep 2022 08:13:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229657AbiIUIN6 (ORCPT ); Wed, 21 Sep 2022 04:13:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229972AbiIUINq (ORCPT ); Wed, 21 Sep 2022 04:13:46 -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 1F31287087 for ; Wed, 21 Sep 2022 01:13:45 -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 567E76602002; Wed, 21 Sep 2022 09:13:43 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1663748024; bh=SRIF+BE4y6ayL9qbaLOyz0oXw3nZG/Mv2C9ZyzBP8/Q=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Ln62zNQAv4FozRtX7XIvtS2aTpaZ6gTyYnMEaWRQQobZlbiMESNRcDZcGcXFjeUPb CPHdioMFBZrbAxH6/VxRzs89GZhcGx2Nl2BxvoT9rmp4W6zmHQ2s4BRsj/D7JefbVk TLgD/2wTZ6OlVlPpkBSvpGnTgOfDJSgH7zByzhdkWmVR3/YZR6gbPACPN9uL/MNY3j oRedEFp5bABVQHyMnHXXf2yNDcCHxanXG44JsSRXi6mQcbcS1NaK+Py6lF1zfHoodH Df78p9+HwzUAGal1qAe1wFyBKffEwJkS1xx7nyeciVjf8O3oSuG+KW2ac4C9XwlIHK 5vqjU38ffSe0g== Message-ID: <7b36e7a5-d54d-afa6-a647-72aa87d16e8b@collabora.com> Date: Wed, 21 Sep 2022 10:13:40 +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 08/18] phy: mediatek: hdmi: mt2701: use common helper to access registers Content-Language: en-US To: Chunfeng Yun , Chun-Kuang Hu , Vinod Koul Cc: Philipp Zabel , Kishon Vijay Abraham I , Matthias Brugger , dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Jitao Shi , Stanley Chu References: <20220920090038.15133-1-chunfeng.yun@mediatek.com> <20220920090038.15133-9-chunfeng.yun@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220920090038.15133-9-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 20/09/22 11:00, Chunfeng Yun ha scritto: > Use MediaTek phy's common helper to access registers, then we can remove > hdmi's I/O helpers. > > Signed-off-by: Chunfeng Yun Reviewed-by: AngeloGioacchino Del Regno