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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34275C48BCF for ; Wed, 9 Jun 2021 16:08:53 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 04A9C60FDC for ; Wed, 9 Jun 2021 16:08:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 04A9C60FDC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=GvEEo9WQmg5uPJSiGG+O6so58C8xtGbas3pQddtgPBo=; b=Ktc5NKDz4sVmHE 5jhgXXJyN2qLrKrLxneD/8dMpEDQXLI9aJwBLAEVpSrU1YAMHuxxFPvF+hoeSLHhNKR0EbulHn/OI bRXEVgQNLkfFNp12z2bUwuxy/npPXgeyhVqFI78zV2qr/Go3NQu6tyLGGQVn/2uAIWT0ggwM4KYZW jxpZlDreDWeBGEd4aoI/LtpR/TVGpRgqAKhEIgg2FvFoKOc963bCdjss004knvp7yunoK7pebltqT LWwHJUJQQSDRcuKBx6hulzW8Wyr/OuxDuRYZo/9UjAvXTQTgl8zTQUIO4gclLCWA/gEWzOLu+8+nG tFKiBC66sEUplrOzvwLw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lr0jD-00En6r-4I; Wed, 09 Jun 2021 16:06:51 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqzaK-00EQXK-PT for linux-arm-kernel@lists.infradead.org; Wed, 09 Jun 2021 14:53:38 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 71A8C611CC; Wed, 9 Jun 2021 14:53:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623250416; bh=uk70CsMhsrkc3F7Q+zfWu7qyyqHOpmGKxxcZXQstBIY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iNvpgC7wex4V8S8lgaahAbFhjyQQstKOynEpf05VLtuC9vJymllfrAUvyTVTi2chv Gy0A3vdXRK9yHXCcmBeQ9Cd8b+/oisxZJ2Q+qOlXWOstIksiBQZz9mv2DDQm16H4sd lPQ0xXxEfjIlh3drZ+zT7b1soLQQrnQG6AVzY/WA= Date: Wed, 9 Jun 2021 16:53:33 +0200 From: Greg KH To: trix@redhat.com Cc: mdf@kernel.org, hao.wu@intel.com, michal.simek@xilinx.com, nava.manne@xilinx.com, dinguyen@kernel.org, krzysztof.kozlowski@canonical.com, yilun.xu@intel.com, arnd@arndb.de, fpacheco@redhat.com, richard.gong@intel.com, luca@lucaceresoli.net, linux-kernel@vger.kernel.org, linux-fpga@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/4] fpga: reorganize to subdirs Message-ID: References: <20210609142208.3085451-1-trix@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210609142208.3085451-1-trix@redhat.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210609_075336_883336_3B4CEDB2 X-CRM114-Status: GOOD ( 16.75 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jun 09, 2021 at 07:22:03AM -0700, trix@redhat.com wrote: > From: Tom Rix > > The incoming xrt patchset has a toplevel subdir xrt/ > The current fpga/ uses a single dir with filename prefixes to subdivide owners > For consistency, there should be only one way to organize the fpga/ dir. > Because the subdir model scales better, refactor to use it. > The discussion wrt xrt is here: > https://lore.kernel.org/linux-fpga/68e85a4f-4a10-1ff9-0443-aa565878c855@redhat.com/ > > Follow drivers/net/ethernet/ which has control configs > NET_VENDOR_BLA that map to drivers/net/ethernet/bla > Since fpgas do not have many vendors, drop the 'VENDOR' and use > FPGA_BLA. > > There are several new subdirs > altera/ > dfl/ > lattice/ > xilinx/ > > Each subdir has a Kconfig that has a new/reused > > if FPGA_BLA > ... existing configs ... > endif FPGA_BLA > > Which is sourced into the main fpga/Kconfig > > Each subdir has a Makefile whose transversal is controlled in the > fpga/Makefile by > > obj-$(CONFIG_FPGA_BLA) += bla/ > > Some cleanup to arrange thing alphabetically and make fpga/Makefile's > whitespace look more like net/'s > > Changes from > v1 > Drop renaming files > Cleanup makefiles You can rename the files, you just can not rename the .ko objects without everyone knowing what you are doing and you trying to bury it in the middle of a differently described patch. If you want to do that, do you? I don't really understand why you want to move things around right now other than "we have 40 files in one directory, ick!". greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel