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 B0D10E92736 for ; Thu, 5 Oct 2023 15:58:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235462AbjJEP6M (ORCPT ); Thu, 5 Oct 2023 11:58:12 -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-mmc@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. 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 41FD0E7C4F5 for ; Thu, 5 Oct 2023 06:57:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kAryiVl8cGIXVcV2/bksWNr+5XwXUOYnEXrIM3cM+xM=; b=YndUbRVcCLf/9r IZ0kRSdxCHfclU7xv7sIcazc2wVFl5QFM+h/rxCZmo8+wm4o6dkNlFGJ5B7W6JPBKEhhTD6e44lc/ 4HOavS0CXokgqK0rBPhf/Q2/cnrWCZizfK8jK8ANXSut9zBMriXXgltGPGIRwJLopMveTIlIPwJ6V wWoRau7lrkpnTI3LBc0xtec8NdEkP4ZpsAQf1YDFU9Rc8fftVHDHuIuG/tpYPZRKd7o28zXEnTs7i 9kpL6jHbYG4kYmOKYldKZefCl15nstLBMEdnpbqy4uKXTME4QYhVavV5xZ9mfgiKv0Y2+5QcU3QuZ CnGo6Wp9LrYMFOhY3zIg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qoIIm-001YSR-0Y; Thu, 05 Oct 2023 06:57:40 +0000 Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qoIIi-001YQy-2k for linux-riscv@lists.infradead.org; Thu, 05 Oct 2023 06:57:39 +0000 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" 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-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231004_235737_031633_3EBBE713 X-CRM114-Status: UNSURE ( 9.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ulf Hansson , Jisheng Zhang , Drew Fustini , linux-kernel@vger.kernel.org, Linux-MM , Guo Ren , Krzysztof Kozlowski , linux-riscv@lists.infradead.org, Christoph Hellwig , Geert Uytterhoeven , Fabrizio Castro , devicetree@vger.kernel.org, Conor Dooley , Albert Ou , Alexandre Ghiti , Arnd Bergmann , Han Gao , Lad Prabhakar , Jason Kridner , Paul Walmsley , Robert Nelson , linux-mmc@vger.kernel.org, Adrian Hunter , Conor Dooley , =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , Rob Herring , Palmer Dabbelt , Xi Ruoyao , Robin Murphy , Fu Wei Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.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. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv