hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/i2c/adp1653.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * drivers/media/i2c/adp1653.c
34 *
....@@ -10,20 +11,10 @@
1011 * Tuukka Toivonen <tuukkat76@gmail.com>
1112 * Pavel Machek <pavel@ucw.cz>
1213 *
13
- * This program is free software; you can redistribute it and/or
14
- * modify it under the terms of the GNU General Public License
15
- * version 2 as published by the Free Software Foundation.
16
- *
17
- * This program is distributed in the hope that it will be useful, but
18
- * WITHOUT ANY WARRANTY; without even the implied warranty of
19
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
- * General Public License for more details.
21
- *
2214 * TODO:
2315 * - fault interrupt handling
2416 * - hardware strobe
2517 * - power doesn't need to be ON if all lights are off
26
- *
2718 */
2819
2920 #include <linux/delay.h>