lkml.org 
[lkml]   [2022]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 14/14] clk: microchip: mpfs: update module authorship & licencing
    Date
    Padmarao wrote the driver in its original, pre upstream form.
    Daire & myself have been responsible for getting it upstreamable and
    subsequent development.
    Move Daire out of the blurb & into a MODULE_AUTHOR entry & add entries
    for myself and Padmarao.

    While we are at it, convert the MODULE_LICENSE field to its preferred
    form of "GPL".

    Reviewed-by: Daire McNamara <daire.mcnamara@microchip.com>
    Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
    ---
    drivers/clk/microchip/clk-mpfs.c | 10 +++++++---
    1 file changed, 7 insertions(+), 3 deletions(-)

    diff --git a/drivers/clk/microchip/clk-mpfs.c b/drivers/clk/microchip/clk-mpfs.c
    index 846b7a992aad..4f0a19db7ed7 100644
    --- a/drivers/clk/microchip/clk-mpfs.c
    +++ b/drivers/clk/microchip/clk-mpfs.c
    @@ -1,7 +1,8 @@
    // SPDX-License-Identifier: GPL-2.0-only
    /*
    - * Daire McNamara,<daire.mcnamara@microchip.com>
    - * Copyright (C) 2020 Microchip Technology Inc. All rights reserved.
    + * PolarFire SoC MSS/core complex clock control
    + *
    + * Copyright (C) 2020-2022 Microchip Technology Inc. All rights reserved.
    */
    #include <linux/auxiliary_bus.h>
    #include <linux/clk-provider.h>
    @@ -509,4 +510,7 @@ static void __exit clk_mpfs_exit(void)
    module_exit(clk_mpfs_exit);

    MODULE_DESCRIPTION("Microchip PolarFire SoC Clock Driver");
    -MODULE_LICENSE("GPL v2");
    +MODULE_AUTHOR("Padmarao Begari <padmarao.begari@microchip.com>");
    +MODULE_AUTHOR("Daire McNamara <daire.mcnamara@microchip.com>");
    +MODULE_AUTHOR("Conor Dooley <conor.dooley@microchip.com>");
    +MODULE_LICENSE("GPL");
    --
    2.36.1
    \
     
     \ /
      Last update: 2022-09-09 14:34    [W:4.111 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site