X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Fsdhci-bcm2835.c;h=46af9a439d7b48c772f68352253ba23641d756ea;hb=96d7b78cfc2fd6b1539704e2d33239dbaa097cc4;hp=f6d8d67c545f882678ea40bca4f2525a77bf28bf;hpb=25945b66903dade5e1297742b4ed0746a77eb5c5;p=mirror_ubuntu-zesty-kernel.git diff --git a/drivers/mmc/host/sdhci-bcm2835.c b/drivers/mmc/host/sdhci-bcm2835.c index f6d8d67c545f..46af9a439d7b 100644 --- a/drivers/mmc/host/sdhci-bcm2835.c +++ b/drivers/mmc/host/sdhci-bcm2835.c @@ -131,8 +131,12 @@ static const struct sdhci_ops bcm2835_sdhci_ops = { .read_l = bcm2835_sdhci_readl, .read_w = bcm2835_sdhci_readw, .read_b = bcm2835_sdhci_readb, + .set_clock = sdhci_set_clock, .get_max_clock = sdhci_pltfm_clk_get_max_clock, .get_min_clock = bcm2835_sdhci_get_min_clock, + .set_bus_width = sdhci_set_bus_width, + .reset = sdhci_reset, + .set_uhs_signaling = sdhci_set_uhs_signaling, }; static const struct sdhci_pltfm_data bcm2835_sdhci_pdata = {