Skip to content

Commit 4c23e48

Browse files
Fabio Estevambroonie
authored andcommitted
spi: mxs: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Cc: Marek Vasut <marex@denx.de> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7965059 commit 4c23e48

File tree

1 file changed

+19
-29
lines changed

1 file changed

+19
-29
lines changed

drivers/spi/spi-mxs.c

Lines changed: 19 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,22 @@
1-
/*
2-
* Freescale MXS SPI master driver
3-
*
4-
* Copyright 2012 DENX Software Engineering, GmbH.
5-
* Copyright 2012 Freescale Semiconductor, Inc.
6-
* Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
7-
*
8-
* Rework and transition to new API by:
9-
* Marek Vasut <marex@denx.de>
10-
*
11-
* Based on previous attempt by:
12-
* Fabio Estevam <fabio.estevam@freescale.com>
13-
*
14-
* Based on code from U-Boot bootloader by:
15-
* Marek Vasut <marex@denx.de>
16-
*
17-
* Based on spi-stmp.c, which is:
18-
* Author: Dmitry Pervushin <dimka@embeddedalley.com>
19-
*
20-
* This program is free software; you can redistribute it and/or modify
21-
* it under the terms of the GNU General Public License as published by
22-
* the Free Software Foundation; either version 2 of the License, or
23-
* (at your option) any later version.
24-
*
25-
* This program is distributed in the hope that it will be useful,
26-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
27-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28-
* GNU General Public License for more details.
29-
*/
1+
// SPDX-License-Identifier: GPL-2.0+
2+
//
3+
// Freescale MXS SPI master driver
4+
//
5+
// Copyright 2012 DENX Software Engineering, GmbH.
6+
// Copyright 2012 Freescale Semiconductor, Inc.
7+
// Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
8+
//
9+
// Rework and transition to new API by:
10+
// Marek Vasut <marex@denx.de>
11+
//
12+
// Based on previous attempt by:
13+
// Fabio Estevam <fabio.estevam@freescale.com>
14+
//
15+
// Based on code from U-Boot bootloader by:
16+
// Marek Vasut <marex@denx.de>
17+
//
18+
// Based on spi-stmp.c, which is:
19+
// Author: Dmitry Pervushin <dimka@embeddedalley.com>
3020

3121
#include <linux/kernel.h>
3222
#include <linux/ioport.h>

0 commit comments

Comments
 (0)