diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-01 18:50:47 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-07 18:28:55 -0400 |
commit | add924f9db9a6c3cea7e47f4d73a097b2c0099b7 (patch) | |
tree | 489286510eb8ce0d5b2c6384c6cfe8e1baf59083 /drivers/spi/spi-s3c64xx.c | |
parent | a07a6a30af15cd356b782b6ddde2c710862e8ff7 (diff) |
spi: s3c64xx: remove s5p64x0 related spi codes
This patch removes s5p64x0 related spi because of no more support for
s5p64x0 SoCs. Meanwhile, cleanup SPI DT bindings for s5p6440-spi, it
should be s5p64x0-spi instead.
Cc: Mark Brown <broonie@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/spi/spi-s3c64xx.c')
-rw-r--r-- | drivers/spi/spi-s3c64xx.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index 75a56968b14c..4a1890a73667 100644 --- a/drivers/spi/spi-s3c64xx.c +++ b/drivers/spi/spi-s3c64xx.c | |||
@@ -1323,12 +1323,6 @@ static struct s3c64xx_spi_port_config s3c6410_spi_port_config = { | |||
1323 | .tx_st_done = 21, | 1323 | .tx_st_done = 21, |
1324 | }; | 1324 | }; |
1325 | 1325 | ||
1326 | static struct s3c64xx_spi_port_config s5p64x0_spi_port_config = { | ||
1327 | .fifo_lvl_mask = { 0x1ff, 0x7F }, | ||
1328 | .rx_lvl_offset = 15, | ||
1329 | .tx_st_done = 25, | ||
1330 | }; | ||
1331 | |||
1332 | static struct s3c64xx_spi_port_config s5pc100_spi_port_config = { | 1326 | static struct s3c64xx_spi_port_config s5pc100_spi_port_config = { |
1333 | .fifo_lvl_mask = { 0x7f, 0x7F }, | 1327 | .fifo_lvl_mask = { 0x7f, 0x7F }, |
1334 | .rx_lvl_offset = 13, | 1328 | .rx_lvl_offset = 13, |
@@ -1368,9 +1362,6 @@ static struct platform_device_id s3c64xx_spi_driver_ids[] = { | |||
1368 | .name = "s3c6410-spi", | 1362 | .name = "s3c6410-spi", |
1369 | .driver_data = (kernel_ulong_t)&s3c6410_spi_port_config, | 1363 | .driver_data = (kernel_ulong_t)&s3c6410_spi_port_config, |
1370 | }, { | 1364 | }, { |
1371 | .name = "s5p64x0-spi", | ||
1372 | .driver_data = (kernel_ulong_t)&s5p64x0_spi_port_config, | ||
1373 | }, { | ||
1374 | .name = "s5pc100-spi", | 1365 | .name = "s5pc100-spi", |
1375 | .driver_data = (kernel_ulong_t)&s5pc100_spi_port_config, | 1366 | .driver_data = (kernel_ulong_t)&s5pc100_spi_port_config, |
1376 | }, { | 1367 | }, { |