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 46D23EB64DA for ; Tue, 4 Jul 2023 10:26:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231535AbjGDK0z (ORCPT ); Tue, 4 Jul 2023 06:26:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231760AbjGDK0u (ORCPT ); Tue, 4 Jul 2023 06:26:50 -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 6E2A2E5B; Tue, 4 Jul 2023 03:26:47 -0700 (PDT) Received: from [IPV6:2001:b07:2ed:14ed:c5f8:7372:f042:90a2] (unknown [IPv6:2001:b07:2ed:14ed:c5f8:7372:f042:90a2]) (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 911816606FA5; Tue, 4 Jul 2023 11:26:45 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1688466406; bh=c+kZqm345IMUwiq1G555fw+uH/tt8+ZJJS3xLx7mRUI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=IA/jpNyCgKdXugmDafEYPkJmko3xhZCuKG8VbD09jqaWUzKvcLRu0IYqAD9TprV6R Z+vEWA3Lw1KMjICmwFwrmrsznaMqEQ4kiGVT1WALfYidjmZgmlo4U9AzM37Z3MSIA1 3e9Q822Q30lXG7dbf/y4f7Ms04/O67w1GknA3DjiD8gw4+QptbUPI2pQVhG/NNxG3f BpTQ574KtThgnVOPyjGzYfM3MgCoTdFJ4g2le1XSjAT91T3cW9WxfoJ88gYX/9AWJ/ q+T0ra/ZelxcbElIZQ5ebffdK2iXNVuimHnQRsewDNFE6cy1KbfNZLbdZp2Heg84BI SVkzZEgmlEvKA== Message-ID: <263fcd20-c85a-6ea2-4bee-23fa184c0e9f@collabora.com> Date: Tue, 4 Jul 2023 12:26:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH v6 5/8] soc: mediatek: pm-domains: Unify configuration for infracfg and smi Content-Language: en-US To: Markus Schneider-Pargmann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger Cc: Chun-Jie Chen , Tinghan Shen , Fabien Parent , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20230627131040.3418538-1-msp@baylibre.com> <20230627131040.3418538-6-msp@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230627131040.3418538-6-msp@baylibre.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 27/06/23 15:10, Markus Schneider-Pargmann ha scritto: > Use flags to distinguish between infracfg and smi subsystem for a bus > protection configuration. It simplifies enabling/disabling and prepares > the driver for the use of another regmap for mt8365. > > Signed-off-by: Markus Schneider-Pargmann Reviewed-by: AngeloGioacchino Del Regno