From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org. [140.211.169.12]) by gmr-mx.google.com with ESMTPS id i19si1128813wme.2.2017.06.16.22.12.03 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Jun 2017 22:12:03 -0700 (PDT) Date: Sat, 17 Jun 2017 07:11:58 +0200 From: Greg Kroah-Hartman Subject: Re: [RFC PATCH 01/13] switchtec: move structure definitions into a common header Message-ID: <20170617051158.GE6040@kroah.com> References: <20170615203729.9009-1-logang@deltatee.com> <20170615203729.9009-2-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170615203729.9009-2-logang@deltatee.com> To: Logan Gunthorpe Cc: linux-ntb@googlegroups.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Jon Mason , Dave Jiang , Allen Hubbe , Bjorn Helgaas , Kurt Schwemmer , Stephen Bates List-ID: On Thu, Jun 15, 2017 at 02:37:17PM -0600, Logan Gunthorpe wrote: > Create the switchtec.h header in include/linux with hardware defines > and the switchtec_dev structure moved directly from switchtec.c. > This is a prep patch for created an NTB driver for switchtec. > > Signed-off-by: Logan Gunthorpe > Reviewed-by: Stephen Bates > Reviewed-by: Kurt Schwemmer Acked-by: Greg Kroah-Hartman