diff options
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/Kconfig | 1 | ||||
-rw-r--r-- | drivers/i2c/algos/Kconfig | 1 | ||||
-rw-r--r-- | drivers/i2c/algos/Makefile | 1 | ||||
-rw-r--r-- | drivers/i2c/busses/Kconfig | 1 | ||||
-rw-r--r-- | drivers/i2c/busses/i2c-sirf.c | 3 | ||||
-rw-r--r-- | drivers/i2c/busses/i2c-xgene-slimpro.c | 15 | ||||
-rw-r--r-- | drivers/i2c/muxes/Kconfig | 1 |
7 files changed, 7 insertions, 16 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index c6b7fc7b67d6..abedd55a1264 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # I2C subsystem configuration | 3 | # I2C subsystem configuration |
3 | # | 4 | # |
diff --git a/drivers/i2c/algos/Kconfig b/drivers/i2c/algos/Kconfig index f1cfe7e5508b..aea523529ef6 100644 --- a/drivers/i2c/algos/Kconfig +++ b/drivers/i2c/algos/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # I2C algorithm drivers configuration | 3 | # I2C algorithm drivers configuration |
3 | # | 4 | # |
diff --git a/drivers/i2c/algos/Makefile b/drivers/i2c/algos/Makefile index 215303f60d61..9b319a30d2ea 100644 --- a/drivers/i2c/algos/Makefile +++ b/drivers/i2c/algos/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the i2c algorithms | 3 | # Makefile for the i2c algorithms |
3 | # | 4 | # |
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 26186439db6b..ee5dfb5aee2a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Sensor device configuration | 3 | # Sensor device configuration |
3 | # | 4 | # |
diff --git a/drivers/i2c/busses/i2c-sirf.c b/drivers/i2c/busses/i2c-sirf.c index 87197ece0f90..fb7a046b3226 100644 --- a/drivers/i2c/busses/i2c-sirf.c +++ b/drivers/i2c/busses/i2c-sirf.c | |||
@@ -1,9 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * I2C bus driver for CSR SiRFprimaII | 3 | * I2C bus driver for CSR SiRFprimaII |
3 | * | 4 | * |
4 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. | 5 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. |
5 | * | ||
6 | * Licensed under GPLv2 or later. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #include <linux/interrupt.h> | 8 | #include <linux/interrupt.h> |
diff --git a/drivers/i2c/busses/i2c-xgene-slimpro.c b/drivers/i2c/busses/i2c-xgene-slimpro.c index a7ac746018ad..63cbb9c7c1b0 100644 --- a/drivers/i2c/busses/i2c-xgene-slimpro.c +++ b/drivers/i2c/busses/i2c-xgene-slimpro.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * X-Gene SLIMpro I2C Driver | 3 | * X-Gene SLIMpro I2C Driver |
3 | * | 4 | * |
@@ -5,22 +6,8 @@ | |||
5 | * Author: Feng Kan <fkan@apm.com> | 6 | * Author: Feng Kan <fkan@apm.com> |
6 | * Author: Hieu Le <hnle@apm.com> | 7 | * Author: Hieu Le <hnle@apm.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License as | ||
10 | * published by the Free Software Foundation; either version 2 of | ||
11 | * the License, or (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | ||
20 | * | ||
21 | * This driver provides support for X-Gene SLIMpro I2C device access | 9 | * This driver provides support for X-Gene SLIMpro I2C device access |
22 | * using the APM X-Gene SLIMpro mailbox driver. | 10 | * using the APM X-Gene SLIMpro mailbox driver. |
23 | * | ||
24 | */ | 11 | */ |
25 | #include <acpi/pcc.h> | 12 | #include <acpi/pcc.h> |
26 | #include <linux/acpi.h> | 13 | #include <linux/acpi.h> |
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index 52a4a922e7e6..c6040aa839ac 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Multiplexer I2C chip drivers configuration | 3 | # Multiplexer I2C chip drivers configuration |
3 | # | 4 | # |