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 88A9EC433FE for ; Mon, 23 May 2022 16:05:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238341AbiEWQFl (ORCPT ); Mon, 23 May 2022 12:05:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236386AbiEWQFk (ORCPT ); Mon, 23 May 2022 12:05:40 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5D76427D4; Mon, 23 May 2022 09:05:38 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id F26181F421DD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1653321937; bh=pq7khLHWi/yVaniPHLobCPtQ0hFap6Dt/6ZtOvKKXjQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=IagPd4MIZk3813/QMTC2CR9tyjBOBR7zUEEg2EmdwoFASN3/2QbQGk7QfbMqJcB/w Awucbs11+Vn/YOVnt9lVyV5aHf/EUvsE79CgmwUF4y3VqWbm9xIfJKImlCMmRAmLU7 o271Lfn+CTFyqOdE4X7nI9AKxk0VE8yIbObs0f+DZTtwRZE7ALEx+dqVmb/se4Yvil mu+2pAInNmUFU1wPODKj+sdpwQI6+Nt+W7oTwBjKy/UtM5lG+PzGOSMFRp1d7HK3QJ Euh+ATlGBYoA7efQYJGpsj3iFHKUbK8ZrUTLmr+Bu/t0l9H9Ov4F/Tq2zK5hhrq08q vSdTC+8ovfpLg== Message-ID: <9bb62269-986b-180e-ce5f-ac8cf7d667ff@collabora.com> Date: Mon, 23 May 2022 18:05:34 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH 1/8] clk: mediatek export mtk_clk_simple_probe and mtk_clk_simple_remove Content-Language: en-US To: Miles Chen , Michael Turquette , Stephen Boyd , Matthias Brugger Cc: Chen-Yu Tsai , Chun-Jie Chen , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220523160053.1922-1-miles.chen@mediatek.com> <20220523160053.1922-2-miles.chen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220523160053.1922-2-miles.chen@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Il 23/05/22 18:00, Miles Chen ha scritto: > Export mtk_clk_simple_probe and mtk_clk_simple_remove because we need > them for MediaTek tristate clk drivers. > > Signed-off-by: Miles Chen Hello Miles, the changes in this patch are exactly the same as what I've pushed in my MT6795 clocks series, so you should simply advertise a dependency on my patch [6/7] for this series. https://patchwork.kernel.org/project/linux-mediatek/patch/20220518111652.223727-7-angelogioacchino.delregno@collabora.com/ Regards, Angelo