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 19FC3C04A95 for ; Thu, 29 Sep 2022 08:26:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235450AbiI2I0P (ORCPT ); Thu, 29 Sep 2022 04:26:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235395AbiI2IZt (ORCPT ); Thu, 29 Sep 2022 04:25:49 -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 B84EB3F33E for ; Thu, 29 Sep 2022 01:25:48 -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 1F58066022A4; Thu, 29 Sep 2022 09:25:47 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1664439947; bh=pdmRLmAswWGM6e3ox6qIWAmKi6CdrOkRovia8PRsexs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hCT94Ka7UG2J+S5WoY/9PrWwJj7Bp1CqSLD9+pALZtjNvUY+92x74SzzVHFgOFFyr 7+9eaVdHtrsN4zZ7iWdn4l3kvzuOSnKhGOJBwDX/30JGWeUoxNczcRdRWMDL+joCkZ Wl6M+6dExYk6RkHpdOOFYBG5nrIX7bTPYOxoEQvt44kRzSMlBTmIdmWUlGxgwNnxgN cj9olldCO4B7fIwgVFCwD50C/N2WjpoHPOOXPQFxnf7nEwBW9jHsSAzw6kMSLpKplT nTxALcjOU3lCR7+HOD69zK23V/b/Dk+Q9zQR02mOY5NJimNAmkVUWReFesjqyiRiMW XmF9EbFscDgkw== Message-ID: <97f2b299-ea8e-c53e-703e-d62fadfe8904@collabora.com> Date: Thu, 29 Sep 2022 10:25:44 +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 3/8] soc: mediatek: mtk-svs: move svs_platform_probe into probe Content-Language: en-US To: matthias.bgg@kernel.org, roger.lu@mediatek.com, jia-wei.chang@mediatek.com Cc: nfraprado@collabora.com, khilman@baylibre.com, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Matthias Brugger References: <20220928155519.31977-1-matthias.bgg@kernel.org> <20220928155519.31977-4-matthias.bgg@kernel.org> From: AngeloGioacchino Del Regno In-Reply-To: <20220928155519.31977-4-matthias.bgg@kernel.org> 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 28/09/22 17:55, matthias.bgg@kernel.org ha scritto: > From: Matthias Brugger > > Moving svs_platform_probe into driver probe function will allow us to > reduce svs_platform members. This will be done in a follow-up patch. > > Signed-off-by: Matthias Brugger Reviewed-by: AngeloGioacchino Del Regno