Skip to content

Commit 3a67fe3

Browse files
committed
pinctrl: lynxpoint: Update summary in the driver
Reflect in the driver that it is now a pin control one. While here, update copyright years and authors. Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Mika Westerberg <[email protected]>
1 parent 64e14e9 commit 3a67fe3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

drivers/pinctrl/intel/pinctrl-lynxpoint.c

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* GPIO controller driver for Intel Lynxpoint PCH chipset>
4-
* Copyright (c) 2012, Intel Corporation.
3+
* Intel Lynxpoint PCH pinctrl/GPIO driver
54
*
6-
* Author: Mathias Nyman <[email protected]>
5+
* Copyright (c) 2012, 2019, Intel Corporation
6+
* Authors: Mathias Nyman <[email protected]>
7+
* Andy Shevchenko <[email protected]>
78
*/
89

910
#include <linux/acpi.h>
@@ -968,6 +969,7 @@ subsys_initcall(lp_gpio_init);
968969
module_exit(lp_gpio_exit);
969970

970971
MODULE_AUTHOR("Mathias Nyman (Intel)");
971-
MODULE_DESCRIPTION("GPIO interface for Intel Lynxpoint");
972+
MODULE_AUTHOR("Andy Shevchenko (Intel)");
973+
MODULE_DESCRIPTION("Intel Lynxpoint pinctrl driver");
972974
MODULE_LICENSE("GPL v2");
973975
MODULE_ALIAS("platform:lp_gpio");

0 commit comments

Comments
 (0)