sdhci: move pci stuff to separate module
authorPierre Ossman <drzeus@drzeus.cx>
Tue, 18 Mar 2008 16:35:49 +0000 (17:35 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 15 Jul 2008 12:14:39 +0000 (14:14 +0200)
commitb8c86fc5d8deaa5a6dc49c2c1ed144e6838bf0f3
treea6405b8f5843760fa6f93c763f5850738d3142cd
parentc9b74c5b8fb807187f6b1db09012828fcd2d7e73
sdhci: move pci stuff to separate module

The SDHCI interface is not PCI specific, yet the Linux driver was
intimitely connected to the PCI bus. This patch properly separates
the PCI specific portion from the bus independent code.

This patch is based on work by Ben Dooks but he did not have time
to complete it.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/sdhci-pci.c [new file with mode: 0644]
drivers/mmc/host/sdhci.c
drivers/mmc/host/sdhci.h