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=-2.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT 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 B8A45ECE560 for ; Mon, 17 Sep 2018 14:43:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7CF3D2088F for ; Mon, 17 Sep 2018 14:43:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7CF3D2088F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728927AbeIQULR (ORCPT ); Mon, 17 Sep 2018 16:11:17 -0400 Received: from mga11.intel.com ([192.55.52.93]:56655 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728790AbeIQULR (ORCPT ); Mon, 17 Sep 2018 16:11:17 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Sep 2018 07:43:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,385,1531810800"; d="scan'208";a="84224618" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga003.jf.intel.com with ESMTP; 17 Sep 2018 07:43:35 -0700 Received: by black.fi.intel.com (Postfix, from userid 1001) id EB1E3FB; Mon, 17 Sep 2018 17:43:34 +0300 (EEST) From: Mika Westerberg To: linux-kernel@vger.kernel.org Cc: Andreas Noever , Michael Jamet , Mika Westerberg , Yehezkel Bernat , Lukas Wunner , Anthony Wong Subject: [PATCH v2 0/4] thunderbolt: Miscellaneous cleanups Date: Mon, 17 Sep 2018 17:43:30 +0300 Message-Id: <20180917144334.18367-1-mika.westerberg@linux.intel.com> X-Mailer: git-send-email 2.18.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Here are a couple of changes which have been in my TODO list some time already but have not had time to make a proper patch out of them until now. The only change to the previous version is that I realized it could be useful for users to see the actual connected devices (including their name which is read from DROM) printed to the system log. Hence the patch 2/4. Mika Westerberg (4): thunderbolt: Make the driver less verbose thunderbolt: Print connected devices thunderbolt: Convert rest of the driver files to use SPDX identifier thunderbolt: Add Intel as copyright holder drivers/thunderbolt/cap.c | 3 +- drivers/thunderbolt/ctl.c | 9 +++-- drivers/thunderbolt/ctl.h | 3 +- drivers/thunderbolt/dma_port.c | 5 +-- drivers/thunderbolt/dma_port.h | 5 +-- drivers/thunderbolt/domain.c | 7 +--- drivers/thunderbolt/eeprom.c | 5 ++- drivers/thunderbolt/icm.c | 5 +-- drivers/thunderbolt/nhi.c | 33 ++++++++-------- drivers/thunderbolt/nhi.h | 3 +- drivers/thunderbolt/nhi_regs.h | 1 + drivers/thunderbolt/path.c | 26 ++++++------- drivers/thunderbolt/property.c | 5 +-- drivers/thunderbolt/switch.c | 71 +++++++++++++++++++--------------- drivers/thunderbolt/tb.c | 10 ++--- drivers/thunderbolt/tb.h | 9 +++-- drivers/thunderbolt/tb_msgs.h | 5 +-- drivers/thunderbolt/tb_regs.h | 3 +- drivers/thunderbolt/xdomain.c | 5 +-- include/linux/thunderbolt.h | 5 +-- 20 files changed, 107 insertions(+), 111 deletions(-) -- 2.18.0