mmc: sdhci-pci: Let devices define how to add the host
SDHCI provides more flexibility than simply calling sdhci_add_host(). Make that available by allowing devices to specify their own ->add_host() function. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Ludovic Desroches <ludovic.desroches@microchip.com>
This commit is contained in:

committed by
Ulf Hansson

parent
f12e39dbf3
commit
61c951dedc
@@ -64,6 +64,7 @@ struct sdhci_pci_fixes {
|
||||
int (*probe) (struct sdhci_pci_chip *);
|
||||
|
||||
int (*probe_slot) (struct sdhci_pci_slot *);
|
||||
int (*add_host) (struct sdhci_pci_slot *);
|
||||
void (*remove_slot) (struct sdhci_pci_slot *, int);
|
||||
|
||||
int (*suspend) (struct sdhci_pci_chip *);
|
||||
|
Reference in New Issue
Block a user