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 88565C433EF for ; Thu, 28 Apr 2022 13:55:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347834AbiD1N7J (ORCPT ); Thu, 28 Apr 2022 09:59:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39530 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347817AbiD1N7H (ORCPT ); Thu, 28 Apr 2022 09:59:07 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C3C4286ED; Thu, 28 Apr 2022 06:55:53 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 2D4CB1F458DD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1651154151; bh=0A+3aw2UPkQ8ovDESnexGar9sBmgEXSnygPWIGyxILc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=nP7QpFEAFCOP+N4FdZxDN2KGBkwFF/v4xNXBA6znhP0b3ZBBJbI5sl3Ka1sI4Tn4K 5moJIeiZC5i16HqKUa53+PYARBHMysSewDEUK4lW/ABsY2PDko+rIH+K4FGmkPWHH6 s+gfOSnQVvRNnkxxgDtw6X3QDjcsMT6JtBi6io9xfynNpgAiODWURcVpdm99PCLOrC 9cAajG+1YdXYMUgynsuXy0aGUAlJCK4LPzJIPFdu+c/jfcL1MCQOqQuCY7GDoGlND3 gpJFmEC521+3Vqfgt/jJizjyLgiHxTsd8FFmMq7pwV4d89OjH3GnDh6IopGSRVwlyI 31Na9C0j+LiyA== Message-ID: <2e967249-2735-6bc6-6add-2feeecf6a613@collabora.com> Date: Thu, 28 Apr 2022 15:55:48 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH] clk: mediatek: Delete MT8192 msdc gate Content-Language: en-US To: matthias.bgg@kernel.org, mturquette@baylibre.com, sboyd@kernel.org Cc: weiyi.lu@mediatek.com, chun-jie.chen@mediatek.com, ikjn@chromium.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, allen-kh.cheng@mediatek.com, Matthias Brugger References: <20220422143756.14806-1-matthias.bgg@kernel.org> From: AngeloGioacchino Del Regno In-Reply-To: <20220422143756.14806-1-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 22/04/22 16:37, matthias.bgg@kernel.org ha scritto: > From: Matthias Brugger > > The msdc gate is part of the MMC driver. Delete the not used code. > > Signed-off-by: Matthias Brugger This code will never *ever* be used. I agree with removing it for good. Reviewed-by: AngeloGioacchino Del Regno