ARM: u300: Delete dummy SPI chip
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 5 Sep 2018 09:18:28 +0000 (11:18 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 6 Sep 2018 17:02:26 +0000 (10:02 -0700)
commit23b4f8b184f5546180851259dea2a8e8ddc71ac3
treeef86fb371ddb4a1c2b5bd96fa8cf09818619645f
parent57361846b52bc686112da6ca5368d11210796804
ARM: u300: Delete dummy SPI chip

It's been told to me a few times that this kernel module
should not exist, instead we should use the loopback test
from userspace if need be. If a kernel module is required
for testing SPI, it should be generic and put in
drivers/spi/*.

Delete this driver.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-u300/Kconfig
arch/arm/mach-u300/Makefile
arch/arm/mach-u300/dummyspichip.c [deleted file]