| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics |
|---|
| 2 | 3 | * Digitizer with Horizontal PLL registers |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * written by Mauro Carvalho Chehab <mchehab@kernel.org>, |
|---|
| 9 | 10 | * the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com> |
|---|
| 10 | 11 | * and the TVP7002 driver in the TI LSP 2.10.00.14 |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 13 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 14 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 15 | | - * (at your option) any later version. |
|---|
| 16 | | - * |
|---|
| 17 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 18 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 19 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 20 | | - * GNU General Public License for more details. |
|---|
| 21 | 12 | */ |
|---|
| 22 | 13 | |
|---|
| 23 | 14 | /* Naming conventions |
|---|