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 EC47FECAAD8 for ; Wed, 21 Sep 2022 08:14:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229913AbiIUIOa (ORCPT ); Wed, 21 Sep 2022 04:14:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231269AbiIUIOK (ORCPT ); Wed, 21 Sep 2022 04:14:10 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D4A5876A6 for ; Wed, 21 Sep 2022 01:14:01 -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 D9C8D6602001; Wed, 21 Sep 2022 09:13:58 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1663748039; bh=CDAAI6Co5oKSxmC/WU+ejDOCRrId2TgONMu4RgUgOmo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=oKRkUvSl4Khxr9qUg2/q3r2mf/X+e9K6vcd5TCdwBAqCIZxGrIGRfaGqTQ4k/q8+r Y0NmxS2Qkn2f+G4TuTpeRuNq5ZnmZKXKHS4Rc53pqWECBKUeSWWk8njLqmme1qhIIs O4WI2ISbQ7p5fmlKi2f3nBNlEkperuFgqDBDGMcXCy8R4MhTT8jPN0qF9NQNW2n0EX io56eWutI+xh8E4r6uXggCw9McG/z2ltTDONWjq2BmoGhGz/HsRrj45t3ikjUa2fJA YPx4ND0iwOtvPEad0cZ7eGjUdPA1NAVdPG8Aw3U/9jHgg2imAOpFlfS+B59wp6zalE Sjs8WIxuFRwEQ== Message-ID: <898f4fff-a936-a228-6645-babbf4a11db0@collabora.com> Date: Wed, 21 Sep 2022 10:13:56 +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 10/18] phy: mediatek: hdmi: mt8173: use FIELD_PREP to prepare bits field 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-11-chunfeng.yun@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220920090038.15133-11-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 FIELD_PREP() macro to prepare bits field value, then no need define > macros of bits offset. > > Signed-off-by: Chunfeng Yun Reviewed-by: AngeloGioacchino Del Regno