.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Freescale SPI controller driver. |
---|
3 | 4 | * |
---|
.. | .. |
---|
13 | 14 | * GRLIB support: |
---|
14 | 15 | * Copyright (c) 2012 Aeroflex Gaisler AB. |
---|
15 | 16 | * Author: Andreas Larsson <andreas@gaisler.com> |
---|
16 | | - * |
---|
17 | | - * This program is free software; you can redistribute it and/or modify it |
---|
18 | | - * under the terms of the GNU General Public License as published by the |
---|
19 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
20 | | - * option) any later version. |
---|
21 | 17 | */ |
---|
22 | 18 | |
---|
23 | 19 | #ifndef __SPI_FSL_SPI_H__ |
---|