From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Subject: Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v4 Date: Fri, 23 Nov 2018 11:36:07 +0900 Message-ID: References: <20181115190538.17016-1-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Christoph Hellwig Cc: mporter@kernel.crashing.org, Alex Bounine , Dominik Brodowski , Linux Kbuild mailing list , linux-arm-kernel , linux-pci@vger.kernel.org, linux-arch , Linux Kernel Mailing List , linuxppc-dev , linux-alpha@vger.kernel.org, Linux-MIPS List-Id: linux-arch.vger.kernel.org On Fri, Nov 23, 2018 at 11:32 AM Masahiro Yamada wrote: > > Hi Christoph, > > > On Fri, Nov 16, 2018 at 4:08 AM Christoph Hellwig wrote: > > > > Hi all, > > > > currently every architecture that wants to provide on of the common > > periphal busses needs to add some boilerplate code and include the > > right Kconfig files. This series instead just selects the presence > > (when needed) and then handles everything in the bus-specific > > Kconfig file under drivers/. > > > Thanks for this work! > > > I applied this series, and it is available at > > git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git > kconfig2 BTW, if you find questionable parts, please let me know. We still have plenty of time by the next MW. Thanks. -- Best Regards Masahiro Yamada From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-06.nifty.com ([210.131.2.91]:39005 "EHLO conssluserg-06.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727343AbeKWNT1 (ORCPT ); Fri, 23 Nov 2018 08:19:27 -0500 MIME-Version: 1.0 References: <20181115190538.17016-1-hch@lst.de> In-Reply-To: From: Masahiro Yamada Date: Fri, 23 Nov 2018 11:36:07 +0900 Message-ID: Subject: Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v4 Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Christoph Hellwig Cc: mporter@kernel.crashing.org, Alex Bounine , Dominik Brodowski , Linux Kbuild mailing list , linux-arm-kernel , linux-pci@vger.kernel.org, linux-arch , Linux Kernel Mailing List , linuxppc-dev , linux-alpha@vger.kernel.org, Linux-MIPS Message-ID: <20181123023607.g-55JNVcfsb6O8JqZEZN1oyq6gflQO9PIuRquQdopQ4@z> On Fri, Nov 23, 2018 at 11:32 AM Masahiro Yamada wrote: > > Hi Christoph, > > > On Fri, Nov 16, 2018 at 4:08 AM Christoph Hellwig wrote: > > > > Hi all, > > > > currently every architecture that wants to provide on of the common > > periphal busses needs to add some boilerplate code and include the > > right Kconfig files. This series instead just selects the presence > > (when needed) and then handles everything in the bus-specific > > Kconfig file under drivers/. > > > Thanks for this work! > > > I applied this series, and it is available at > > git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git > kconfig2 BTW, if you find questionable parts, please let me know. We still have plenty of time by the next MW. Thanks. -- Best Regards Masahiro Yamada