diff options
Diffstat (limited to 'drivers/mfd/lp3943.c')
-rw-r--r-- | drivers/mfd/lp3943.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mfd/lp3943.c b/drivers/mfd/lp3943.c index 65a2a8f14e74..13cb89be3d66 100644 --- a/drivers/mfd/lp3943.c +++ b/drivers/mfd/lp3943.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * TI/National Semiconductor LP3943 MFD Core Driver | 3 | * TI/National Semiconductor LP3943 MFD Core Driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Milo Kim <milo.kim@ti.com> | 7 | * Author: Milo Kim <milo.kim@ti.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * Driver structure: | 9 | * Driver structure: |
13 | * LP3943 is an integrated device capable of driving 16 output channels. | 10 | * LP3943 is an integrated device capable of driving 16 output channels. |
14 | * It can be used for a GPIO expander and PWM generators. | 11 | * It can be used for a GPIO expander and PWM generators. |