Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4762015imu; Tue, 29 Jan 2019 07:07:53 -0800 (PST) X-Google-Smtp-Source: ALg8bN5LunZ47ByDPtpyc1y1GTC9aR/AxeUVUXN6IZ9YRr7SkNcbwZSMcYAfFJoocD7l3UOgTXYd X-Received: by 2002:a62:5d0c:: with SMTP id r12mr27516768pfb.0.1548774473161; Tue, 29 Jan 2019 07:07:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548774473; cv=none; d=google.com; s=arc-20160816; b=SydyJ2w+q/z5wBhnQkx33x3VboTofhzhLfbHFV9ekYgW0QGLPXmLcyKOrNiX98U2Id 8j+KP5kRtR0A6EbMwsN3nvfsuYmQ6uuEO4qWlHhOhri7pQMr/MHNfO2WA+QWY0TTz54Y ay6JjugfO/5BxJxnnvJCG31fbPCuDt+bKP1DVofhmwqsPK9q2f0ZFp7Q0wTrpKsUomKw wHuW3DfxOiy04iPfIX2JNKP1CYdyIRj+NkHSXkMHJp9fWLrGknU6QqvQPlOUuo8N8MTc IkAJINi+zbmHFnXd4REe499i+9q8p/hebMvPxoAbT9j/PS4+okziEwhGPZbV+TJiacHO HBCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=NHftFqOa9Rtk1AcquBmLEWE3RWpoDGfcvnv06/wZ27E=; b=sTc3rpa2DhmvdJdy/zVwAxUDpKQ8HhznH/KSwf1kzU9Uz/plLcN0fQ8Z83dkHIRb0x ctNEWib7andMlcrE1afM+RpQxI9VSIwoTGQQCdHDDOWeFDqD8nYrddvSoTPWUWnLS11O FqA0+EagsZj1lrAx3RaY4Hdhh9G4AkngPtM4H30S8f5WVQzCRZvNw0njcVwvg0HNLh2s f7FZkUrNx3XIhMITuf1nzZJHNpJvOS9DyFk5Gd/6ZjvkT5j4dM8j4o+ssHy0dUsBz45K TewHorqHTVCaHetuLLmqxzSlXvMvehA2D1PJUnM/toprKiRGKXiS1h7fTp7+cYZpwfWy 5hwg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d37si37353433plb.140.2019.01.29.07.07.37; Tue, 29 Jan 2019 07:07:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729242AbfA2PFM (ORCPT + 99 others); Tue, 29 Jan 2019 10:05:12 -0500 Received: from mga06.intel.com ([134.134.136.31]:3058 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728219AbfA2PBw (ORCPT ); Tue, 29 Jan 2019 10:01:52 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2019 07:01:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,537,1539673200"; d="scan'208";a="110723765" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga007.jf.intel.com with ESMTP; 29 Jan 2019 07:01:48 -0800 Received: by black.fi.intel.com (Postfix, from userid 1001) id A3D0668C; Tue, 29 Jan 2019 17:01:44 +0200 (EET) From: Mika Westerberg To: linux-kernel@vger.kernel.org Cc: Michael Jamet , Yehezkel Bernat , Andreas Noever , Lukas Wunner , "David S . Miller" , Mika Westerberg , Andy Shevchenko , netdev@vger.kernel.org Subject: [PATCH 10/28] thunderbolt: Rename tunnel_pci to tunnel Date: Tue, 29 Jan 2019 18:01:25 +0300 Message-Id: <20190129150143.12681-11-mika.westerberg@linux.intel.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190129150143.12681-1-mika.westerberg@linux.intel.com> References: <20190129150143.12681-1-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In order to tunnel non-PCIe traffic as well rename tunnel_pci.[ch] to tunnel.[ch] to reflect this fact. No functional changes. Signed-off-by: Mika Westerberg --- drivers/thunderbolt/Makefile | 2 +- drivers/thunderbolt/tb.c | 2 +- drivers/thunderbolt/{tunnel_pci.c => tunnel.c} | 4 ++-- drivers/thunderbolt/{tunnel_pci.h => tunnel.h} | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) rename drivers/thunderbolt/{tunnel_pci.c => tunnel.c} (98%) rename drivers/thunderbolt/{tunnel_pci.h => tunnel.h} (87%) diff --git a/drivers/thunderbolt/Makefile b/drivers/thunderbolt/Makefile index 8531f15d3b3c..833bdee3cec7 100644 --- a/drivers/thunderbolt/Makefile +++ b/drivers/thunderbolt/Makefile @@ -1,3 +1,3 @@ obj-${CONFIG_THUNDERBOLT} := thunderbolt.o -thunderbolt-objs := nhi.o ctl.o tb.o switch.o cap.o path.o tunnel_pci.o eeprom.o +thunderbolt-objs := nhi.o ctl.o tb.o switch.o cap.o path.o tunnel.o eeprom.o thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o diff --git a/drivers/thunderbolt/tb.c b/drivers/thunderbolt/tb.c index 8e9761d950d6..6047afc6f7b8 100644 --- a/drivers/thunderbolt/tb.c +++ b/drivers/thunderbolt/tb.c @@ -12,7 +12,7 @@ #include "tb.h" #include "tb_regs.h" -#include "tunnel_pci.h" +#include "tunnel.h" /** * struct tb_cm - Simple Thunderbolt connection manager diff --git a/drivers/thunderbolt/tunnel_pci.c b/drivers/thunderbolt/tunnel.c similarity index 98% rename from drivers/thunderbolt/tunnel_pci.c rename to drivers/thunderbolt/tunnel.c index 4fae236a4a39..bd1194f65d14 100644 --- a/drivers/thunderbolt/tunnel_pci.c +++ b/drivers/thunderbolt/tunnel.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Thunderbolt Cactus Ridge driver - PCIe tunnel + * Thunderbolt Cactus Ridge driver - Tunneling support * * Copyright (c) 2014 Andreas Noever */ @@ -8,7 +8,7 @@ #include #include -#include "tunnel_pci.h" +#include "tunnel.h" #include "tb.h" #define __TB_TUNNEL_PRINT(level, tunnel, fmt, arg...) \ diff --git a/drivers/thunderbolt/tunnel_pci.h b/drivers/thunderbolt/tunnel.h similarity index 87% rename from drivers/thunderbolt/tunnel_pci.h rename to drivers/thunderbolt/tunnel.h index f9b65fa1fd4d..dff0f27d6ab5 100644 --- a/drivers/thunderbolt/tunnel_pci.h +++ b/drivers/thunderbolt/tunnel.h @@ -1,12 +1,12 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * Thunderbolt Cactus Ridge driver - PCIe tunnel + * Thunderbolt Cactus Ridge driver - Tunneling support * * Copyright (c) 2014 Andreas Noever */ -#ifndef TB_PCI_H_ -#define TB_PCI_H_ +#ifndef TB_TUNNEL_H_ +#define TB_TUNNEL_H_ #include "tb.h" -- 2.20.1