commit | b8c86fc5d8deaa5a6dc49c2c1ed144e6838bf0f3 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Tue Mar 18 17:35:49 2008 +0100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Tue Jul 15 14:14:39 2008 +0200 |
tree | a6405b8f5843760fa6f93c763f5850738d3142cd | |
parent | c9b74c5b8fb807187f6b1db09012828fcd2d7e73 [diff] |
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>