diff options
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-altera.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-armada-3700.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-ath79.c | 6 | ||||
-rw-r--r-- | drivers/spi/spi-atmel.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-efm32.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-ep93xx.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-falcon.c | 4 | ||||
-rw-r--r-- | drivers/spi/spi-nuc900.c | 6 | ||||
-rw-r--r-- | drivers/spi/spi-oc-tiny.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-orion.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-ppc4xx.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-pxa2xx-dma.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-pxa2xx.h | 5 | ||||
-rw-r--r-- | drivers/spi/spi-rb4xx.c | 6 | ||||
-rw-r--r-- | drivers/spi/spi-s3c24xx-fiq.S | 5 | ||||
-rw-r--r-- | drivers/spi/spi-s3c24xx-fiq.h | 5 | ||||
-rw-r--r-- | drivers/spi/spi-s3c24xx.c | 6 | ||||
-rw-r--r-- | drivers/spi/spi-sh-sci.c | 6 | ||||
-rw-r--r-- | drivers/spi/spi-tle62x0.c | 5 | ||||
-rw-r--r-- | drivers/spi/spi-xilinx.c | 4 | ||||
-rw-r--r-- | drivers/spi/spi-xtensa-xtfpga.c | 5 |
21 files changed, 21 insertions, 87 deletions
diff --git a/drivers/spi/spi-altera.c b/drivers/spi/spi-altera.c index a5adf0d868fc..ea160f117f88 100644 --- a/drivers/spi/spi-altera.c +++ b/drivers/spi/spi-altera.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Altera SPI driver | 3 | * Altera SPI driver |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright (c) 2006 Ben Dooks | 8 | * Copyright (c) 2006 Ben Dooks |
8 | * Copyright (c) 2006 Simtec Electronics | 9 | * Copyright (c) 2006 Simtec Electronics |
9 | * Ben Dooks <ben@simtec.co.uk> | 10 | * Ben Dooks <ben@simtec.co.uk> |
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 version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/interrupt.h> | 13 | #include <linux/interrupt.h> |
diff --git a/drivers/spi/spi-armada-3700.c b/drivers/spi/spi-armada-3700.c index 7dcb14d303eb..032888344822 100644 --- a/drivers/spi/spi-armada-3700.c +++ b/drivers/spi/spi-armada-3700.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Marvell Armada-3700 SPI controller driver | 3 | * Marvell Armada-3700 SPI controller driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Wilson Ding <dingwei@marvell.com> | 7 | * Author: Wilson Ding <dingwei@marvell.com> |
7 | * Author: Romain Perier <romain.perier@free-electrons.com> | 8 | * Author: Romain Perier <romain.perier@free-electrons.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/clk.h> | 11 | #include <linux/clk.h> |
diff --git a/drivers/spi/spi-ath79.c b/drivers/spi/spi-ath79.c index 847f354ebef1..032a615e4ccd 100644 --- a/drivers/spi/spi-ath79.c +++ b/drivers/spi/spi-ath79.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs | 3 | * SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * This driver has been based on the spi-gpio.c: | 7 | * This driver has been based on the spi-gpio.c: |
7 | * Copyright (C) 2006,2008 David Brownell | 8 | * Copyright (C) 2006,2008 David Brownell |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c index 4954f0ab1606..f00b367523cd 100644 --- a/drivers/spi/spi-atmel.c +++ b/drivers/spi/spi-atmel.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for Atmel AT32 and AT91 SPI Controllers | 3 | * Driver for Atmel AT32 and AT91 SPI Controllers |
3 | * | 4 | * |
4 | * Copyright (C) 2006 Atmel Corporation | 5 | * Copyright (C) 2006 Atmel Corporation |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
diff --git a/drivers/spi/spi-efm32.c b/drivers/spi/spi-efm32.c index 065fe8744989..eb1f2142a335 100644 --- a/drivers/spi/spi-efm32.c +++ b/drivers/spi/spi-efm32.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012-2013 Uwe Kleine-Koenig for Pengutronix | 3 | * Copyright (C) 2012-2013 Uwe Kleine-Koenig for Pengutronix |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it under | ||
5 | * the terms of the GNU General Public License version 2 as published by the | ||
6 | * Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | #include <linux/kernel.h> | 5 | #include <linux/kernel.h> |
9 | #include <linux/io.h> | 6 | #include <linux/io.h> |
diff --git a/drivers/spi/spi-ep93xx.c b/drivers/spi/spi-ep93xx.c index 81889389280b..4034e3ec0ba2 100644 --- a/drivers/spi/spi-ep93xx.c +++ b/drivers/spi/spi-ep93xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for Cirrus Logic EP93xx SPI controller. | 3 | * Driver for Cirrus Logic EP93xx SPI controller. |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * For more information about the SPI controller see documentation on Cirrus | 11 | * For more information about the SPI controller see documentation on Cirrus |
11 | * Logic web site: | 12 | * Logic web site: |
12 | * http://www.cirrus.com/en/pubs/manual/EP93xx_Users_Guide_UM1.pdf | 13 | * http://www.cirrus.com/en/pubs/manual/EP93xx_Users_Guide_UM1.pdf |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <linux/io.h> | 16 | #include <linux/io.h> |
diff --git a/drivers/spi/spi-falcon.c b/drivers/spi/spi-falcon.c index f8638e82e5db..00f46c816a56 100644 --- a/drivers/spi/spi-falcon.c +++ b/drivers/spi/spi-falcon.c | |||
@@ -1,7 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2012 Thomas Langer <thomas.langer@lantiq.com> | 4 | * Copyright (C) 2012 Thomas Langer <thomas.langer@lantiq.com> |
7 | */ | 5 | */ |
diff --git a/drivers/spi/spi-nuc900.c b/drivers/spi/spi-nuc900.c index f51a058e7678..37e2034ad4d5 100644 --- a/drivers/spi/spi-nuc900.c +++ b/drivers/spi/spi-nuc900.c | |||
@@ -1,11 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2009 Nuvoton technology. | 3 | * Copyright (c) 2009 Nuvoton technology. |
3 | * Wan ZongShun <mcuos.com@gmail.com> | 4 | * Wan ZongShun <mcuos.com@gmail.com> |
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 version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #include <linux/module.h> | 7 | #include <linux/module.h> |
diff --git a/drivers/spi/spi-oc-tiny.c b/drivers/spi/spi-oc-tiny.c index 085f580be7ec..bbc4ba66571f 100644 --- a/drivers/spi/spi-oc-tiny.c +++ b/drivers/spi/spi-oc-tiny.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OpenCores tiny SPI master driver | 3 | * OpenCores tiny SPI master driver |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Copyright (c) 2006 Ben Dooks | 10 | * Copyright (c) 2006 Ben Dooks |
10 | * Copyright (c) 2006 Simtec Electronics | 11 | * Copyright (c) 2006 Simtec Electronics |
11 | * Ben Dooks <ben@simtec.co.uk> | 12 | * Ben Dooks <ben@simtec.co.uk> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
diff --git a/drivers/spi/spi-orion.c b/drivers/spi/spi-orion.c index 25ea4a9e0dbc..6643ccdc2508 100644 --- a/drivers/spi/spi-orion.c +++ b/drivers/spi/spi-orion.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Marvell Orion SPI controller driver | 3 | * Marvell Orion SPI controller driver |
3 | * | 4 | * |
4 | * Author: Shadi Ammouri <shadi@marvell.com> | 5 | * Author: Shadi Ammouri <shadi@marvell.com> |
5 | * Copyright (C) 2007-2008 Marvell Ltd. | 6 | * Copyright (C) 2007-2008 Marvell Ltd. |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/interrupt.h> | 9 | #include <linux/interrupt.h> |
diff --git a/drivers/spi/spi-ppc4xx.c b/drivers/spi/spi-ppc4xx.c index 967d94844b30..0ea2d9a369d9 100644 --- a/drivers/spi/spi-ppc4xx.c +++ b/drivers/spi/spi-ppc4xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * SPI_PPC4XX SPI controller driver. | 3 | * SPI_PPC4XX SPI controller driver. |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Copyright (c) 2006 Ben Dooks | 11 | * Copyright (c) 2006 Ben Dooks |
11 | * Copyright (c) 2006 Simtec Electronics | 12 | * Copyright (c) 2006 Simtec Electronics |
12 | * Ben Dooks <ben@simtec.co.uk> | 13 | * Ben Dooks <ben@simtec.co.uk> |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify it | ||
15 | * under the terms of the GNU General Public License version 2 as published | ||
16 | * by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | /* | 16 | /* |
diff --git a/drivers/spi/spi-pxa2xx-dma.c b/drivers/spi/spi-pxa2xx-dma.c index e5c26c1779ab..37567bc7a523 100644 --- a/drivers/spi/spi-pxa2xx-dma.c +++ b/drivers/spi/spi-pxa2xx-dma.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PXA2xx SPI DMA engine support. | 3 | * PXA2xx SPI DMA engine support. |
3 | * | 4 | * |
4 | * Copyright (C) 2013, Intel Corporation | 5 | * Copyright (C) 2013, Intel Corporation |
5 | * Author: Mika Westerberg <mika.westerberg@linux.intel.com> | 6 | * Author: Mika Westerberg <mika.westerberg@linux.intel.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/device.h> | 9 | #include <linux/device.h> |
diff --git a/drivers/spi/spi-pxa2xx.h b/drivers/spi/spi-pxa2xx.h index aba777b4502d..1400472bc986 100644 --- a/drivers/spi/spi-pxa2xx.h +++ b/drivers/spi/spi-pxa2xx.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs | 3 | * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs |
3 | * Copyright (C) 2013, Intel Corporation | 4 | * Copyright (C) 2013, Intel Corporation |
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 version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef SPI_PXA2XX_H | 7 | #ifndef SPI_PXA2XX_H |
diff --git a/drivers/spi/spi-rb4xx.c b/drivers/spi/spi-rb4xx.c index fbbf9a188247..51f03d977ad6 100644 --- a/drivers/spi/spi-rb4xx.c +++ b/drivers/spi/spi-rb4xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * SPI controller driver for the Mikrotik RB4xx boards | 3 | * SPI controller driver for the Mikrotik RB4xx boards |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * This file was based on the patches for Linux 2.6.27.39 published by | 8 | * This file was based on the patches for Linux 2.6.27.39 published by |
8 | * MikroTik for their RouterBoard 4xx series devices. | 9 | * MikroTik for their RouterBoard 4xx series devices. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
diff --git a/drivers/spi/spi-s3c24xx-fiq.S b/drivers/spi/spi-s3c24xx-fiq.S index 059f2dc1fda2..e95d6282109e 100644 --- a/drivers/spi/spi-s3c24xx-fiq.S +++ b/drivers/spi/spi-s3c24xx-fiq.S | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* linux/drivers/spi/spi_s3c24xx_fiq.S | 2 | /* linux/drivers/spi/spi_s3c24xx_fiq.S |
2 | * | 3 | * |
3 | * Copyright 2009 Simtec Electronics | 4 | * Copyright 2009 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 6 | * |
6 | * S3C24XX SPI - FIQ pseudo-DMA transfer code | 7 | * S3C24XX SPI - FIQ pseudo-DMA transfer code |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
diff --git a/drivers/spi/spi-s3c24xx-fiq.h b/drivers/spi/spi-s3c24xx-fiq.h index a5950bb25b51..7786b0ea56ec 100644 --- a/drivers/spi/spi-s3c24xx-fiq.h +++ b/drivers/spi/spi-s3c24xx-fiq.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* linux/drivers/spi/spi_s3c24xx_fiq.h | 2 | /* linux/drivers/spi/spi_s3c24xx_fiq.h |
2 | * | 3 | * |
3 | * Copyright 2009 Simtec Electronics | 4 | * Copyright 2009 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 6 | * |
6 | * S3C24XX SPI - FIQ pseudo-DMA transfer support | 7 | * S3C24XX SPI - FIQ pseudo-DMA transfer support |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | /* We have R8 through R13 to play with */ | 10 | /* We have R8 through R13 to play with */ |
diff --git a/drivers/spi/spi-s3c24xx.c b/drivers/spi/spi-s3c24xx.c index 4e7d1bfed7e6..48d8dff05a3a 100644 --- a/drivers/spi/spi-s3c24xx.c +++ b/drivers/spi/spi-s3c24xx.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2006 Ben Dooks | 3 | * Copyright (c) 2006 Ben Dooks |
3 | * Copyright 2006-2009 Simtec Electronics | 4 | * Copyright 2006-2009 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #include <linux/spinlock.h> | 8 | #include <linux/spinlock.h> |
diff --git a/drivers/spi/spi-sh-sci.c b/drivers/spi/spi-sh-sci.c index 393701cfca3c..8f30531e1418 100644 --- a/drivers/spi/spi-sh-sci.c +++ b/drivers/spi/spi-sh-sci.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * SH SCI SPI interface | 3 | * SH SCI SPI interface |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Based on S3C24XX GPIO based SPI driver, which is: | 7 | * Based on S3C24XX GPIO based SPI driver, which is: |
7 | * Copyright (c) 2006 Ben Dooks | 8 | * Copyright (c) 2006 Ben Dooks |
8 | * Copyright (c) 2006 Simtec Electronics | 9 | * Copyright (c) 2006 Simtec Electronics |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
diff --git a/drivers/spi/spi-tle62x0.c b/drivers/spi/spi-tle62x0.c index c6ae775289e5..60dc69a39ace 100644 --- a/drivers/spi/spi-tle62x0.c +++ b/drivers/spi/spi-tle62x0.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support Infineon TLE62x0 driver chips | 3 | * Support Infineon TLE62x0 driver chips |
3 | * | 4 | * |
4 | * Copyright (c) 2007 Simtec Electronics | 5 | * Copyright (c) 2007 Simtec Electronics |
5 | * Ben Dooks, <ben@simtec.co.uk> | 6 | * Ben Dooks, <ben@simtec.co.uk> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/device.h> | 9 | #include <linux/device.h> |
diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c index 63fedc49ae9c..d5f9d5fbb3e8 100644 --- a/drivers/spi/spi-xilinx.c +++ b/drivers/spi/spi-xilinx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Xilinx SPI controller driver (master mode only) | 3 | * Xilinx SPI controller driver (master mode only) |
3 | * | 4 | * |
@@ -8,9 +9,6 @@ | |||
8 | * Copyright (c) 2009 Intel Corporation | 9 | * Copyright (c) 2009 Intel Corporation |
9 | * 2002-2007 (c) MontaVista Software, Inc. | 10 | * 2002-2007 (c) MontaVista Software, Inc. |
10 | 11 | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 12 | */ |
15 | 13 | ||
16 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/spi/spi-xtensa-xtfpga.c b/drivers/spi/spi-xtensa-xtfpga.c index 8ce04f829a80..86516eb1e143 100644 --- a/drivers/spi/spi-xtensa-xtfpga.c +++ b/drivers/spi/spi-xtensa-xtfpga.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Xtensa xtfpga SPI controller driver | 3 | * Xtensa xtfpga SPI controller driver |
3 | * | 4 | * |
4 | * Copyright (c) 2014 Cadence Design Systems Inc. | 5 | * Copyright (c) 2014 Cadence Design Systems Inc. |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/delay.h> | 8 | #include <linux/delay.h> |