From patchwork Thu Aug 16 05:58:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dennis Dalessandro X-Patchwork-Id: 10566971 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 76937921 for ; Thu, 16 Aug 2018 05:58:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5B9492AA63 for ; Thu, 16 Aug 2018 05:58:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4FADC2AA76; Thu, 16 Aug 2018 05:58:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E49C82AA63 for ; Thu, 16 Aug 2018 05:58:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388783AbeHPIyi (ORCPT ); Thu, 16 Aug 2018 04:54:38 -0400 Received: from mga02.intel.com ([134.134.136.20]:48283 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731172AbeHPIyi (ORCPT ); Thu, 16 Aug 2018 04:54:38 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Aug 2018 22:58:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,246,1531810800"; d="scan'208";a="77221062" Received: from scymds01.sc.intel.com ([10.82.194.37]) by fmsmga002.fm.intel.com with ESMTP; 15 Aug 2018 22:58:20 -0700 Received: from scvm10.sc.intel.com (scvm10.sc.intel.com [10.82.195.27]) by scymds01.sc.intel.com with ESMTP id w7G5wKik020220; Wed, 15 Aug 2018 22:58:20 -0700 Received: from scvm10.sc.intel.com (localhost [127.0.0.1]) by scvm10.sc.intel.com with ESMTP id w7G5wKaD025887; Wed, 15 Aug 2018 22:58:20 -0700 Subject: [PATCH for-next 0/3] IB/hfi1: Misc clean ups From: Dennis Dalessandro To: jgg@ziepe.ca, dledford@redhat.com Cc: linux-rdma@vger.kernel.org, "Michael J. Ruhl" , Mike Marciniszyn , Sadanand Warrier Date: Wed, 15 Aug 2018 22:58:20 -0700 Message-ID: <20180816055709.22522.49880.stgit@scvm10.sc.intel.com> User-Agent: StGit/0.17.1-18-g2e886-dirty MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Doug and Jason, Here are a couple clean up patches that could go to for-next. Whether that is the current merge window or the next. They are pretty simple so the merge window might work out OK. I split these out from some more in depth changes that you will probably want to push off till 4.20. --- Dennis Dalessandro (1): IB/hfi1: Rework file list in Makefile Michael J. Ruhl (2): IB/hfi1: Remove duplicated defines IB/hfi1: tune_pcie_caps is arbitrarily placed, poorly drivers/infiniband/hw/hfi1/Makefile | 40 ++++++++++++++++++++++++++++++----- drivers/infiniband/hw/hfi1/chip.c | 6 +++++ drivers/infiniband/hw/hfi1/hfi.h | 1 + drivers/infiniband/hw/hfi1/pcie.c | 18 +++++++--------- drivers/infiniband/hw/hfi1/sdma.h | 10 --------- 5 files changed, 49 insertions(+), 26 deletions(-) -- -Denny