Skip to content

Commit

Permalink
caif: remove caif_shm
Browse files Browse the repository at this point in the history
caif_shm is an old implementation
caif_shm will be replaced by caif_virtio

[ As explained by Linus Walleij: "U5500 used this, but was cancelled
  and the silicon did not reach anyone outside ST-Ericsson.  Then for
  the next platforms, we have gone for the leaner & cleaner approach
  of using virtio, rpmesg and rproc." ]

Signed-off-by: Erwan Yvin <erwan.yvin@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sjur Brendeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Erwan Yvin authored and David S. Miller committed Mar 17, 2013
1 parent 35353c2 commit 7a87590
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 909 deletions.
7 changes: 0 additions & 7 deletions drivers/net/caif/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ config CAIF_SPI_SYNC
help to synchronize to the next transfer in case of over or under-runs.
This option also needs to be enabled on the modem.

config CAIF_SHM
tristate "CAIF shared memory protocol driver"
depends on CAIF && U5500_MBOX
default n
---help---
The CAIF shared memory protocol driver for the STE UX5500 platform.

config CAIF_HSI
tristate "CAIF HSI transport driver"
depends on CAIF
Expand Down
4 changes: 0 additions & 4 deletions drivers/net/caif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ obj-$(CONFIG_CAIF_TTY) += caif_serial.o
cfspi_slave-objs := caif_spi.o caif_spi_slave.o
obj-$(CONFIG_CAIF_SPI_SLAVE) += cfspi_slave.o

# Shared memory
caif_shm-objs := caif_shmcore.o caif_shm_u5500.o
obj-$(CONFIG_CAIF_SHM) += caif_shm.o

# HSI interface
obj-$(CONFIG_CAIF_HSI) += caif_hsi.o
128 changes: 0 additions & 128 deletions drivers/net/caif/caif_shm_u5500.c

This file was deleted.

Loading

0 comments on commit 7a87590

Please sign in to comment.