The spi-s3c24xx-gpio driver is functionally equivalent to the spi-gpio driver (but precedes it). The driver has seen very little development since it got added back in 2006, and there's only 2 in-tree users of it.
This patch series moves the remaining users to the spi-gpio driver and then finally removes the driver. Compile tested only as I don't have access to the hardware. arch/arm/mach-s3c2410/include/mach/spi-gpio.h | 28 ---- arch/arm/mach-s3c2410/mach-qt2410.c | 34 +---- arch/arm/mach-s3c2412/mach-jive.c | 41 ++---- arch/arm/mach-s3c2440/mach-gta02.c | 1 - drivers/spi/Kconfig | 10 -- drivers/spi/Makefile | 1 - drivers/spi/spi-s3c24xx-gpio.c | 200 ------------------------- 7 files changed, 22 insertions(+), 293 deletions(-) -- Bye, Peter Korsgaard ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
