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 B6DF9C433EF for ; Wed, 16 Feb 2022 15:28:52 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=nL67g0cKisGkN0fEd+kc9xkKK9LHFHbtmDTXbwrqulc=; b=AvZmLRShOwer11 FjlwdG7fk+Up8f5f4yfykamx7WjS/VlnueiJ87yXrDNWz/MvU0unrs+qQZ6n2wEUDsJANnvPjghba KQa0Lw8y41lWjjvN17bI+TEHxAHl2WBgNcHRdZy4FD+Qeex3vvllO3HxAcefLvZXj0C5z8267mq/g 3gaBSMPIx8HUtcdehDvdud1GRSeE7pbKe8K5iTIKXAXih+YEOBIRV37a0ki4qxl1grku+zhLjaJbt 5jgHTQ1H82tVwdmdpYhSgZirBVorE8hX0SHVuWXI8NbzUMEUElq5Ev33wJSDbIf5pmmyQ/sENVGQe 62rdPW2Ukgnh8hHoQpdA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nKMEU-007Uwa-5x; Wed, 16 Feb 2022 15:28:42 +0000 Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nKMEG-007Uuo-K5; Wed, 16 Feb 2022 15:28:28 +0000 Date: Wed, 16 Feb 2022 07:28:28 -0800 From: Christoph Hellwig To: "Maciej W. Rozycki" Cc: Christoph Hellwig , Sudip Mukherjee , Catalin Marinas , Will Deacon , Guo Ren , Paul Walmsley , Palmer Dabbelt , Albert Ou , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Alexander Gordeev , Sven Schnelle , Jeff Dike , Richard Weinberger , Anton Ivanov , Chris Zankel , Max Filippov , linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-um@lists.infradead.org, linux-xtensa@linux-xtensa.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] parport_pc: Also enable driver for PCI systems Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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: , 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 On Tue, Feb 15, 2022 at 09:11:45AM +0000, Maciej W. Rozycki wrote: > On Mon, 14 Feb 2022, Christoph Hellwig wrote: > > > > =================================================================== > > > --- linux-macro.orig/arch/arm64/include/asm/Kbuild > > > +++ linux-macro/arch/arm64/include/asm/Kbuild > > > @@ -3,6 +3,7 @@ generic-y += early_ioremap.h > > > generic-y += mcs_spinlock.h > > > generic-y += qrwlock.h > > > generic-y += qspinlock.h > > > +generic-y += parport.h > > > > Instead of adding generic-y just ad a mandatory-y in > > include/asm-generic/Kbuild. > > I'm inconvinced. Not all archs want it, 5 don't. Which is exactly what mandatory-y is for. Provide the asm-generic version by default, but let architectures override it. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv