|
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> |
30 | 20 |
|
31 | 21 | #include <linux/kernel.h>
|
32 | 22 | #include <linux/ioport.h>
|
|
0 commit comments