| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Freescale SPI/eSPI controller driver library. |
|---|
| 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 | #ifndef __SPI_FSL_LIB_H__ |
|---|
| 19 | 15 | #define __SPI_FSL_LIB_H__ |
|---|
| .. | .. |
|---|
| 95 | 91 | |
|---|
| 96 | 92 | struct mpc8xxx_spi_probe_info { |
|---|
| 97 | 93 | struct fsl_spi_platform_data pdata; |
|---|
| 98 | | - int *gpios; |
|---|
| 99 | | - bool *alow_flags; |
|---|
| 94 | + __be32 __iomem *immr_spi_cs; |
|---|
| 100 | 95 | }; |
|---|
| 101 | 96 | |
|---|
| 102 | 97 | extern u32 mpc8xxx_spi_tx_buf_u8(struct mpc8xxx_spi *mpc8xxx_spi); |
|---|