diff options
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/accel/ssp_accel_sensor.c | 12 | ||||
-rw-r--r-- | drivers/iio/adc/hx711.c | 11 | ||||
-rw-r--r-- | drivers/iio/adc/mxs-lradc-adc.c | 11 | ||||
-rw-r--r-- | drivers/iio/adc/rockchip_saradc.c | 11 | ||||
-rw-r--r-- | drivers/iio/common/ssp_sensors/ssp.h | 12 | ||||
-rw-r--r-- | drivers/iio/common/ssp_sensors/ssp_dev.c | 12 | ||||
-rw-r--r-- | drivers/iio/common/ssp_sensors/ssp_iio.c | 12 | ||||
-rw-r--r-- | drivers/iio/common/ssp_sensors/ssp_spi.c | 12 | ||||
-rw-r--r-- | drivers/iio/dac/m62332.c | 11 | ||||
-rw-r--r-- | drivers/iio/dac/mcp4922.c | 12 | ||||
-rw-r--r-- | drivers/iio/dac/vf610_dac.c | 11 | ||||
-rw-r--r-- | drivers/iio/gyro/ssp_gyro_sensor.c | 12 | ||||
-rw-r--r-- | drivers/iio/health/max30102.c | 11 | ||||
-rw-r--r-- | drivers/iio/humidity/dht11.c | 11 | ||||
-rw-r--r-- | drivers/iio/light/isl29018.c | 11 | ||||
-rw-r--r-- | drivers/iio/light/tsl2583.c | 11 | ||||
-rw-r--r-- | drivers/iio/magnetometer/hmc5843_core.c | 11 | ||||
-rw-r--r-- | drivers/iio/pressure/abp060mg.c | 11 | ||||
-rw-r--r-- | drivers/iio/proximity/srf04.c | 11 |
19 files changed, 19 insertions, 197 deletions
diff --git a/drivers/iio/accel/ssp_accel_sensor.c b/drivers/iio/accel/ssp_accel_sensor.c index dd6ece8f9239..c32647abce20 100644 --- a/drivers/iio/accel/ssp_accel_sensor.c +++ b/drivers/iio/accel/ssp_accel_sensor.c | |||
@@ -1,16 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. | 3 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | */ | 4 | */ |
15 | 5 | ||
16 | #include <linux/iio/common/ssp_sensors.h> | 6 | #include <linux/iio/common/ssp_sensors.h> |
diff --git a/drivers/iio/adc/hx711.c b/drivers/iio/adc/hx711.c index 36b59d8957fb..88c7fe15003b 100644 --- a/drivers/iio/adc/hx711.c +++ b/drivers/iio/adc/hx711.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * HX711: analog to digital converter for weight sensor module | 3 | * HX711: analog to digital converter for weight sensor module |
3 | * | 4 | * |
4 | * Copyright (c) 2016 Andreas Klinger <ak@it-klinger.de> | 5 | * Copyright (c) 2016 Andreas Klinger <ak@it-klinger.de> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 6 | */ |
16 | #include <linux/err.h> | 7 | #include <linux/err.h> |
17 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
diff --git a/drivers/iio/adc/mxs-lradc-adc.c b/drivers/iio/adc/mxs-lradc-adc.c index 5384472b6c4d..9d2f74c2489a 100644 --- a/drivers/iio/adc/mxs-lradc-adc.c +++ b/drivers/iio/adc/mxs-lradc-adc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Freescale MXS LRADC ADC driver | 3 | * Freescale MXS LRADC ADC driver |
3 | * | 4 | * |
@@ -7,16 +8,6 @@ | |||
7 | * Authors: | 8 | * Authors: |
8 | * Marek Vasut <marex@denx.de> | 9 | * Marek Vasut <marex@denx.de> |
9 | * Ksenija Stanojevic <ksenija.stanojevic@gmail.com> | 10 | * Ksenija Stanojevic <ksenija.stanojevic@gmail.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | */ | 11 | */ |
21 | 12 | ||
22 | #include <linux/completion.h> | 13 | #include <linux/completion.h> |
diff --git a/drivers/iio/adc/rockchip_saradc.c b/drivers/iio/adc/rockchip_saradc.c index 1f98566d5b3c..dd8299831e09 100644 --- a/drivers/iio/adc/rockchip_saradc.c +++ b/drivers/iio/adc/rockchip_saradc.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Rockchip Successive Approximation Register (SAR) A/D Converter | 3 | * Rockchip Successive Approximation Register (SAR) A/D Converter |
3 | * Copyright (C) 2014 ROCKCHIP, Inc. | 4 | * Copyright (C) 2014 ROCKCHIP, Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | #include <linux/module.h> | 7 | #include <linux/module.h> |
diff --git a/drivers/iio/common/ssp_sensors/ssp.h b/drivers/iio/common/ssp_sensors/ssp.h index 82a01addd919..0a381bb1ae6f 100644 --- a/drivers/iio/common/ssp_sensors/ssp.h +++ b/drivers/iio/common/ssp_sensors/ssp.h | |||
@@ -1,16 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. | 3 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | */ | 4 | */ |
15 | 5 | ||
16 | #ifndef __SSP_SENSORHUB_H__ | 6 | #ifndef __SSP_SENSORHUB_H__ |
diff --git a/drivers/iio/common/ssp_sensors/ssp_dev.c b/drivers/iio/common/ssp_sensors/ssp_dev.c index 9e13be2c0cb9..9c70553994c6 100644 --- a/drivers/iio/common/ssp_sensors/ssp_dev.c +++ b/drivers/iio/common/ssp_sensors/ssp_dev.c | |||
@@ -1,16 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. | 3 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | */ | 4 | */ |
15 | 5 | ||
16 | #include <linux/iio/iio.h> | 6 | #include <linux/iio/iio.h> |
diff --git a/drivers/iio/common/ssp_sensors/ssp_iio.c b/drivers/iio/common/ssp_sensors/ssp_iio.c index e38f704d88b7..5336db81ba0a 100644 --- a/drivers/iio/common/ssp_sensors/ssp_iio.c +++ b/drivers/iio/common/ssp_sensors/ssp_iio.c | |||
@@ -1,16 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. | 3 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | */ | 4 | */ |
15 | 5 | ||
16 | #include <linux/iio/common/ssp_sensors.h> | 6 | #include <linux/iio/common/ssp_sensors.h> |
diff --git a/drivers/iio/common/ssp_sensors/ssp_spi.c b/drivers/iio/common/ssp_sensors/ssp_spi.c index 2ab106bb3e03..7db3d5886e3e 100644 --- a/drivers/iio/common/ssp_sensors/ssp_spi.c +++ b/drivers/iio/common/ssp_sensors/ssp_spi.c | |||
@@ -1,16 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. | 3 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | */ | 4 | */ |
15 | 5 | ||
16 | #include "ssp.h" | 6 | #include "ssp.h" |
diff --git a/drivers/iio/dac/m62332.c b/drivers/iio/dac/m62332.c index 19031943dabe..3205ca98c32d 100644 --- a/drivers/iio/dac/m62332.c +++ b/drivers/iio/dac/m62332.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * m62332.c - Support for Mitsubishi m62332 DAC | 3 | * m62332.c - Support for Mitsubishi m62332 DAC |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on max517 driver: | 7 | * Based on max517 driver: |
7 | * Copyright (C) 2010, 2011 Roland Stigge <stigge@antcom.de> | 8 | * Copyright (C) 2010, 2011 Roland Stigge <stigge@antcom.de> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/drivers/iio/dac/mcp4922.c b/drivers/iio/dac/mcp4922.c index b5190d1dae8e..f9194b3ddc9c 100644 --- a/drivers/iio/dac/mcp4922.c +++ b/drivers/iio/dac/mcp4922.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * mcp4922.c | 3 | * mcp4922.c |
3 | * | 4 | * |
@@ -5,17 +6,6 @@ | |||
5 | * Supports MCP4902, MCP4912, and MCP4922. | 6 | * Supports MCP4902, MCP4912, and MCP4922. |
6 | * | 7 | * |
7 | * Copyright (c) 2014 EMAC Inc. | 8 | * Copyright (c) 2014 EMAC Inc. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | * | ||
19 | */ | 9 | */ |
20 | 10 | ||
21 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/drivers/iio/dac/vf610_dac.c b/drivers/iio/dac/vf610_dac.c index 5dccdd16cab3..0ec4d2609ef9 100644 --- a/drivers/iio/dac/vf610_dac.c +++ b/drivers/iio/dac/vf610_dac.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Freescale Vybrid vf610 DAC driver | 3 | * Freescale Vybrid vf610 DAC driver |
3 | * | 4 | * |
4 | * Copyright 2016 Toradex AG | 5 | * Copyright 2016 Toradex AG |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 6 | */ |
16 | 7 | ||
17 | #include <linux/clk.h> | 8 | #include <linux/clk.h> |
diff --git a/drivers/iio/gyro/ssp_gyro_sensor.c b/drivers/iio/gyro/ssp_gyro_sensor.c index 2dacd8e01045..4e4ee4167544 100644 --- a/drivers/iio/gyro/ssp_gyro_sensor.c +++ b/drivers/iio/gyro/ssp_gyro_sensor.c | |||
@@ -1,16 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. | 3 | * Copyright (C) 2014, Samsung Electronics Co. Ltd. All Rights Reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | */ | 4 | */ |
15 | 5 | ||
16 | #include <linux/iio/common/ssp_sensors.h> | 6 | #include <linux/iio/common/ssp_sensors.h> |
diff --git a/drivers/iio/health/max30102.c b/drivers/iio/health/max30102.c index 3e29562ce374..74fc260b957e 100644 --- a/drivers/iio/health/max30102.c +++ b/drivers/iio/health/max30102.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * max30102.c - Support for MAX30102 heart rate and pulse oximeter sensor | 3 | * max30102.c - Support for MAX30102 heart rate and pulse oximeter sensor |
3 | * | 4 | * |
@@ -6,16 +7,6 @@ | |||
6 | * Support for MAX30105 optical particle sensor | 7 | * Support for MAX30105 optical particle sensor |
7 | * Copyright (C) 2017 Peter Meerwald-Stadler <pmeerw@pmeerw.net> | 8 | * Copyright (C) 2017 Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | * | ||
19 | * 7-bit I2C chip address: 0x57 | 10 | * 7-bit I2C chip address: 0x57 |
20 | * TODO: proximity power saving feature | 11 | * TODO: proximity power saving feature |
21 | */ | 12 | */ |
diff --git a/drivers/iio/humidity/dht11.c b/drivers/iio/humidity/dht11.c index 1a9f8f4ffb88..c8159205c77d 100644 --- a/drivers/iio/humidity/dht11.c +++ b/drivers/iio/humidity/dht11.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * DHT11/DHT22 bit banging GPIO driver | 3 | * DHT11/DHT22 bit banging GPIO driver |
3 | * | 4 | * |
4 | * Copyright (c) Harald Geyer <harald@ccbib.org> | 5 | * Copyright (c) Harald Geyer <harald@ccbib.org> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 6 | */ |
16 | 7 | ||
17 | #include <linux/err.h> | 8 | #include <linux/err.h> |
diff --git a/drivers/iio/light/isl29018.c b/drivers/iio/light/isl29018.c index 846df4dce48c..805a74f08ad1 100644 --- a/drivers/iio/light/isl29018.c +++ b/drivers/iio/light/isl29018.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * A iio driver for the light sensor ISL 29018/29023/29035. | 3 | * A iio driver for the light sensor ISL 29018/29023/29035. |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * sensing and infrared sensing. | 6 | * sensing and infrared sensing. |
6 | * | 7 | * |
7 | * Copyright (c) 2010, NVIDIA Corporation. | 8 | * Copyright (c) 2010, NVIDIA Corporation. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
15 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
16 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
17 | * more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/drivers/iio/light/tsl2583.c b/drivers/iio/light/tsl2583.c index 4b5d9988f025..a760d14e146a 100644 --- a/drivers/iio/light/tsl2583.c +++ b/drivers/iio/light/tsl2583.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Device driver for monitoring ambient light intensity (lux) | 3 | * Device driver for monitoring ambient light intensity (lux) |
3 | * within the TAOS tsl258x family of devices (tsl2580, tsl2581, tsl2583). | 4 | * within the TAOS tsl258x family of devices (tsl2580, tsl2581, tsl2583). |
4 | * | 5 | * |
5 | * Copyright (c) 2011, TAOS Corporation. | 6 | * Copyright (c) 2011, TAOS Corporation. |
6 | * Copyright (c) 2016-2017 Brian Masney <masneyb@onstation.org> | 7 | * Copyright (c) 2016-2017 Brian Masney <masneyb@onstation.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
14 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
15 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
16 | * more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
diff --git a/drivers/iio/magnetometer/hmc5843_core.c b/drivers/iio/magnetometer/hmc5843_core.c index 05629ec56d80..c44a4292da92 100644 --- a/drivers/iio/magnetometer/hmc5843_core.c +++ b/drivers/iio/magnetometer/hmc5843_core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Device driver for the the HMC5843 multi-chip module designed | 3 | * Device driver for the the HMC5843 multi-chip module designed |
3 | * for low field magnetic sensing. | 4 | * for low field magnetic sensing. |
@@ -8,16 +9,6 @@ | |||
8 | * Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs. | 9 | * Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs. |
9 | * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>. | 10 | * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>. |
10 | * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014 | 11 | * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014 |
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 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/iio/pressure/abp060mg.c b/drivers/iio/pressure/abp060mg.c index 46a220c70d6a..267aad8af0a6 100644 --- a/drivers/iio/pressure/abp060mg.c +++ b/drivers/iio/pressure/abp060mg.c | |||
@@ -1,15 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 - Marcin Malagowski <mrc@bourne.st> | 3 | * Copyright (C) 2016 - Marcin Malagowski <mrc@bourne.st> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | */ | 4 | */ |
14 | #include <linux/delay.h> | 5 | #include <linux/delay.h> |
15 | #include <linux/device.h> | 6 | #include <linux/device.h> |
diff --git a/drivers/iio/proximity/srf04.c b/drivers/iio/proximity/srf04.c index 1bad4018d1aa..8b50d56b0a03 100644 --- a/drivers/iio/proximity/srf04.c +++ b/drivers/iio/proximity/srf04.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * SRF04: ultrasonic sensor for distance measuring by using GPIOs | 3 | * SRF04: ultrasonic sensor for distance measuring by using GPIOs |
3 | * | 4 | * |
4 | * Copyright (c) 2017 Andreas Klinger <ak@it-klinger.de> | 5 | * Copyright (c) 2017 Andreas Klinger <ak@it-klinger.de> |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | * For details about the device see: | 7 | * For details about the device see: |
17 | * http://www.robot-electronics.co.uk/htm/srf04tech.htm | 8 | * http://www.robot-electronics.co.uk/htm/srf04tech.htm |
18 | * | 9 | * |