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 B7D3CC32771 for ; Wed, 21 Sep 2022 08:14:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231349AbiIUIOn (ORCPT ); Wed, 21 Sep 2022 04:14:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231348AbiIUIOQ (ORCPT ); Wed, 21 Sep 2022 04:14:16 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6AA8883C6 for ; Wed, 21 Sep 2022 01:14:05 -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 4864B6602002; Wed, 21 Sep 2022 09:14:03 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1663748044; bh=SRIF+BE4y6ayL9qbaLOyz0oXw3nZG/Mv2C9ZyzBP8/Q=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=CMcw+0SDi9/7dOzSrbr2XIqpu038PEVNgTFh0iWDLLkKgGH4JCEOij6lGo/8l5CXn Tz+iNDggAu2sgJUhHfskNnCg82qjdCLtyQB7LhjYlkGGew4hzJROuGLpn9fPpHZDzx hHIASo2FTWUA8ZdIBlSVHy13qNMjmS3eDlBzzPF7Ldhyz+fPcg2bIL8/6O5vC1QnzJ 8h55CCoKzH5MCJ2lf84iOGHfKQ/h5x3dunBYnJyTwW9CmzVd+CWvlmmAfQwKycxalr PVBqwm1nSgK4lv/lejWR6KGqjmaZ3atuRa1QY5e0mTmn6AoiNxFaflelUtj6Jgxl/3 uB/HPRxPXM75A== Message-ID: <18e220f0-885c-97cf-38e0-dfd16c807be6@collabora.com> Date: Wed, 21 Sep 2022 10:14:00 +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 11/18] phy: mediatek: hdmi: mt8173: 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-12-chunfeng.yun@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220920090038.15133-12-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