提交 d3f26a27 编写于 作者: M Marek Vasut 提交者: Stefano Babic

mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLE

The CONFIG_MXS_SPI_DMA_ENABLE is no longer relevant as the SPI DMA
has proven to work correctly. Remove this configuration option.
Signed-off-by: NMarek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Stefano Babic <sbabic@denx.de>
上级 c96e78cc
......@@ -40,17 +40,6 @@
#define MXSSSP_SMALL_TRANSFER 512
/*
* CONFIG_MXS_SPI_DMA_ENABLE: Experimental mixed PIO/DMA support for MXS SPI
* host. Use with utmost caution!
*
* Enabling this is not yet recommended since this
* still doesn't support transfers to/from unaligned
* addresses. Therefore this driver will not work
* for example with saving environment. This is
* caused by DMA alignment constraints on MXS.
*/
struct mxs_spi_slave {
struct spi_slave slave;
uint32_t max_khz;
......@@ -347,12 +336,7 @@ int spi_xfer(struct spi_slave *slave, unsigned int bitlen,
char dummy;
int write = 0;
char *data = NULL;
#ifdef CONFIG_MXS_SPI_DMA_ENABLE
int dma = 1;
#else
int dma = 0;
#endif
if (bitlen == 0) {
if (flags & SPI_XFER_END) {
......
......@@ -244,7 +244,6 @@
#ifdef CONFIG_CMD_SPI
#define CONFIG_HARD_SPI
#define CONFIG_MXS_SPI
#define CONFIG_MXS_SPI_DMA_ENABLE
#define CONFIG_SPI_HALF_DUPLEX
#define CONFIG_DEFAULT_SPI_BUS 2
#define CONFIG_DEFAULT_SPI_CS 0
......
......@@ -202,7 +202,6 @@
#ifdef CONFIG_CMD_SPI
#define CONFIG_HARD_SPI
#define CONFIG_MXS_SPI
#define CONFIG_MXS_SPI_DMA_ENABLE
#define CONFIG_SPI_HALF_DUPLEX
#define CONFIG_DEFAULT_SPI_BUS 2
#define CONFIG_DEFAULT_SPI_MODE SPI_MODE_0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册