linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] S3C24XX: remove some spi left overs
@ 2012-01-08 21:22 Heiko Stübner
  2012-01-08 21:22 ` [PATCH 1/2] S3C24XX: remove unused spi gpio setup functions Heiko Stübner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Heiko Stübner @ 2012-01-08 21:22 UTC (permalink / raw)
  To: Kukjin Kim, Grant Likely
  Cc: linux-samsung-soc, linux-arm-kernel, spi-devel-general,
	Heiko Stübner

This series removes unused setup-code of the s3c24xx spi driver.

It has no current in kernel users and also no development activity trying
to change this. I also checked the upstream git of the only board including
the spi.h file (the gta02 at http://git.openmoko.org). The setup calls
are also not used there.

I recall a thread some time back talking about removing the spi-s3c24xx
driver altogether, but as current linux-next still carries the driver
I'm not sure what became of it. So this series does the next smaller thing.


Heiko Stuebner (2):
  S3C24XX: remove unused spi gpio setup functions
  S3C24XX: move spi-s3c24xx platdata out of mach

 arch/arm/mach-s3c2410/include/mach/spi.h     |   38 --------------------------
 arch/arm/mach-s3c2440/mach-gta02.c           |    2 +-
 arch/arm/plat-s3c24xx/Kconfig                |   20 -------------
 arch/arm/plat-s3c24xx/Makefile               |    6 ----
 arch/arm/plat-s3c24xx/spi-bus0-gpe11_12_13.c |   36 ------------------------
 arch/arm/plat-s3c24xx/spi-bus1-gpd8_9_10.c   |   38 --------------------------
 arch/arm/plat-s3c24xx/spi-bus1-gpg5_6_7.c    |   36 ------------------------
 drivers/spi/spi-s3c24xx.c                    |    2 +-
 8 files changed, 2 insertions(+), 176 deletions(-)
 delete mode 100644 arch/arm/mach-s3c2410/include/mach/spi.h
 delete mode 100644 arch/arm/plat-s3c24xx/spi-bus0-gpe11_12_13.c
 delete mode 100644 arch/arm/plat-s3c24xx/spi-bus1-gpd8_9_10.c
 delete mode 100644 arch/arm/plat-s3c24xx/spi-bus1-gpg5_6_7.c

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-31 11:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-08 21:22 [PATCH 0/2] S3C24XX: remove some spi left overs Heiko Stübner
2012-01-08 21:22 ` [PATCH 1/2] S3C24XX: remove unused spi gpio setup functions Heiko Stübner
2012-01-08 21:23 ` [PATCH 2/2] S3C24XX: move spi-s3c24xx platdata out of mach Heiko Stübner
2012-01-27  8:15 ` [PATCH 0/2] S3C24XX: remove some spi left overs Kukjin Kim
2012-01-27  9:40   ` [PATCH v2 2/2] S3C24XX: move spi-s3c24xx platdata out of mach Heiko Stübner
2012-01-31 11:20     ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).