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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 904C0C48BCF for ; Wed, 9 Jun 2021 10:00:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F42E610C7 for ; Wed, 9 Jun 2021 10:00:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238545AbhFIKCg (ORCPT ); Wed, 9 Jun 2021 06:02:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:45236 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236044AbhFIKCg (ORCPT ); Wed, 9 Jun 2021 06:02:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 61E986128A; Wed, 9 Jun 2021 10:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623232841; bh=IrNl7vfYlp+saZHXReXLrhcdAC1w3K2DQvXRBiZoqE4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1BOCOjMr/rJivnL5uoCS+hChPU6Hs9/5OpwrwnY6ZIDDKPOy+BFK2Ch460O+JcniA C9jPf3kC6NRCFFhISSDMPa3sAciPL4t1dy35eVu4rrd53EVRwa3vUAT+dn/6za47LV pFEKGY1X8QjnGTRPQdZPWHsjiFH8MGNpgr5HTuNo= Date: Wed, 9 Jun 2021 12:00:38 +0200 From: Greg KH To: trix@redhat.com Cc: hao.wu@intel.com, mdf@kernel.org, corbet@lwn.net, michal.simek@xilinx.com, dinguyen@kernel.org, krzysztof.kozlowski@canonical.com, nava.manne@xilinx.com, yilun.xu@intel.com, davidgow@google.com, fpacheco@redhat.com, richard.gong@intel.com, luca@lucaceresoli.net, linux-fpga@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/7] fpga: reorganize to subdirs Message-ID: References: <20210608162340.3010204-1-trix@redhat.com> <20210608162340.3010204-2-trix@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210608162340.3010204-2-trix@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Jun 08, 2021 at 09:23:33AM -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. Why did we get two 0/7 emails? confused, greg k-h 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 95DD5C48BCD for ; Wed, 9 Jun 2021 10:07:03 +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 5F64361377 for ; Wed, 9 Jun 2021 10:07:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5F64361377 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=4s1InxGfAtn4EHHjci8uAekHWebAR71DHDN3SVgQhC4=; b=KfuCZ5RlSNiCnb pXbaTzwks7L/TvMLzafAfGrTMXXfq0RieSRQduyYFuEFsr/eofJlQOJL2PYHxSYkuqUnuoltLdVf7 nj3WaVqWrtjP1O/6Q5U3NdNMZ81MLrff2PASDaADfDTBHZGW0EnGrJEc7lJwrpsQHh3tUATgt+Uy4 5zp+KX/N6EyanBEKoNrh7zRZK//JCqdaQzTbVLWZVFemVcK8y39QTRZ4PnHccpYcZZb8ukJy0OC3e dOqg5gKG9wWPtcCc9cyMo9I5g7phYjD5MGXBJvK6wGJqWZgUU+B3njwujki/szfo1jpDQD0992P4m 1iRcX86P2/W4kUWYZ99Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqv4s-00CsYF-Ov; Wed, 09 Jun 2021 10:04:53 +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 1lqv0s-00CrTD-60 for linux-arm-kernel@lists.infradead.org; Wed, 09 Jun 2021 10:00:43 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 61E986128A; Wed, 9 Jun 2021 10:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623232841; bh=IrNl7vfYlp+saZHXReXLrhcdAC1w3K2DQvXRBiZoqE4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1BOCOjMr/rJivnL5uoCS+hChPU6Hs9/5OpwrwnY6ZIDDKPOy+BFK2Ch460O+JcniA C9jPf3kC6NRCFFhISSDMPa3sAciPL4t1dy35eVu4rrd53EVRwa3vUAT+dn/6za47LV pFEKGY1X8QjnGTRPQdZPWHsjiFH8MGNpgr5HTuNo= Date: Wed, 9 Jun 2021 12:00:38 +0200 From: Greg KH To: trix@redhat.com Cc: hao.wu@intel.com, mdf@kernel.org, corbet@lwn.net, michal.simek@xilinx.com, dinguyen@kernel.org, krzysztof.kozlowski@canonical.com, nava.manne@xilinx.com, yilun.xu@intel.com, davidgow@google.com, fpacheco@redhat.com, richard.gong@intel.com, luca@lucaceresoli.net, linux-fpga@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/7] fpga: reorganize to subdirs Message-ID: References: <20210608162340.3010204-1-trix@redhat.com> <20210608162340.3010204-2-trix@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210608162340.3010204-2-trix@redhat.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210609_030042_281236_16736F1D X-CRM114-Status: UNSURE ( 9.55 ) X-CRM114-Notice: Please train this message. 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 Tue, Jun 08, 2021 at 09:23:33AM -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. Why did we get two 0/7 emails? confused, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel