| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/media/i2c/adp1653.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * Tuukka Toivonen <tuukkat76@gmail.com> |
|---|
| 11 | 12 | * Pavel Machek <pavel@ucw.cz> |
|---|
| 12 | 13 | * |
|---|
| 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 | | - * |
|---|
| 22 | 14 | * TODO: |
|---|
| 23 | 15 | * - fault interrupt handling |
|---|
| 24 | 16 | * - hardware strobe |
|---|
| 25 | 17 | * - power doesn't need to be ON if all lights are off |
|---|
| 26 | | - * |
|---|
| 27 | 18 | */ |
|---|
| 28 | 19 | |
|---|
| 29 | 20 | #include <linux/delay.h> |
|---|