]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: Support generic PCI SD host controller
authorBin Meng <bmeng.cn@gmail.com>
Wed, 9 Aug 2017 07:21:00 +0000 (00:21 -0700)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 18 Aug 2017 06:37:38 +0000 (15:37 +0900)
commita191ccaf12fb4fadedcd3c76df6327e2bb0f182b
treee10c18d48dd6c4ccae08292ad8b1202b74fa45f8
parentbdb6099666933491ce393e52132e05604da91b1a
mmc: Support generic PCI SD host controller

This changes pci_mmc driver to use PCI_CLASS_SYSTEM_SDHCI instead of
individual vendor id & device id pair to support generic PCI SD host
controller.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/mmc/pci_mmc.c