diff options
Diffstat (limited to 'drivers/iio/adc/ti-adc081c.c')
-rw-r--r-- | drivers/iio/adc/ti-adc081c.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/adc/ti-adc081c.c b/drivers/iio/adc/ti-adc081c.c index 405e3779c0c5..0235863ff77b 100644 --- a/drivers/iio/adc/ti-adc081c.c +++ b/drivers/iio/adc/ti-adc081c.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * TI ADC081C/ADC101C/ADC121C 8/10/12-bit ADC driver | 3 | * TI ADC081C/ADC101C/ADC121C 8/10/12-bit ADC driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Avionic Design GmbH | 5 | * Copyright (C) 2012 Avionic Design GmbH |
5 | * Copyright (C) 2016 Intel | 6 | * Copyright (C) 2016 Intel |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * Datasheets: | 8 | * Datasheets: |
12 | * http://www.ti.com/lit/ds/symlink/adc081c021.pdf | 9 | * http://www.ti.com/lit/ds/symlink/adc081c021.pdf |
13 | * http://www.ti.com/lit/ds/symlink/adc101c021.pdf | 10 | * http://www.ti.com/lit/ds/symlink/adc101c021.pdf |