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 65CE8CDB483 for ; Tue, 17 Oct 2023 12:46:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234304AbjJQMqQ (ORCPT ); Tue, 17 Oct 2023 08:46:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234850AbjJQMqP (ORCPT ); Tue, 17 Oct 2023 08:46:15 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74F53FB for ; Tue, 17 Oct 2023 05:46:13 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 4AE0367373; Tue, 17 Oct 2023 14:46:09 +0200 (CEST) Date: Tue, 17 Oct 2023 14:46:08 +0200 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Christoph Hellwig , Conor Dooley , Greg Ungerer , iommu@lists.linux.dev, Paul Walmsley , Palmer Dabbelt , Conor Dooley , Magnus Damm , Robin Murphy , Marek Szyprowski , Wei Fang , Shenwei Wang , Clark Wang , NXP Linux Team , linux-m68k@lists.linux-m68k.org, netdev@vger.kernel.org, linux-riscv@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Jim Quinlan , arm-soc Subject: Re: [PATCH 04/12] soc: renesas: select RISCV_DMA_NONCOHERENT from ARCH_R9A07G043 Message-ID: <20231017124608.GA4386@lst.de> References: <20231016054755.915155-1-hch@lst.de> <20231016054755.915155-5-hch@lst.de> <20231016-pantyhose-tall-7565b6b20fb9@wendy> <20231016131745.GB26484@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org On Tue, Oct 17, 2023 at 12:44:41PM +0200, Geert Uytterhoeven wrote: > Hi Christoph, > > On Mon, Oct 16, 2023 at 3:17 PM Christoph Hellwig wrote: > > On Mon, Oct 16, 2023 at 01:52:57PM +0100, Conor Dooley wrote: > > > > + select RISCV_DMA_NONCOHERENT > > > > select ERRATA_ANDES if RISCV_SBI > > > > select ERRATA_ANDES_CMO if ERRATA_ANDES > > > > > > Since this Kconfig menu has changed a bit in linux-next, the selects > > > are unconditional here, and ERRATA_ANDES_CMO will in turn select > > > RISCV_DMA_NONCOHERENT. > > > > Oh, looks like another patch landed there in linux-next. I had > > waited for the previous one go go upstream in -rc6. Not sure > > how to best handle this conflict. > > I think the easiest is to ask soc to apply this series? I don't think pulling all the DMA bits into a random other tree would be a good idea. I can hand off the first few bits, but I'd need a stable branch to pull in after that. Which of the half a dozen soc trees we have in linux-next is this anyway?