Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-next
This commit is contained in:
commit
cc7e35baca
8 changed files with 162 additions and 75 deletions
|
|
@ -196,6 +196,7 @@ enum pxa_ssp_type {
|
|||
LPSS_BSW_SSP,
|
||||
LPSS_SPT_SSP,
|
||||
LPSS_BXT_SSP,
|
||||
LPSS_CNL_SSP,
|
||||
};
|
||||
|
||||
struct ssp_device {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,16 @@
|
|||
#ifndef __SPI_SH_MSIOF_H__
|
||||
#define __SPI_SH_MSIOF_H__
|
||||
|
||||
enum {
|
||||
MSIOF_SPI_MASTER,
|
||||
MSIOF_SPI_SLAVE,
|
||||
};
|
||||
|
||||
struct sh_msiof_spi_info {
|
||||
int tx_fifo_override;
|
||||
int rx_fifo_override;
|
||||
u16 num_chipselect;
|
||||
int mode;
|
||||
unsigned int dma_tx_id;
|
||||
unsigned int dma_rx_id;
|
||||
u32 dtdl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue