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 29B9FC6FA82 for ; Thu, 29 Sep 2022 08:26:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235496AbiI2I0S (ORCPT ); Thu, 29 Sep 2022 04:26:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234926AbiI2IZ4 (ORCPT ); Thu, 29 Sep 2022 04:25:56 -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 D1BD3753B0 for ; Thu, 29 Sep 2022 01:25:54 -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 F236C66022A4; Thu, 29 Sep 2022 09:25:52 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1664439953; bh=T14ztLUs3rI8WCYFeVow59cGotkbxkhfqFyrn4lich4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=dkIMSdX2YSzFIAgYHMUXlbqpO7RE+ykm5Pd5VlsmxdNEkHq5sRgX3fM8OY3P3okmH r8FFuF+GnO13BuoSdixsW4DQUVF9b9GS7QM3WPZqeWvp43OK50/VBnRJRyBhtUnaUR av/YxpPC56e1DVb5OaMe/4Kx6TYIF9kEk3XdOuVEOXJfOu2PEqOm8ekH45xbVPsDfD NhEXMMyRzyLRt8XPE7Zb3eUzOjpPD5zsKrp31ED+ffeDt62vjnz/8d+A9rfZxP6dvj mBz37t42S9wdT6DSKltNQcVl1TOUJCTINoKXn8YzgbIAhkTkyuq5qyKRqLhTyaLfEv LWxnqh29pdY3Q== Message-ID: <31b6c672-a11a-9317-49e2-9be910edfefb@collabora.com> Date: Thu, 29 Sep 2022 10:25:50 +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 1/8] soc: mediatek: mtk-svs: clean up platform probing 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-2-matthias.bgg@kernel.org> Content-Language: en-US From: AngeloGioacchino Del Regno In-Reply-To: <20220928155519.31977-2-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 > > We only ever call the SoC specific probe function from > svs_platform_probe. No need to carry that function in a global > datastructure around. > > Signed-off-by: Matthias Brugger Reviewed-by: AngeloGioacchino Del Regno