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 A3138C4708E for ; Tue, 3 Jan 2023 12:49:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237686AbjACMtz (ORCPT ); Tue, 3 Jan 2023 07:49:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237668AbjACMtt (ORCPT ); Tue, 3 Jan 2023 07:49:49 -0500 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 BC93C2F3; Tue, 3 Jan 2023 04:49:48 -0800 (PST) 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 E391E6602CF4; Tue, 3 Jan 2023 12:49:46 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1672750187; bh=uwTV+RuPFTuiM9G1Rd+1IMGdm5Ve7ybFHJ9m9GOmMkU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hPf6lXuC6y2884K3PBJkFG0KdFCEwO+eDYwP1Sgj6RgGZUWTvvfwFKxl4M8jeOaHr NnthYuPUqaVlc7b98WMXMu/TI9RZHckcyVkrubjRYXXlvM9E3mZiT7cXg0mh27nVJR oM0eNkUeYOKrK2p+RBjH8HROF2Alb0og+qOZFYf3gZFgkGzsXPBzAc/G6We+i51WBN hs4lHHie0KCh+rV648znwT8Y1aLxI4ffv52DgjPeioNvHyMkblqvHlJxm1LSEAJCX8 vaN/QQD/CIa/BqQaLlT442CCyFeNraBUI5JUjyw+NEmG7eTKeawGDou7fWyjOjxXID +5MZIyUJ3uuYg== Message-ID: <7f2ed4e5-cac7-332a-b975-8782a78961c2@collabora.com> Date: Tue, 3 Jan 2023 13:49:44 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v1 09/13] soc: mediatek: mtk-svs: use common function to disable restore voltages Content-Language: en-US To: Roger Lu , Matthias Brugger , Enric Balletbo Serra , Kevin Hilman , Nicolas Boichat Cc: Fan Chen , Jia-wei Chang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20221226094248.4506-1-roger.lu@mediatek.com> <20221226094248.4506-10-roger.lu@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221226094248.4506-10-roger.lu@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 26/12/22 10:42, Roger Lu ha scritto: > The timing of disabling/restoring SVS bank is more than one place. > Therefore, add a common function to use for removing the superfluous codes. > > Signed-off-by: Roger Lu Reviewed-by: AngeloGioacchino Del Regno