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 1C53EC77B62 for ; Fri, 31 Mar 2023 09:55:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232515AbjCaJz4 (ORCPT ); Fri, 31 Mar 2023 05:55:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230082AbjCaJyn (ORCPT ); Fri, 31 Mar 2023 05:54:43 -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 40BE61D84E; Fri, 31 Mar 2023 02:54:07 -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 5A6196603193; Fri, 31 Mar 2023 10:54:05 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1680256446; bh=IarGogse4Y+RWB+zvh2pQ1pzR4Yc9/24eKDYTito9nk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=XX04hJgzL5flXafpU8G4hjKVA/Mw7TlMn8eGrHCwgGnumJg9DJTOkhUptHEG/ajDs JFuYvyIu3X3lfAVU+LSvkxY0tc71mln9Xa8S6+s3WkZXkxzIvwTAPAXto4hG4p8Dhj p7+CsT8m2XKK6qnShDRbPQP/uq06a94rMR0sRtU9i1J4iTQ1LDpZHjw2ByqDgb03ni MRQGzHNSm+TM57kFOrO0zfboaFrc6+lmSHElxAZcOTaG1L5sz0jGzmx8Qaa8zMHoV1 JYsrJnhfEo20hB/huMU32Rt8hEr5o6/6OfOpVnZnenpxoc7jAAnDmsv3qxVsiniI2A zFSc+uB1lyjuA== Message-ID: <536915bb-1fa1-638d-2cac-65a4672b9728@collabora.com> Date: Fri, 31 Mar 2023 11:54:03 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v7 04/19] clk: mediatek: Add MT8188 peripheral clock support Content-Language: en-US To: "Garmin.Chang" , Matthias Brugger , Rob Herring , Krzysztof Kozlowski , Michael Turquette , Stephen Boyd , Richard Cochran Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-clk@vger.kernel.org, netdev@vger.kernel.org References: <20230331082131.12517-1-Garmin.Chang@mediatek.com> <20230331082131.12517-5-Garmin.Chang@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230331082131.12517-5-Garmin.Chang@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 31/03/23 10:21, Garmin.Chang ha scritto: > Add MT8188 peripheral clock controller which provides clock > gate control for ethernet/flashif/pcie/ssusb. > > Signed-off-by: Garmin.Chang > Reviewed-by: Chen-Yu Tsai Reviewed-by: AngeloGioacchino Del Regno