diff options
Diffstat (limited to 'drivers/iio/adc/sun4i-gpadc-iio.c')
-rw-r--r-- | drivers/iio/adc/sun4i-gpadc-iio.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/adc/sun4i-gpadc-iio.c b/drivers/iio/adc/sun4i-gpadc-iio.c index 04d7147e0110..a09e7f5dd8f7 100644 --- a/drivers/iio/adc/sun4i-gpadc-iio.c +++ b/drivers/iio/adc/sun4i-gpadc-iio.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* ADC driver for sunxi platforms' (A10, A13 and A31) GPADC | 2 | /* ADC driver for sunxi platforms' (A10, A13 and A31) GPADC |
2 | * | 3 | * |
3 | * Copyright (c) 2016 Quentin Schulz <quentin.schulz@free-electrons.com> | 4 | * Copyright (c) 2016 Quentin Schulz <quentin.schulz@free-electrons.com> |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify it under | ||
6 | * the terms of the GNU General Public License version 2 as published by the | ||
7 | * Free Software Foundation. | ||
8 | * | ||
9 | * The Allwinner SoCs all have an ADC that can also act as a touchscreen | 6 | * The Allwinner SoCs all have an ADC that can also act as a touchscreen |
10 | * controller and a thermal sensor. | 7 | * controller and a thermal sensor. |
11 | * The thermal sensor works only when the ADC acts as a touchscreen controller | 8 | * The thermal sensor works only when the ADC acts as a touchscreen controller |