sdhci-tegra.c (03231f9b781f24205c0af0398ce3cbef70090939) sdhci-tegra.c (1771059cf5f9c09e37ef6315df8acf120f2642fc)
1/*
2 * Copyright (C) 2010 Google, Inc.
3 *
4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and
6 * may be copied, distributed, and modified under those terms.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 139 unchanged lines hidden (view full) ---

148 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
149}
150
151static const struct sdhci_ops tegra_sdhci_ops = {
152 .get_ro = tegra_sdhci_get_ro,
153 .read_l = tegra_sdhci_readl,
154 .read_w = tegra_sdhci_readw,
155 .write_l = tegra_sdhci_writel,
1/*
2 * Copyright (C) 2010 Google, Inc.
3 *
4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and
6 * may be copied, distributed, and modified under those terms.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 139 unchanged lines hidden (view full) ---

148 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
149}
150
151static const struct sdhci_ops tegra_sdhci_ops = {
152 .get_ro = tegra_sdhci_get_ro,
153 .read_l = tegra_sdhci_readl,
154 .read_w = tegra_sdhci_readw,
155 .write_l = tegra_sdhci_writel,
156 .set_clock = sdhci_set_clock,
156 .set_bus_width = tegra_sdhci_set_bus_width,
157 .reset = tegra_sdhci_reset,
158};
159
160static const struct sdhci_pltfm_data sdhci_tegra20_pdata = {
161 .quirks = SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
162 SDHCI_QUIRK_SINGLE_POWER_WRITE |
163 SDHCI_QUIRK_NO_HISPD_BIT |

--- 164 unchanged lines hidden ---
157 .set_bus_width = tegra_sdhci_set_bus_width,
158 .reset = tegra_sdhci_reset,
159};
160
161static const struct sdhci_pltfm_data sdhci_tegra20_pdata = {
162 .quirks = SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
163 SDHCI_QUIRK_SINGLE_POWER_WRITE |
164 SDHCI_QUIRK_NO_HISPD_BIT |

--- 164 unchanged lines hidden ---