diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2011-07-11 14:15:48 +0200 | 
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-11 14:15:55 +0200 | 
| commit | b7e9c223be8ce335e30f2cf6ba588e6a4092275c (patch) | |
| tree | 2d1e3b75606abc18df7ad65e51ac3f90cd68b38d /arch/arm/mach-s5pv210/dev-spi.c | |
| parent | c172d82500a6cf3c32d1e650722a1055d72ce858 (diff) | |
| parent | e3bbfa78bab125f58b831b5f7f45b5a305091d72 (diff) | |
| download | olio-linux-3.10-b7e9c223be8ce335e30f2cf6ba588e6a4092275c.tar.xz olio-linux-3.10-b7e9c223be8ce335e30f2cf6ba588e6a4092275c.zip  | |
Merge branch 'master' into for-next
Sync with Linus' tree to be able to apply pending patches that
are based on newer code already present upstream.
Diffstat (limited to 'arch/arm/mach-s5pv210/dev-spi.c')
| -rw-r--r-- | arch/arm/mach-s5pv210/dev-spi.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/dev-spi.c b/arch/arm/mach-s5pv210/dev-spi.c index e3249a47e3b..eaf9a7bff7a 100644 --- a/arch/arm/mach-s5pv210/dev-spi.c +++ b/arch/arm/mach-s5pv210/dev-spi.c @@ -85,6 +85,7 @@ static struct s3c64xx_spi_info s5pv210_spi0_pdata = {  	.fifo_lvl_mask = 0x1ff,  	.rx_lvl_offset = 15,  	.high_speed = 1, +	.tx_st_done = 25,  };  static u64 spi_dmamask = DMA_BIT_MASK(32); @@ -129,6 +130,7 @@ static struct s3c64xx_spi_info s5pv210_spi1_pdata = {  	.fifo_lvl_mask = 0x7f,  	.rx_lvl_offset = 15,  	.high_speed = 1, +	.tx_st_done = 25,  };  struct platform_device s5pv210_device_spi1 = {  |