lkml.org 
[lkml]   [2018]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3/3] thunderbolt: Add Intel as copyright holder
    Date
    Intel has done pretty major changes to the driver and we continue to do
    so in the future as well. Add Intel as copyright holder of the files we
    have done changes.

    While there drop "Cactus Ridge" from the headers because this driver
    works also with other Thunderbolt controllers.

    No functional changes intended.

    Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
    ---
    drivers/thunderbolt/cap.c | 3 ++-
    drivers/thunderbolt/ctl.c | 3 ++-
    drivers/thunderbolt/ctl.h | 3 ++-
    drivers/thunderbolt/eeprom.c | 3 ++-
    drivers/thunderbolt/nhi.c | 3 ++-
    drivers/thunderbolt/nhi.h | 3 ++-
    drivers/thunderbolt/nhi_regs.h | 1 +
    drivers/thunderbolt/switch.c | 3 ++-
    drivers/thunderbolt/tb.h | 3 ++-
    drivers/thunderbolt/tb_regs.h | 3 ++-
    10 files changed, 19 insertions(+), 9 deletions(-)

    diff --git a/drivers/thunderbolt/cap.c b/drivers/thunderbolt/cap.c
    index c2277b8ee88d..9553305c63ea 100644
    --- a/drivers/thunderbolt/cap.c
    +++ b/drivers/thunderbolt/cap.c
    @@ -1,8 +1,9 @@
    // SPDX-License-Identifier: GPL-2.0
    /*
    - * Thunderbolt Cactus Ridge driver - capabilities lookup
    + * Thunderbolt driver - capabilities lookup
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #include <linux/slab.h>
    diff --git a/drivers/thunderbolt/ctl.c b/drivers/thunderbolt/ctl.c
    index 2ab6033a0a3d..270fec96c603 100644
    --- a/drivers/thunderbolt/ctl.c
    +++ b/drivers/thunderbolt/ctl.c
    @@ -1,8 +1,9 @@
    // SPDX-License-Identifier: GPL-2.0
    /*
    - * Thunderbolt Cactus Ridge driver - control channel and configuration commands
    + * Thunderbolt driver - control channel and configuration commands
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #include <linux/crc32.h>
    diff --git a/drivers/thunderbolt/ctl.h b/drivers/thunderbolt/ctl.h
    index 3062e0b5f71e..2f1a1e111110 100644
    --- a/drivers/thunderbolt/ctl.h
    +++ b/drivers/thunderbolt/ctl.h
    @@ -1,8 +1,9 @@
    /* SPDX-License-Identifier: GPL-2.0 */
    /*
    - * Thunderbolt Cactus Ridge driver - control channel and configuration commands
    + * Thunderbolt driver - control channel and configuration commands
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #ifndef _TB_CFG
    diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c
    index d2dd40390783..81e8ac4c5805 100644
    --- a/drivers/thunderbolt/eeprom.c
    +++ b/drivers/thunderbolt/eeprom.c
    @@ -1,8 +1,9 @@
    // SPDX-License-Identifier: GPL-2.0
    /*
    - * Thunderbolt Cactus Ridge driver - eeprom access
    + * Thunderbolt driver - eeprom access
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #include <linux/crc32.h>
    diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c
    index 26d34b76a88f..9aa44f9762a3 100644
    --- a/drivers/thunderbolt/nhi.c
    +++ b/drivers/thunderbolt/nhi.c
    @@ -1,10 +1,11 @@
    /*
    - * Thunderbolt Cactus Ridge driver - NHI driver
    + * Thunderbolt driver - NHI driver
    *
    * The NHI (native host interface) is the pci device that allows us to send and
    * receive frames from the thunderbolt bus.
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #include <linux/pm_runtime.h>
    diff --git a/drivers/thunderbolt/nhi.h b/drivers/thunderbolt/nhi.h
    index 1696a4560948..1b5d47ecd3ed 100644
    --- a/drivers/thunderbolt/nhi.h
    +++ b/drivers/thunderbolt/nhi.h
    @@ -1,8 +1,9 @@
    /* SPDX-License-Identifier: GPL-2.0 */
    /*
    - * Thunderbolt Cactus Ridge driver - NHI driver
    + * Thunderbolt driver - NHI driver
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #ifndef DSL3510_H_
    diff --git a/drivers/thunderbolt/nhi_regs.h b/drivers/thunderbolt/nhi_regs.h
    index b3e49d19c01e..a60bd98c1d04 100644
    --- a/drivers/thunderbolt/nhi_regs.h
    +++ b/drivers/thunderbolt/nhi_regs.h
    @@ -3,6 +3,7 @@
    * Thunderbolt driver - NHI registers
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #ifndef NHI_REGS_H_
    diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c
    index 81134ee29578..354ecc3b2791 100644
    --- a/drivers/thunderbolt/switch.c
    +++ b/drivers/thunderbolt/switch.c
    @@ -1,8 +1,9 @@
    // SPDX-License-Identifier: GPL-2.0
    /*
    - * Thunderbolt Cactus Ridge driver - switch/port utility functions
    + * Thunderbolt driver - switch/port utility functions
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #include <linux/delay.h>
    diff --git a/drivers/thunderbolt/tb.h b/drivers/thunderbolt/tb.h
    index 5a99245573c0..52584c4003e3 100644
    --- a/drivers/thunderbolt/tb.h
    +++ b/drivers/thunderbolt/tb.h
    @@ -1,8 +1,9 @@
    /* SPDX-License-Identifier: GPL-2.0 */
    /*
    - * Thunderbolt Cactus Ridge driver - bus logic (NHI independent)
    + * Thunderbolt driver - bus logic (NHI independent)
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #ifndef TB_H_
    diff --git a/drivers/thunderbolt/tb_regs.h b/drivers/thunderbolt/tb_regs.h
    index 693b0353c3fe..6f1ff04ee195 100644
    --- a/drivers/thunderbolt/tb_regs.h
    +++ b/drivers/thunderbolt/tb_regs.h
    @@ -1,12 +1,13 @@
    /* SPDX-License-Identifier: GPL-2.0 */
    /*
    - * Thunderbolt Cactus Ridge driver - Port/Switch config area registers
    + * Thunderbolt driver - Port/Switch config area registers
    *
    * Every thunderbolt device consists (logically) of a switch with multiple
    * ports. Every port contains up to four config regions (HOPS, PORT, SWITCH,
    * COUNTERS) which are used to configure the device.
    *
    * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
    + * Copyright (C) 2018, Intel Corporation
    */

    #ifndef _TB_REGS
    --
    2.18.0
    \
     
     \ /
      Last update: 2018-09-03 15:33    [W:4.450 / U:1.264 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site