Skip to content

Commit d325268

Browse files
ConchuODclaudiubeznea
authored andcommitted
clk: microchip: mpfs: update module authorship & licencing
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> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20220909123123.2699583-15-conor.dooley@microchip.com
1 parent d815569 commit d325268

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

drivers/clk/microchip/clk-mpfs.c

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* Daire McNamara,<daire.mcnamara@microchip.com>
4-
* Copyright (C) 2020 Microchip Technology Inc. All rights reserved.
3+
* PolarFire SoC MSS/core complex clock control
4+
*
5+
* Copyright (C) 2020-2022 Microchip Technology Inc. All rights reserved.
56
*/
67
#include <linux/auxiliary_bus.h>
78
#include <linux/clk-provider.h>
@@ -509,4 +510,7 @@ static void __exit clk_mpfs_exit(void)
509510
module_exit(clk_mpfs_exit);
510511

511512
MODULE_DESCRIPTION("Microchip PolarFire SoC Clock Driver");
512-
MODULE_LICENSE("GPL v2");
513+
MODULE_AUTHOR("Padmarao Begari <padmarao.begari@microchip.com>");
514+
MODULE_AUTHOR("Daire McNamara <daire.mcnamara@microchip.com>");
515+
MODULE_AUTHOR("Conor Dooley <conor.dooley@microchip.com>");
516+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)