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 0905CE92721 for ; Thu, 5 Oct 2023 16:00:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239797AbjJEP7l (ORCPT ); Thu, 5 Oct 2023 11:59:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231828AbjJEP5E (ORCPT ); Thu, 5 Oct 2023 11:57:04 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C063B5C698; Thu, 5 Oct 2023 07:06:35 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id D28EE68BEB; Thu, 5 Oct 2023 08:57:26 +0200 (CEST) Date: Thu, 5 Oct 2023 08:57:26 +0200 From: Christoph Hellwig To: "Lad, Prabhakar" Cc: Robin Murphy , Geert Uytterhoeven , Arnd Bergmann , Icenowy Zheng , Jisheng Zhang , Drew Fustini , Christoph Hellwig , Lad Prabhakar , Robert Nelson , Ulf Hansson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Adrian Hunter , Guo Ren , Fu Wei , Paul Walmsley , Palmer Dabbelt , Albert Ou , Conor Dooley , Jason Kridner , Xi Ruoyao , Han Gao , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , Alexandre Ghiti , Linux-MM , Fabrizio Castro Subject: Re: [PATCH 0/6] RISC-V: Add eMMC support for TH1520 boards Message-ID: <20231005065726.GA5760@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org No. The global pool is a last resort only for nommu and other very limited setups. It should never be enable in a general-purpose kernel, and if your hardware requires it is a failed designed and should not be supported in a general purpose kernel build.