| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Freescale SPI controller driver cpm functions. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * CPM SPI and QE buffer descriptors mode support: |
|---|
| 10 | 11 | * Copyright (c) 2009 MontaVista Software, Inc. |
|---|
| 11 | 12 | * Author: Anton Vorontsov <avorontsov@ru.mvista.com> |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 14 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 15 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 16 | | - * option) any later version. |
|---|
| 17 | 13 | */ |
|---|
| 18 | 14 | |
|---|
| 19 | 15 | #ifndef __SPI_FSL_CPM_H__ |
|---|