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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 CDD02C49EA2 for ; Wed, 9 Jun 2021 14:55:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B07E0611CC for ; Wed, 9 Jun 2021 14:55:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238584AbhFIO5u (ORCPT ); Wed, 9 Jun 2021 10:57:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:33888 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238550AbhFIO5t (ORCPT ); Wed, 9 Jun 2021 10:57:49 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DDBD8613C0; Wed, 9 Jun 2021 14:55:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623250554; bh=KDWz3OoXscRHAaXH5LXDUPHHmO+vg/20YtD86kPzx+o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NZzG5vQIb+/ib76QFDQt3gYG/fjMst3rfbwqfZPpOcrWNsWgJWUKcs6TUXkrvaZQv 9ehpDrv7XcuSlzoMGbOJNk5U+8U+DXprDCxbrjnF9Zz/4GVyz+9phCpCALz9pjfFoO Wfyeat5eDYV6ipnXW5AhQlPebgRKMFRZIqe3R7vE= Date: Wed, 9 Jun 2021 16:55:52 +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 2/4] fpga: xilinx: reorganize to subdir layout Message-ID: References: <20210609142208.3085451-1-trix@redhat.com> <20210609142208.3085451-4-trix@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210609142208.3085451-4-trix@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On Wed, Jun 09, 2021 at 07:22:06AM -0700, trix@redhat.com wrote: > From: Tom Rix > > Create a xilinx/ subdir > Move xilinx-* and zynq* files to it. > Add a Kconfig and Makefile > > Signed-off-by: Tom Rix Any specific reason why you did not add a SPDX line to the new file you created here? {sigh} greg k-h