MMC host:
- sdhci-pci: Fix voltage switch for some Intel host controllers - tmio: remove broken and noisy debug macro -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJZyuXmAAoJEP4mhCVzWIwpUoMQAJihQnVY1i7Y6/OfiJrU1YSE TDT/pD5k0GtXs4SSK5UGkGqBVoH647KZTG54vj0FIGVAkNXBShME/ht4qCyecHuZ OwzGbhubozMJN77UamCI5SwyON1Wcb3ohIBUo03XfgC2Flp+5w0Ey0RacWnoWwzY VHjP1wmnP7tH1a7N3jmZxsaKSZFjQIyKUE5xCvDIdG8zplDkxM0195TEYSuSn9B1 WJ/zjLVKKFPQI54xl/JqRBO6Z+CMIvZh1g/xaptvy4lwu5ACPUDxZZI1tUy/vWQU z/l8/PrJYH1lC8BYMVIokGKWSftuA2TsXRyYcGEd9++q1mW+FgjrnIpfArR2DYx1 lHS/DjqVgaIfFuh+tcKq5mmUy1G8Ken9MMQixu9/zCxRB1M+KlAPAOoFb7YNKdP0 U4nz9uvKkmQMMmI7oHd/PItsCHENixRN5VF29vcCyxg90dikS0+yut4Mm9fMMjay qoxzvb+LkiKj/fJb7sEdJ0lt2V/n8HQemySykNjFUXQ04TlJ2IvTEjR3angubuvH zBK2gqEzA/XmQFt06sw387nhkTFda/4Ch4osfKsyW/Y//eoJSbqxer2WnG349nlF FqJlA0O6tTuKPXAzrN2nU3naFIlxJH6LoxNqPFAeBhHDdv0pIuNvykrJE92+XgIZ J+v+W4sR4ljcWR2QPeMv =QLYF -----END PGP SIGNATURE----- Merge tag 'mmc-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc Pull MMC fixes from Ulf Hansson: - sdhci-pci: Fix voltage switch for some Intel host controllers - tmio: remove broken and noisy debug macro * tag 'mmc-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: mmc: sdhci-pci: Fix voltage switch for some Intel host controllers mmc: tmio: remove broken and noisy debug macro
This commit is contained in:
commit
dc972a67cc
|
@ -392,6 +392,7 @@ static const struct sdhci_pci_fixes sdhci_intel_pch_sdio = {
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
INTEL_DSM_FNS = 0,
|
INTEL_DSM_FNS = 0,
|
||||||
|
INTEL_DSM_V18_SWITCH = 3,
|
||||||
INTEL_DSM_DRV_STRENGTH = 9,
|
INTEL_DSM_DRV_STRENGTH = 9,
|
||||||
INTEL_DSM_D3_RETUNE = 10,
|
INTEL_DSM_D3_RETUNE = 10,
|
||||||
};
|
};
|
||||||
|
@ -557,6 +558,19 @@ static void intel_hs400_enhanced_strobe(struct mmc_host *mmc,
|
||||||
sdhci_writel(host, val, INTEL_HS400_ES_REG);
|
sdhci_writel(host, val, INTEL_HS400_ES_REG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void sdhci_intel_voltage_switch(struct sdhci_host *host)
|
||||||
|
{
|
||||||
|
struct sdhci_pci_slot *slot = sdhci_priv(host);
|
||||||
|
struct intel_host *intel_host = sdhci_pci_priv(slot);
|
||||||
|
struct device *dev = &slot->chip->pdev->dev;
|
||||||
|
u32 result = 0;
|
||||||
|
int err;
|
||||||
|
|
||||||
|
err = intel_dsm(intel_host, dev, INTEL_DSM_V18_SWITCH, &result);
|
||||||
|
pr_debug("%s: %s DSM error %d result %u\n",
|
||||||
|
mmc_hostname(host->mmc), __func__, err, result);
|
||||||
|
}
|
||||||
|
|
||||||
static const struct sdhci_ops sdhci_intel_byt_ops = {
|
static const struct sdhci_ops sdhci_intel_byt_ops = {
|
||||||
.set_clock = sdhci_set_clock,
|
.set_clock = sdhci_set_clock,
|
||||||
.set_power = sdhci_intel_set_power,
|
.set_power = sdhci_intel_set_power,
|
||||||
|
@ -565,6 +579,7 @@ static const struct sdhci_ops sdhci_intel_byt_ops = {
|
||||||
.reset = sdhci_reset,
|
.reset = sdhci_reset,
|
||||||
.set_uhs_signaling = sdhci_set_uhs_signaling,
|
.set_uhs_signaling = sdhci_set_uhs_signaling,
|
||||||
.hw_reset = sdhci_pci_hw_reset,
|
.hw_reset = sdhci_pci_hw_reset,
|
||||||
|
.voltage_switch = sdhci_intel_voltage_switch,
|
||||||
};
|
};
|
||||||
|
|
||||||
static void byt_read_dsm(struct sdhci_pci_slot *slot)
|
static void byt_read_dsm(struct sdhci_pci_slot *slot)
|
||||||
|
|
|
@ -129,50 +129,6 @@ static int tmio_mmc_next_sg(struct tmio_mmc_host *host)
|
||||||
|
|
||||||
#define CMDREQ_TIMEOUT 5000
|
#define CMDREQ_TIMEOUT 5000
|
||||||
|
|
||||||
#ifdef CONFIG_MMC_DEBUG
|
|
||||||
|
|
||||||
#define STATUS_TO_TEXT(a, status, i) \
|
|
||||||
do { \
|
|
||||||
if ((status) & TMIO_STAT_##a) { \
|
|
||||||
if ((i)++) \
|
|
||||||
printk(KERN_DEBUG " | "); \
|
|
||||||
printk(KERN_DEBUG #a); \
|
|
||||||
} \
|
|
||||||
} while (0)
|
|
||||||
|
|
||||||
static void pr_debug_status(u32 status)
|
|
||||||
{
|
|
||||||
int i = 0;
|
|
||||||
|
|
||||||
pr_debug("status: %08x = ", status);
|
|
||||||
STATUS_TO_TEXT(CARD_REMOVE, status, i);
|
|
||||||
STATUS_TO_TEXT(CARD_INSERT, status, i);
|
|
||||||
STATUS_TO_TEXT(SIGSTATE, status, i);
|
|
||||||
STATUS_TO_TEXT(WRPROTECT, status, i);
|
|
||||||
STATUS_TO_TEXT(CARD_REMOVE_A, status, i);
|
|
||||||
STATUS_TO_TEXT(CARD_INSERT_A, status, i);
|
|
||||||
STATUS_TO_TEXT(SIGSTATE_A, status, i);
|
|
||||||
STATUS_TO_TEXT(CMD_IDX_ERR, status, i);
|
|
||||||
STATUS_TO_TEXT(STOPBIT_ERR, status, i);
|
|
||||||
STATUS_TO_TEXT(ILL_FUNC, status, i);
|
|
||||||
STATUS_TO_TEXT(CMD_BUSY, status, i);
|
|
||||||
STATUS_TO_TEXT(CMDRESPEND, status, i);
|
|
||||||
STATUS_TO_TEXT(DATAEND, status, i);
|
|
||||||
STATUS_TO_TEXT(CRCFAIL, status, i);
|
|
||||||
STATUS_TO_TEXT(DATATIMEOUT, status, i);
|
|
||||||
STATUS_TO_TEXT(CMDTIMEOUT, status, i);
|
|
||||||
STATUS_TO_TEXT(RXOVERFLOW, status, i);
|
|
||||||
STATUS_TO_TEXT(TXUNDERRUN, status, i);
|
|
||||||
STATUS_TO_TEXT(RXRDY, status, i);
|
|
||||||
STATUS_TO_TEXT(TXRQ, status, i);
|
|
||||||
STATUS_TO_TEXT(ILL_ACCESS, status, i);
|
|
||||||
printk("\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
#else
|
|
||||||
#define pr_debug_status(s) do { } while (0)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static void tmio_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable)
|
static void tmio_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable)
|
||||||
{
|
{
|
||||||
struct tmio_mmc_host *host = mmc_priv(mmc);
|
struct tmio_mmc_host *host = mmc_priv(mmc);
|
||||||
|
@ -762,9 +718,6 @@ irqreturn_t tmio_mmc_irq(int irq, void *devid)
|
||||||
status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS);
|
status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS);
|
||||||
ireg = status & TMIO_MASK_IRQ & ~host->sdcard_irq_mask;
|
ireg = status & TMIO_MASK_IRQ & ~host->sdcard_irq_mask;
|
||||||
|
|
||||||
pr_debug_status(status);
|
|
||||||
pr_debug_status(ireg);
|
|
||||||
|
|
||||||
/* Clear the status except the interrupt status */
|
/* Clear the status except the interrupt status */
|
||||||
sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, TMIO_MASK_IRQ);
|
sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, TMIO_MASK_IRQ);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue